| 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.2.0 |
| 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-20190311183353-d8887717615a |
| golang.org/x/sync v0.0.0-20190423024810-112230192c58 |
| golang.org/x/text v0.3.2 |
| golang.org/x/tools v0.0.0-20190328211700-ab21143f2384 |
| golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7 |
| gopkg.in/yaml.v2 v2.2.2 // indirect |
| ) |
| |
| go 1.12 |