-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
38 lines (35 loc) · 1.46 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
35
36
37
38
module github.com/threecorp/extremo-proto
go 1.22
require (
github.com/client9/misspell v0.3.4
github.com/envoyproxy/protoc-gen-validate v1.0.4
github.com/golang/protobuf v1.5.4
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0
github.com/mcos/schemabuf v0.0.0-20160517204334-5ba3ccc1237e
github.com/sqs/goreturns v0.0.0-20231030191505-16fc3d8edd91
go.uber.org/mock v0.4.0
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616
golang.org/x/tools v0.21.0
google.golang.org/genproto/googleapis/api v0.0.0-20240515191416-fc5f0ca64291
google.golang.org/grpc v1.64.0
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.3.0
google.golang.org/protobuf v1.34.1
)
require (
filippo.io/edwards25519 v1.1.0 // indirect
github.com/chuckpreslar/inflect v0.0.0-20150228233301-423e3ac59c61 // indirect
github.com/go-sql-driver/mysql v1.8.1 // indirect
github.com/iancoleman/strcase v0.3.0 // indirect
github.com/lyft/protoc-gen-star/v2 v2.0.3 // indirect
github.com/onsi/ginkgo v1.16.5 // indirect
github.com/onsi/gomega v1.33.1 // indirect
github.com/rogpeppe/go-internal v1.12.0 // indirect
github.com/serenize/snaker v0.0.0-20201027110005-a7ad2135616e // indirect
github.com/spf13/afero v1.10.0 // indirect
golang.org/x/mod v0.17.0 // indirect
golang.org/x/net v0.25.0 // indirect
golang.org/x/sys v0.20.0 // indirect
golang.org/x/text v0.15.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240513163218-0867130af1f8 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)