| module cuelang.org/go |
| |
| require ( |
| github.com/cockroachdb/apd v1.1.0 // indirect |
| github.com/cockroachdb/apd/v2 v2.0.1 |
| github.com/davecgh/go-spew v1.1.0 // indirect |
| github.com/emicklei/proto v1.6.15 |
| github.com/ghodss/yaml v1.0.0 |
| github.com/google/go-cmp v0.3.1 |
| github.com/inconshreveable/mousetrap v1.0.0 // indirect |
| github.com/kr/pretty v0.1.0 |
| github.com/kylelemons/godebug v1.1.0 |
| github.com/lib/pq v1.0.0 // indirect |
| github.com/mpvl/unique v0.0.0-20150818121801-cbe035fff7de |
| github.com/pkg/errors v0.8.1 // indirect |
| github.com/pmezard/go-difflib v1.0.0 // indirect |
| github.com/rogpeppe/testscript v1.1.0 |
| github.com/spf13/cobra v0.0.3 |
| github.com/spf13/pflag v1.0.3 |
| github.com/stretchr/testify v1.2.0 |
| golang.org/x/net v0.0.0-20190620200207-3b0461eec859 |
| golang.org/x/sync v0.0.0-20190423024810-112230192c58 |
| golang.org/x/text v0.3.2 |
| golang.org/x/tools v0.0.0-20200113154838-30cae5f2fb06 |
| golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898 |
| gopkg.in/yaml.v2 v2.2.2 // indirect |
| ) |
| |
| go 1.12 |