chore: link go.mod's to tagged errors/v1.0.0-beta.2 go.mod (#10878)

* chore: link go.mod's to github.com/cosmos/cosmos-sdk/errors@v1.0.0-beta.1

* update to beta.2

* tidy
This commit is contained in:
Aaron Craelius
2022-01-04 19:43:22 -05:00
committed by GitHub
parent 401cf2f394
commit 074c95bdbf
9 changed files with 32 additions and 1206 deletions
+5 -2
View File
@@ -2,10 +2,13 @@ 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
)
require (
github.com/davecgh/go-spew v1.1.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/testify v1.7.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)