diff --git a/go.mod b/go.mod index 90f82d5..38322cc 100644 --- a/go.mod +++ b/go.mod @@ -23,7 +23,7 @@ require ( github.com/gorilla/mux v1.8.0 github.com/grpc-ecosystem/grpc-gateway v1.16.0 github.com/grpc-ecosystem/grpc-gateway/v2 v2.15.2 - github.com/planetmint/planetmint-go/lib v0.6.0 + github.com/planetmint/planetmint-go/lib v0.9.0 github.com/rddl-network/elements-rpc v1.2.1 github.com/rddl-network/go-utils v0.2.3 github.com/rddl-network/rddl-claim-service v0.3.2 diff --git a/lib/go.mod b/lib/go.mod index a9a7d3a..076393a 100644 --- a/lib/go.mod +++ b/lib/go.mod @@ -5,7 +5,7 @@ go 1.22 require ( github.com/cometbft/cometbft v0.37.5 github.com/cosmos/cosmos-sdk v0.47.14 - github.com/planetmint/planetmint-go v0.12.8 + github.com/planetmint/planetmint-go v0.13.0 github.com/stretchr/testify v1.9.0 go.bug.st/serial v1.6.2 sigs.k8s.io/yaml v1.4.0