From 9fcb80e0294c71e32983db5d217e95aee49bad61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Eckel?= Date: Wed, 28 May 2025 14:59:03 +0200 Subject: [PATCH] release lib prep (#502) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Eckel --- go.mod | 2 +- lib/go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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