-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
34 lines (31 loc) · 1.25 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/wencan/fastrest
go 1.19
require (
github.com/go-playground/validator/v10 v10.11.1
github.com/golang/mock v1.6.0
github.com/gorilla/schema v1.2.0
github.com/json-iterator/go v1.1.12
github.com/stretchr/testify v1.8.1
github.com/wencan/gox v0.0.0-20231102070418-35ed5bfaa935
golang.org/x/exp v0.0.0-20230321023759-10a507213a29
google.golang.org/grpc v1.52.0
google.golang.org/grpc/examples v0.0.0-20221017220434-778860e606e3
google.golang.org/protobuf v1.28.1
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-playground/locales v0.14.0 // indirect
github.com/go-playground/universal-translator v0.18.0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/leodido/go-urn v1.2.1 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/wencan/freesync v0.0.0-20221116002138-ac341bb206c4 // indirect
golang.org/x/crypto v0.5.0 // indirect
golang.org/x/net v0.5.0 // indirect
golang.org/x/sys v0.4.0 // indirect
golang.org/x/text v0.6.0 // indirect
google.golang.org/genproto v0.0.0-20221227171554-f9683d7f8bef // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)