module github.com/cosmos/cosmos-sdk/errors go 1.17 require ( github.com/pkg/errors v0.9.1 github.com/stretchr/testify v1.7.0 google.golang.org/grpc v1.44.0 ) require ( github.com/davecgh/go-spew v1.1.0 // indirect github.com/golang/protobuf v1.4.3 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect google.golang.org/protobuf v1.25.0 // indirect gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect )