module github.com/bryk-io/did-method go 1.13 require ( github.com/gogo/googleapis v1.3.2 github.com/gogo/protobuf v1.3.1 github.com/golang/protobuf v1.3.5 github.com/grpc-ecosystem/grpc-gateway v1.13.0 github.com/kennygrant/sanitize v1.2.4 github.com/mitchellh/go-homedir v1.1.0 github.com/pkg/errors v0.9.1 github.com/spf13/cobra v1.0.0 github.com/spf13/viper v1.6.3 go.bryk.io/x v0.0.0-20200419202918-b81ad866e2f8 go.mongodb.org/mongo-driver v1.3.2 golang.org/x/crypto v0.0.0-20200406173513-056763e48d71 google.golang.org/grpc v1.28.1 )