forked from xmidt-org/caduceus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
26 lines (24 loc) · 936 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
module github.com/xmidt-org/caduceus
go 1.14
require (
github.com/SermoDigital/jose v0.9.2-0.20161205224733-f6df55f235c2
github.com/c9s/goprocinfo v0.0.0-20190309065803-0b2ad9ac246b // indirect
github.com/davecgh/go-spew v1.1.1
github.com/go-kit/kit v0.10.0
github.com/gorilla/mux v1.8.0
github.com/justinas/alice v1.2.0
github.com/satori/go.uuid v1.2.0
github.com/spaolacci/murmur3 v1.1.0 // indirect
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.7.0
github.com/xmidt-org/ancla v0.1.4
github.com/xmidt-org/bascule v0.9.0
github.com/xmidt-org/candlelight v0.0.4
github.com/xmidt-org/webpa-common v1.11.6
github.com/xmidt-org/wrp-go/v3 v3.0.2
go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux v0.19.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.19.0
go.opentelemetry.io/otel v0.19.0
go.opentelemetry.io/otel/trace v0.19.0
)