module github.com/markbates/going require ( github.com/davecgh/go-spew v1.1.0 // indirect github.com/fsnotify/fsnotify v1.4.7 // indirect github.com/golang/protobuf v1.1.0 // indirect github.com/hpcloud/tail v1.0.0 // indirect github.com/onsi/ginkgo v1.6.0 // indirect github.com/onsi/gomega v1.4.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect github.com/serenize/snaker v0.0.0-20171204205717-a683aaf2d516 github.com/stretchr/testify v1.2.2 golang.org/x/net v0.0.0-20180816102801-aaf60122140d // indirect golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f // indirect golang.org/x/sys v0.0.0-20180816055513-1c9583448a9c // indirect golang.org/x/text v0.3.0 // indirect gopkg.in/fsnotify.v1 v1.4.7 // indirect gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect gopkg.in/yaml.v2 v2.2.1 // indirect )