mirror of
https://github.com/foomo/contentserver.git
synced 2025-10-16 12:25:44 +00:00
18 lines
516 B
Modula-2
18 lines
516 B
Modula-2
module github.com/foomo/contentserver
|
|
|
|
require (
|
|
github.com/apex/log v1.1.0
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/json-iterator/go v1.1.6
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.1 // indirect
|
|
github.com/pkg/errors v0.8.1 // indirect
|
|
github.com/prometheus/client_golang v0.9.2
|
|
github.com/stretchr/testify v1.5.1
|
|
go.uber.org/atomic v1.4.0 // indirect
|
|
go.uber.org/multierr v1.1.0 // indirect
|
|
go.uber.org/zap v1.10.0
|
|
)
|
|
|
|
go 1.13
|