module github.com/gcla/gowid require ( github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc // indirect github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect github.com/gdamore/tcell v1.1.2-0.20190412054914-dcf1bb30770e github.com/go-test/deep v1.0.1 github.com/guptarohit/asciigraph v0.4.1 github.com/hashicorp/golang-lru v0.5.1 github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect github.com/kr/pty v1.1.4 github.com/pkg/errors v0.8.1 github.com/rakyll/statik v0.1.6 github.com/sirupsen/logrus v1.4.0 github.com/stretchr/testify v1.3.0 golang.org/x/crypto v0.0.0-20190325154230-a5d413f7728c // indirect golang.org/x/sys v0.0.0-20190322080309-f49334f85ddc // indirect golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2 gopkg.in/alecthomas/kingpin.v2 v2.2.6 )