module github.com/grafana/cuetsy go 1.16 require ( cuelang.org/go v0.4.3 github.com/google/go-cmp v0.5.5 github.com/matryer/is v1.4.0 github.com/rogpeppe/go-internal v1.8.1 github.com/stretchr/testify v1.7.1 // indirect github.com/xlab/treeprint v1.1.0 golang.org/x/tools v0.1.10 golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f // indirect gotest.tools v2.2.0+incompatible )