Skip to content

Commit deee3b4

Browse files
committed
Revert go dependency versions
1 parent 3b308fb commit deee3b4

File tree

2 files changed

+27
-597
lines changed

2 files changed

+27
-597
lines changed

go.mod

+5-5
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ require (
1919
github.com/spf13/cobra v1.2.1
2020
github.com/spf13/pflag v1.0.5
2121
github.com/spf13/viper v1.8.1
22-
github.com/stretchr/testify v1.8.4
22+
github.com/stretchr/testify v1.8.2
2323
github.com/tendermint/spm v0.1.9
2424
github.com/tendermint/tendermint v0.34.14
2525
github.com/tendermint/tm-db v0.6.4
26-
golang.org/x/net v0.20.0 // indirect
27-
google.golang.org/genproto/googleapis/api v0.0.0-20240125205218-1f4bbc51befe
28-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240125205218-1f4bbc51befe // indirect
29-
google.golang.org/grpc v1.61.0
26+
golang.org/x/net v0.12.0 // indirect
27+
google.golang.org/genproto/googleapis/api v0.0.0-20230724170836-66ad5b6ff146
28+
google.golang.org/genproto/googleapis/rpc v0.0.0-20230724170836-66ad5b6ff146 // indirect
29+
google.golang.org/grpc v1.56.2
3030
sigs.k8s.io/yaml v1.3.0
3131
)
3232

0 commit comments

Comments
 (0)