1- module github.com/persistenceOne/persistence-sdk/v5
1+ module github.com/persistenceOne/persistence-sdk/v6
22
33go 1.23.11
44
@@ -22,7 +22,6 @@ require (
2222 github.com/cosmos/cosmos-sdk v0.53.4
2323 github.com/cosmos/gogoproto v1.7.0
2424 github.com/cosmos/ibc-go/v10 v10.1.1
25- github.com/golang/mock v1.6.0
2625 github.com/golang/protobuf v1.5.4
2726 github.com/gorilla/mux v1.8.1
2827 github.com/grpc-ecosystem/grpc-gateway v1.16.0
@@ -32,6 +31,7 @@ require (
3231 github.com/spf13/pflag v1.0.7
3332 github.com/spf13/viper v1.20.1
3433 github.com/stretchr/testify v1.10.0
34+ go.uber.org/mock v0.5.2
3535 golang.org/x/exp v0.0.0-20250305212735-054e65f0b394
3636 google.golang.org/genproto/googleapis/api v0.0.0-20250528174236-200df99c418a
3737 google.golang.org/grpc v1.72.2
@@ -206,7 +206,6 @@ require (
206206 go.opentelemetry.io/otel/sdk v1.34.0 // indirect
207207 go.opentelemetry.io/otel/sdk/metric v1.34.0 // indirect
208208 go.opentelemetry.io/otel/trace v1.34.0 // indirect
209- go.uber.org/mock v0.5.2 // indirect
210209 go.uber.org/multierr v1.11.0 // indirect
211210 go.yaml.in/yaml/v2 v2.4.2 // indirect
212211 golang.org/x/arch v0.15.0 // indirect
0 commit comments