forked from google/gnostic
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (22 loc) · 773 Bytes
/
Copy pathgo.mod
File metadata and controls
25 lines (22 loc) · 773 Bytes
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/google/gnostic
go 1.24.6
require (
github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815
github.com/flowstack/go-jsonschema v0.1.1
github.com/golang/protobuf v1.5.4
github.com/google/gnostic-models v0.7.0
github.com/google/go-cmp v0.6.0
github.com/stoewer/go-strcase v1.3.1
go.yaml.in/yaml/v3 v3.0.4
golang.org/x/tools v0.36.0
google.golang.org/genproto/googleapis/api v0.0.0-20250811160224-6b04f9b4fc78
google.golang.org/genproto/googleapis/rpc v0.0.0-20250811160224-6b04f9b4fc78
google.golang.org/protobuf v1.36.7
)
require (
github.com/buger/jsonparser v1.1.1 // indirect
golang.org/x/mod v0.27.0 // indirect
golang.org/x/net v0.43.0 // indirect
golang.org/x/sync v0.16.0 // indirect
golang.org/x/text v0.28.0 // indirect
)