agola/internal/datamanager
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
..
changes.go *: use sleep timer in loops 2019-07-25 16:22:54 +02:00
data.go go.mod: replace https://github.com/satori/go.uuid 2022-02-21 09:43:32 +01:00
datamanager.go datamanager: remove old storage wals 2019-11-08 15:39:17 +01:00
datamanager_test.go tests: improve services logging 2020-01-15 12:30:34 +01:00
wal.go go.mod: replace https://github.com/satori/go.uuid 2022-02-21 09:43:32 +01:00