agola/internal
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
..
common objectstorage: use a single package 2019-11-08 16:31:48 +01:00
config config: check max config size 2020-03-17 11:28:25 +01:00
datamanager go.mod: replace https://github.com/satori/go.uuid 2022-02-21 09:43:32 +01:00
db db: use context functions 2019-07-25 14:49:53 +02:00
etcd *: use etcd mutex TryLock 2019-11-12 22:27:17 +01:00
git-handler gitserver: fix fetchfile error handling 2021-03-15 13:19:13 +01:00
git-save go.mod: replace https://github.com/satori/go.uuid 2022-02-21 09:43:32 +01:00
gitsources fix: gitea fetch remote repository with pagination 2021-06-04 23:17:41 +02:00
log Add common logging helper 2019-02-21 16:05:35 +01:00
objectstorage go.mod: update dependencies 2020-02-18 13:55:50 +01:00
runconfig runconfig: test task generation with on_skipped dependencies 2022-02-01 10:01:54 +01:00
sequence sequence: add tests for String and Parse methods 2019-10-31 16:53:57 +01:00
services go.mod: replace https://github.com/satori/go.uuid 2022-02-21 09:43:32 +01:00
testutil go.mod: replace https://github.com/satori/go.uuid 2022-02-21 09:43:32 +01:00
toolbox internal: fix linter errors 2019-07-02 16:20:53 +02:00
util go.mod: replace https://github.com/satori/go.uuid 2022-02-21 09:43:32 +01:00
tools.go Add makefile 2019-02-21 15:59:16 +01:00