Compare commits

...

1 Commits

Author SHA1 Message Date
Jürgen Eckel
9fcb80e029
release lib prep (#502)
Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
2025-05-28 14:59:03 +02:00
2 changed files with 2 additions and 2 deletions

2
go.mod
View File

@ -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

View File

@ -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