github.com/cosmos/cosmos-proto@v1.0.0-beta.3/go.mod (about) 1 module github.com/cosmos/cosmos-proto 2 3 go 1.18 4 5 require ( 6 github.com/google/go-cmp v0.5.9 7 github.com/stretchr/testify v1.8.2 8 google.golang.org/protobuf v1.28.1 9 gotest.tools/v3 v3.4.0 10 pgregory.net/rapid v0.5.5 11 ) 12 13 require ( 14 github.com/davecgh/go-spew v1.1.1 // indirect 15 github.com/pmezard/go-difflib v1.0.0 // indirect 16 gopkg.in/yaml.v3 v3.0.1 // indirect 17 )