forked from google/gnostic
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
18 lines (16 loc) · 658 Bytes
/
go.mod
File metadata and controls
18 lines (16 loc) · 658 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module github.com/google/gnostic
go 1.12
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.3
github.com/google/gnostic-models v0.6.9-0.20230804172637-c7be7c783f49
github.com/google/go-cmp v0.5.9
github.com/stoewer/go-strcase v1.2.0
golang.org/x/tools v0.6.0
google.golang.org/genproto v0.0.0-20230526161137-0005af68ea54 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20230525234035-dd9d682886f9
google.golang.org/genproto/googleapis/rpc v0.0.0-20230525234030-28d5490b6b19
google.golang.org/protobuf v1.30.0
gopkg.in/yaml.v3 v3.0.1
)