forked from infobloxopen/protoc-gen-gorm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
22 lines (20 loc) · 820 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
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
google.golang.org/genproto v0.0.0-20210426193834-eac7f76ac494
google.golang.org/grpc v1.37.0
google.golang.org/grpc/examples v0.0.0-20210601155443-8bdcb4c9ab8d // indirect
google.golang.org/protobuf v1.26.0
)
go 1.16