File: go.mod

package info (click to toggle)
golang-github-envoyproxy-protoc-gen-validate 1.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,720 kB
  • sloc: java: 1,768; python: 1,203; xml: 893; cpp: 414; makefile: 154; sh: 9
file content (21 lines) | stat: -rw-r--r-- 519 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/envoyproxy/protoc-gen-validate

go 1.19

require (
	github.com/iancoleman/strcase v0.2.0
	github.com/lyft/protoc-gen-star/v2 v2.0.3
	golang.org/x/lint v0.0.0-20210508222113-6edffad5e616
	golang.org/x/net v0.11.0
	golang.org/x/tools v0.10.0
	google.golang.org/protobuf v1.30.0
)

require (
	github.com/spf13/afero v1.3.3 // indirect
	golang.org/x/mod v0.11.0 // indirect
	golang.org/x/sys v0.9.0 // indirect
	golang.org/x/text v0.10.0 // indirect
)

retract [v0.6.9, v0.6.12] // Published accidentally