module github.com/bgokden/veri go 1.15 require ( github.com/bgokden/go-cache v2.1.1+incompatible github.com/bgokden/veri-data v0.0.0-20201010163108-3311a37c8b47 github.com/dgraph-io/badger/v2 v2.2007.2 github.com/golang/protobuf v1.4.1 github.com/gorilla/mux v1.7.2 github.com/magneticio/go-common v0.0.1 github.com/mitchellh/go-homedir v1.1.0 github.com/pkg/errors v0.8.1 github.com/spf13/cobra v1.1.1 github.com/spf13/viper v1.7.0 github.com/stretchr/testify v1.4.0 google.golang.org/grpc v1.27.0 google.golang.org/protobuf v1.25.0 )