agola/internal/services/configstore/action
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
..
action.go configstore: maintenance/export/import 2019-07-26 10:55:04 +02:00
maintenance.go configstore: maintenance/export/import 2019-07-26 10:55:04 +02:00
org.go go.mod: replace https://github.com/satori/go.uuid 2022-02-21 09:43:32 +01:00
project.go go.mod: replace https://github.com/satori/go.uuid 2022-02-21 09:43:32 +01:00
projectgroup.go go.mod: replace https://github.com/satori/go.uuid 2022-02-21 09:43:32 +01:00
remotesource.go go.mod: replace https://github.com/satori/go.uuid 2022-02-21 09:43:32 +01:00
secret.go go.mod: replace https://github.com/satori/go.uuid 2022-02-21 09:43:32 +01:00
user.go go.mod: replace https://github.com/satori/go.uuid 2022-02-21 09:43:32 +01:00
variable.go go.mod: replace https://github.com/satori/go.uuid 2022-02-21 09:43:32 +01:00