agola/internal/services/executor
Simone Gotti 576c09775f go.mod: replace https://github.com/satori/go.uuid
Replace https://github.com/satori/go.uuid with maintained version at
https://github.com/gofrs/uuid

Since the new version uuid.NewV4 returns an error when failing to read
from the random source reader we use uuid.Must to panic on error since
it's considered an unrecoverable error.

In future, if needed, we could handle the error instead of panicking.
2022-02-21 09:43:32 +01:00
..
driver go.mod: replace https://github.com/satori/go.uuid 2022-02-21 09:43:32 +01:00
registry executor/docker: pull init image only when needed 2021-05-25 12:59:16 +02:00
api.go *: write and flush header on log handlers 2019-11-14 10:52:45 +01:00
executor.go go.mod: replace https://github.com/satori/go.uuid 2022-02-21 09:43:32 +01:00