Newer
Older
module code.vereign.com/gaiax/tsa/infohub
go 1.17
require (
code.vereign.com/seal/backend/golib.git v0.0.1
github.com/go-redis/redis/v8 v8.4.2
github.com/google/uuid v1.1.2
github.com/gorilla/mux v1.8.0
github.com/kelseyhightower/envconfig v1.4.0
github.com/penkovski/graceful v0.0.0-20220129102507-ba0dd223eb96
go.uber.org/zap v1.21.0
)
require (
github.com/cespare/xxhash/v2 v2.1.1 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
go.opentelemetry.io/otel v0.14.0 // indirect
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)