forked from infobloxopen/protoc-gen-gorm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
34 lines (31 loc) · 1.15 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
module github.com/zsmartex/protoc-gen-gorm
require (
github.com/golang/protobuf v1.5.2
github.com/google/go-cmp v0.5.9
github.com/grpc-ecosystem/grpc-gateway/v2 v2.15.2
github.com/infobloxopen/atlas-app-toolkit v1.2.2-0.20220721202134-28480c4993fc
github.com/jinzhu/inflection v1.0.0
github.com/lib/pq v1.10.2
github.com/mbahjadol/null v0.0.0-20221004053327-e151559606c9
github.com/shopspring/decimal v1.3.1
google.golang.org/genproto v0.0.0-20230223222841-637eb2293923
google.golang.org/protobuf v1.28.1
gorm.io/gorm v1.23.2
)
require (
github.com/go-sql-driver/mysql v1.6.0 // indirect
github.com/golang-jwt/jwt/v4 v4.4.1 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/grpc-ecosystem/go-grpc-middleware v1.2.2 // indirect
github.com/jinzhu/now v1.1.4 // indirect
github.com/magefile/mage v1.10.0 // indirect
github.com/pkg/errors v0.8.1 // indirect
github.com/sirupsen/logrus v1.8.0 // indirect
golang.org/x/net v0.7.0 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/text v0.7.0 // indirect
google.golang.org/grpc v1.53.0 // indirect
gorm.io/datatypes v1.0.6 // indirect
gorm.io/driver/mysql v1.3.2 // indirect
)
go 1.20