-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
32 lines (30 loc) · 1.22 KB
/
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
27
28
29
30
31
32
module github.com/kiwicom/iam
go 1.13
require (
github.com/DataDog/datadog-go v3.7.2+incompatible
github.com/certifi/gocertifi v0.0.0-20190905060710-a5e0173ced67 // indirect
github.com/getsentry/raven-go v0.2.0
github.com/go-redis/redis v6.15.7+incompatible
github.com/golang/protobuf v1.5.2
github.com/gorilla/mux v1.7.3 // indirect
github.com/json-iterator/go v1.1.10
github.com/kiwicom/go-useragent v0.0.0-20200315101851-ba2a7d39e4db
github.com/lestrrat-go/jwx v1.2.20
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/onsi/ginkgo v1.10.2 // indirect
github.com/onsi/gomega v1.7.0 // indirect
github.com/opentracing/opentracing-go v1.1.0 // indirect
github.com/philhofer/fwd v1.0.0 // indirect
github.com/pkg/errors v0.9.1
github.com/spf13/viper v1.6.2
github.com/stretchr/objx v0.2.0 // indirect
github.com/stretchr/testify v1.7.0
github.com/tinylib/msgp v1.1.0 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
google.golang.org/api v0.70.0
google.golang.org/appengine v1.6.7
google.golang.org/grpc v1.44.0
gopkg.in/DataDog/dd-trace-go.v1 v1.22.0
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)