mirror of
https://github.com/foomo/contentserver.git
synced 2025-10-16 12:25:44 +00:00
29 lines
905 B
Modula-2
29 lines
905 B
Modula-2
module github.com/foomo/contentserver
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
github.com/google/uuid v1.6.0
|
|
github.com/json-iterator/go v1.1.12
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/prometheus/client_golang v1.19.0
|
|
github.com/stretchr/testify v1.9.0
|
|
go.uber.org/multierr v1.11.0
|
|
go.uber.org/zap v1.27.0
|
|
)
|
|
|
|
require (
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/prometheus/client_model v0.5.0 // indirect
|
|
github.com/prometheus/common v0.48.0 // indirect
|
|
github.com/prometheus/procfs v0.12.0 // indirect
|
|
golang.org/x/sys v0.16.0 // indirect
|
|
google.golang.org/protobuf v1.32.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|