-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathgo.mod
33 lines (31 loc) · 1.26 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
module github.com/seizadi/cmdb
go 1.16
require (
github.com/DATA-DOG/go-sqlmock v1.3.3 // indirect
github.com/Masterminds/sprig/v3 v3.2.2
github.com/bitly/go-simplejson v0.5.0
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
github.com/dgrijalva/jwt-go v3.2.1-0.20180921172315-3af4c746e1c2+incompatible
github.com/gogo/protobuf v1.3.1
github.com/golang/protobuf v1.3.3
github.com/grpc-ecosystem/go-grpc-middleware v1.0.1-0.20180830092908-498ae206fc3c
github.com/grpc-ecosystem/grpc-gateway v1.16.0
github.com/infobloxopen/atlas-app-toolkit v0.19.1
github.com/infobloxopen/protoc-gen-atlas-query-validate v0.5.0
github.com/infobloxopen/protoc-gen-atlas-validate v0.4.1
github.com/infobloxopen/protoc-gen-gorm v0.18.0
github.com/jinzhu/gorm v1.9.11
github.com/kr/pretty v0.2.1 // indirect
github.com/lyft/protoc-gen-validate v0.1.0
github.com/mitchellh/mapstructure v1.1.2 // indirect
github.com/pkg/errors v0.8.1
github.com/satori/go.uuid v1.2.0
github.com/sirupsen/logrus v1.2.0
github.com/spf13/pflag v1.0.3
github.com/spf13/viper v1.2.1
go.uber.org/config v1.4.0
golang.org/x/net v0.0.0-20200822124328-c89045814202
google.golang.org/genproto v0.0.0-20200513103714-09dca8ec2884
google.golang.org/grpc v1.33.1
gopkg.in/yaml.v2 v2.3.0
)