agola/internal/services/configstore
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.mod: replace https://github.com/satori/go.uuid 2022-02-21 09:43:32 +01:00
api *: improve error handling 2019-11-11 12:17:35 +01:00
common go.mod: replace https://github.com/satori/go.uuid 2022-02-21 09:43:32 +01:00
readdb readdb: improve HandleEvents goroutine exiting 2019-11-12 11:03:21 +01:00
configstore.go *: call ListenAndServeTLS when tls is enabled in config 2021-03-19 10:53:16 +01:00
configstore_test.go tests: add unique name for logs of the third ConfigStore instance 2020-01-16 13:54:13 +01:00