module github.com/openconfig/goyang

go 1.14

require (
	github.com/google/go-cmp v0.4.0
	github.com/kylelemons/godebug v1.1.0
	github.com/openconfig/gnmi v0.0.0-20200414194230-1597cc0f2600
	github.com/pborman/getopt v0.0.0-20190409184431-ee0cd42419d3
)
