module github.com/andersfylling/disgord require ( github.com/alecthomas/gometalinter v2.0.10+incompatible // indirect github.com/andersfylling/disgordws v1.0.0 github.com/andersfylling/snowflake v1.2.0 github.com/fsnotify/fsnotify v1.4.7 // indirect github.com/golang/protobuf v1.2.0 // indirect github.com/hpcloud/tail v1.0.0 // indirect github.com/json-iterator/go v1.1.5 github.com/onsi/ginkgo v1.6.0 // indirect github.com/onsi/gomega v1.4.1 // indirect github.com/sergi/go-diff v1.0.0 github.com/sirupsen/logrus v1.0.6 golang.org/x/net v0.0.0-20180826012351-8a410e7b638d // indirect golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f // indirect golang.org/x/text v0.3.0 // indirect golang.org/x/tools v0.0.0-20180904205237-0aa4b8830f48 // indirect gopkg.in/fsnotify.v1 v1.4.7 // indirect gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect )