module github.com/dynastymasra/cookbook go 1.13 require ( github.com/gorilla/mux v1.7.4 github.com/grpc-ecosystem/go-grpc-middleware v1.0.0 github.com/newrelic/go-agent v3.3.0+incompatible github.com/satori/go.uuid v1.2.0 github.com/sirupsen/logrus v1.2.0 github.com/spf13/viper v1.6.2 github.com/stretchr/testify v1.4.0 github.com/urfave/negroni v1.0.0 google.golang.org/grpc v1.21.0 )