forked from cue-lang/cue
-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
38 lines (35 loc) · 1.34 KB
/
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
31
32
33
34
35
36
37
38
module cuelang.org/go
go 1.17
require (
github.com/cockroachdb/apd/v2 v2.0.2
github.com/emicklei/proto v1.10.0
github.com/google/go-cmp v0.5.8
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
github.com/google/uuid v1.2.0
github.com/kr/pretty v0.1.0
github.com/kylelemons/godebug v1.1.0
github.com/mpvl/unique v0.0.0-20150818121801-cbe035fff7de
github.com/protocolbuffers/txtpbfmt v0.0.0-20220428173112-74888fd59c2b
github.com/rogpeppe/go-internal v1.9.0
github.com/spf13/cobra v1.4.0
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.2.2
golang.org/x/mod v0.6.0-dev.0.20220818022119-ed83ed61efb9
golang.org/x/net v0.0.0-20220722155237-a158d28d115b
golang.org/x/text v0.3.8
golang.org/x/tools v0.1.12
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/kr/text v0.1.0 // indirect
github.com/lib/pq v1.0.0 // indirect
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e // indirect
github.com/pkg/errors v0.8.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)