forked from Orange-OpenSource/optisam-backend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
46 lines (44 loc) · 1.69 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
module optisam-backend
go 1.14
require (
contrib.go.opencensus.io/exporter/jaeger v0.1.0
contrib.go.opencensus.io/exporter/prometheus v0.1.0
contrib.go.opencensus.io/integrations/ocsql v0.1.6
github.com/InVisionApp/go-health v2.1.0+incompatible
github.com/InVisionApp/go-logger v1.0.1 // indirect
github.com/Microsoft/go-winio v0.4.14 // indirect
github.com/dgraph-io/badger v1.6.1
github.com/dgraph-io/dgo v1.0.0
github.com/dgraph-io/dgraph v1.2.5
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/docker/distribution v2.7.1+incompatible // indirect
github.com/docker/docker v1.13.1
github.com/docker/go-connections v0.4.0
github.com/envoyproxy/protoc-gen-validate v0.4.0
github.com/golang/mock v1.3.1
github.com/golang/protobuf v1.4.2
github.com/grpc-ecosystem/go-grpc-middleware v1.2.0
github.com/grpc-ecosystem/grpc-gateway v1.14.6
github.com/julienschmidt/httprouter v1.3.0
github.com/lib/pq v1.7.1 // indirect
github.com/opencensus-integrations/ocsql v0.1.6
github.com/pkg/errors v0.9.1
github.com/rs/cors v1.7.0
github.com/spf13/afero v1.3.2 // indirect
github.com/spf13/cobra v1.0.0
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.7.0
github.com/stretchr/testify v1.5.1
github.com/vijay1811/pq v1.2.2
go.opencensus.io v0.22.4
go.uber.org/zap v1.15.0
golang.org/x/net v0.0.0-20200707034311-ab3426394381
golang.org/x/text v0.3.3 // indirect
golang.org/x/tools v0.0.0-20200725200936-102e7d357031 // indirect
google.golang.org/genproto v0.0.0-20200728010541-3dc8dca74b7b
google.golang.org/grpc v1.30.0
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/DATA-DOG/go-sqlmock.v1 v1.3.0 // indirect
gopkg.in/oauth2.v3 v3.12.0
gopkg.in/yaml.v2 v2.3.0 // indirect
)