-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
26 lines (22 loc) · 908 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
module github.com/NorthfieldIT/openapi-cue
go 1.17
require cuelang.org/go v0.4.0
require (
github.com/PaesslerAG/gval v1.0.0 // indirect
gopkg.in/yaml.v2 v2.2.2 // indirect
)
require (
github.com/PaesslerAG/jsonpath v0.1.1
github.com/cockroachdb/apd/v2 v2.0.1 // indirect
github.com/emicklei/proto v1.6.15 // indirect
github.com/ghodss/yaml v1.0.0
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
github.com/google/uuid v1.2.0 // indirect
github.com/mpvl/unique v0.0.0-20150818121801-cbe035fff7de // indirect
github.com/pkg/errors v0.8.1 // indirect
github.com/protocolbuffers/txtpbfmt v0.0.0-20201118171849-f6a6b3f636fc // indirect
golang.org/x/net v0.0.0-20200226121028-0de0cce0169b // indirect
golang.org/x/text v0.3.2 // indirect
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect
gopkg.in/yaml.v3 v3.0.0-20200121175148-a6ecf24a6d71 // indirect
)