forked from infobloxopen/protoc-gen-gorm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
25 lines (23 loc) · 988 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
module github.com/infobloxopen/protoc-gen-gorm
require (
github.com/denisenkom/go-mssqldb v0.9.0 // indirect
github.com/golang/protobuf v1.5.2
github.com/google/go-cmp v0.5.5
github.com/grpc-ecosystem/grpc-gateway/v2 v2.4.0 // indirect
github.com/infobloxopen/atlas-app-toolkit v0.24.1-0.20210416193901-4c7518b07e08
github.com/jinzhu/gorm v1.9.16
github.com/jinzhu/inflection v1.0.0
github.com/jinzhu/now v1.1.1 // indirect
github.com/lib/pq v1.3.1-0.20200116171513-9eb3fc897d6f
github.com/mattn/go-sqlite3 v1.14.6 // indirect
github.com/satori/go.uuid v1.2.0
go.opencensus.io v0.22.6
golang.org/x/net v0.0.0-20220114011407-0dd24b26b47d // indirect
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/genproto v0.0.0-20220118154757-00ab72f36ad5
google.golang.org/grpc v1.43.0
google.golang.org/grpc/examples v0.0.0-20210601155443-8bdcb4c9ab8d // indirect
google.golang.org/protobuf v1.27.1
)
go 1.16