fix: re-add cosmovisor in go.work to fix make test (#12884)

This commit is contained in:
Julien Robert
2022-08-10 15:12:23 +02:00
committed by GitHub
parent 7496aa3d27
commit 1c16c11d5a
21 changed files with 63 additions and 189 deletions
+2 -2
View File
@@ -13,7 +13,7 @@ require (
require (
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/go-cmp v0.5.8 // indirect
golang.org/x/net v0.0.0-20220617184016-355a448f1bc9 // indirect
golang.org/x/sys v0.0.0-20220702020025-31831981b65f // indirect
golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
golang.org/x/text v0.3.7 // indirect
)