agola/cmd/agola
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
..
cmd go.mod: replace https://github.com/satori/go.uuid 2022-02-21 09:43:32 +01:00
main.go *: use vanity url 2019-07-01 11:40:20 +02:00