Skip to content

Commit

Permalink
fix: errors go.mod has wrong module path (#10808)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronc authored Dec 18, 2021
1 parent a524b55 commit e44612f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion errors/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module errors
module github.com/cosmos/cosmos-sdk/errors

go 1.17

Expand Down

0 comments on commit e44612f

Please sign in to comment.