module github.com/OneOfOne/struct2ts

go 1.11

require (
	github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc // indirect
	github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect
	github.com/stretchr/testify v1.3.0 // indirect
	golang.org/x/tools v0.0.0-20190213135902-6bedcd10978a
	gopkg.in/alecthomas/kingpin.v2 v2.2.6
)
