From c73d8c046102a9cfd575076e43139c0718f5f499 Mon Sep 17 00:00:00 2001 From: Julian Strobl Date: Mon, 11 Mar 2024 11:20:25 +0100 Subject: [PATCH] chore: bump lib version to v0.5.0 Signed-off-by: Julian Strobl --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 5f09419..6e56952 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.4.1 + github.com/planetmint/planetmint-go/lib v0.5.0 github.com/rddl-network/elements-rpc v0.5.2 github.com/spf13/cast v1.5.0 github.com/spf13/cobra v1.6.1