-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathgo.mod
30 lines (27 loc) · 1020 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
26
27
28
29
30
module github.com/solo-io/protoc-gen-ext
go 1.24
require (
github.com/golang/protobuf v1.5.3
github.com/iancoleman/strcase v0.0.0-20191112232945-16388991a334
github.com/lyft/protoc-gen-star v0.6.0
github.com/onsi/ginkgo v1.16.4
github.com/onsi/ginkgo/v2 v2.17.1
github.com/onsi/gomega v1.30.0
google.golang.org/protobuf v1.28.0
)
require (
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/go-logr/logr v1.4.1 // indirect
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38 // indirect
github.com/nxadm/tail v1.4.8 // indirect
github.com/spf13/afero v1.3.3 // indirect
golang.org/x/mod v0.14.0 // indirect
golang.org/x/net v0.20.0 // indirect
golang.org/x/sys v0.16.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/tools v0.17.0 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)