module github.com/broothie/ok go 1.16 require ( github.com/bmatcuk/doublestar v1.3.4 github.com/davecgh/go-spew v1.1.1 // indirect github.com/joho/godotenv v1.3.0 github.com/kelseyhightower/envconfig v1.4.0 github.com/kr/pretty v0.1.0 // indirect github.com/pelletier/go-toml v1.9.1 github.com/pkg/errors v0.9.1 github.com/radovskyb/watcher v1.0.7 github.com/stretchr/testify v1.7.0 github.com/thoas/go-funk v0.8.0 golang.org/x/sys v0.0.0-20210511113859-b0526f3d8744 // indirect golang.org/x/tools v0.1.1 gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b )