Compare commits

..

No commits in common. "main" and "v0.13.0" have entirely different histories.

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/gorilla/mux v1.8.0
github.com/grpc-ecosystem/grpc-gateway v1.16.0 github.com/grpc-ecosystem/grpc-gateway v1.16.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.15.2 github.com/grpc-ecosystem/grpc-gateway/v2 v2.15.2
github.com/planetmint/planetmint-go/lib v0.9.0 github.com/planetmint/planetmint-go/lib v0.6.0
github.com/rddl-network/elements-rpc v1.2.1 github.com/rddl-network/elements-rpc v1.2.1
github.com/rddl-network/go-utils v0.2.3 github.com/rddl-network/go-utils v0.2.3
github.com/rddl-network/rddl-claim-service v0.3.2 github.com/rddl-network/rddl-claim-service v0.3.2

View File

@ -5,7 +5,7 @@ go 1.22
require ( require (
github.com/cometbft/cometbft v0.37.5 github.com/cometbft/cometbft v0.37.5
github.com/cosmos/cosmos-sdk v0.47.14 github.com/cosmos/cosmos-sdk v0.47.14
github.com/planetmint/planetmint-go v0.13.0 github.com/planetmint/planetmint-go v0.12.8
github.com/stretchr/testify v1.9.0 github.com/stretchr/testify v1.9.0
go.bug.st/serial v1.6.2 go.bug.st/serial v1.6.2
sigs.k8s.io/yaml v1.4.0 sigs.k8s.io/yaml v1.4.0