fix: errors go.mod has wrong module path (#10808)

This commit is contained in:
Aaron Craelius 2021-12-17 21:03:16 -05:00 committed by GitHub
parent a524b559ca
commit e44612f33d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
module errors
module github.com/cosmos/cosmos-sdk/errors
go 1.17