module go.aporeto.io/bahamut go 1.12 require ( go.aporeto.io/elemental v1.98.0 go.aporeto.io/wsc v1.33.1 ) require ( cloud.google.com/go v0.40.0 github.com/NYTimes/gziphandler v1.1.1 github.com/go-zoo/bone v1.3.0 github.com/gofrs/uuid v3.2.0+incompatible github.com/golang/mock v1.3.1 github.com/gorilla/websocket v1.4.0 github.com/nats-io/gnatsd v1.4.1 // indirect github.com/nats-io/go-nats v1.7.2 github.com/nats-io/nats-server v1.4.1 github.com/nats-io/nkeys v0.0.2 // indirect github.com/nats-io/nuid v1.0.1 // indirect github.com/opentracing/opentracing-go v1.1.0 github.com/prometheus/client_golang v1.0.0 github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a go.uber.org/zap v1.10.0 golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 )