module github.com/bryk-io/did-method go 1.13 require ( github.com/gogo/googleapis v1.4.0 github.com/gogo/protobuf v1.3.1 github.com/golang/protobuf v1.4.2 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.7.0 go.bryk.io/x v0.0.0-20200623120934-ea9f2b26251a go.mongodb.org/mongo-driver v1.3.2 golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9 google.golang.org/grpc v1.29.1 )