module github.com/arr-ai/wbnf go 1.12 require ( github.com/gobuffalo/packr v1.30.1 // indirect github.com/sirupsen/logrus v1.4.2 github.com/stretchr/testify v1.4.0 github.com/urfave/cli v1.22.2 golang.org/x/sys v0.0.0-20191204072324-ce4227a45e2e // indirect golang.org/x/tools v0.0.0-20200123013950-ba161d9e22ab // indirect gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect gopkg.in/yaml.v2 v2.2.4 // indirect )