-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
25 lines (22 loc) · 771 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/gchux/grpc-proxy
go 1.22.4
require (
github.com/Jeffail/gabs/v2 v2.7.0
github.com/alphadose/haxmap v1.4.0
github.com/segmentio/fasthash v1.0.3
github.com/wissance/stringFormatter v1.2.0
github.com/zhangyunhao116/skipmap v0.10.1
golang.org/x/oauth2 v0.21.0
golang.org/x/sys v0.22.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142
google.golang.org/grpc v1.65.0
google.golang.org/protobuf v1.34.2
)
require (
cloud.google.com/go/compute/metadata v0.5.0 // indirect
github.com/stretchr/testify v1.9.0 // indirect
github.com/zhangyunhao116/fastrand v0.3.0 // indirect
golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
golang.org/x/net v0.27.0 // indirect
golang.org/x/text v0.16.0 // indirect
)