module github.com/zclconf/go-cty

require (
	github.com/apparentlymart/go-textseg/v12 v12.0.0
	github.com/golang/protobuf v1.1.0 // indirect
	github.com/google/go-cmp v0.3.1
	github.com/kr/pretty v0.1.0 // indirect
	github.com/vmihailenco/msgpack v3.3.3+incompatible
	golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3 // indirect
	golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f // indirect
	golang.org/x/text v0.3.2
	google.golang.org/appengine v1.1.0 // indirect
	gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)

go 1.12
