diff --git a/go.mod b/go.mod index 105d20c6..23e100af 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/oasisprotocol/cli go 1.23.2 -toolchain go1.23.5 +toolchain go1.24.1 // v1.5.0 has broken uint parsing, use a commit with the fix until the // the maintainers merge the PR: https://github.com/spf13/cast/pull/144 @@ -24,7 +24,7 @@ require ( github.com/oasisprotocol/deoxysii v0.0.0-20220228165953-2091330c22b7 github.com/oasisprotocol/metadata-registry-tools v0.0.0-20220406100644-7e9a2b991920 github.com/oasisprotocol/oasis-core/go v0.2500.0 - github.com/oasisprotocol/oasis-sdk/client-sdk/go v0.12.2 + github.com/oasisprotocol/oasis-sdk/client-sdk/go v0.13.1 github.com/olekukonko/tablewriter v0.0.5 github.com/spf13/cobra v1.9.1 github.com/spf13/pflag v1.0.6 diff --git a/go.sum b/go.sum index 3f37b0ba..f5871a7d 100644 --- a/go.sum +++ b/go.sum @@ -429,8 +429,8 @@ github.com/oasisprotocol/metadata-registry-tools v0.0.0-20220406100644-7e9a2b991 github.com/oasisprotocol/metadata-registry-tools v0.0.0-20220406100644-7e9a2b991920/go.mod h1:MKr/giwakLyCCjSWh0W9Pbaf7rDD1K96Wr57OhNoUK0= github.com/oasisprotocol/oasis-core/go v0.2500.0 h1:VK3bWrw+Z3Ptv1YcTHOqWCS8Io888imnYgd9aohFg4g= github.com/oasisprotocol/oasis-core/go v0.2500.0/go.mod h1:VGnmXqzTnSjM5Ik+nMyposdUQip9UsT0ebzMA3JfcjE= -github.com/oasisprotocol/oasis-sdk/client-sdk/go v0.12.2 h1:1bpgDUzGb5AVJtiYNp7UBGQ7LqTPtCW8qMKfJpsYU1M= -github.com/oasisprotocol/oasis-sdk/client-sdk/go v0.12.2/go.mod h1:cSeE0PjcOJiXFQKxUAvO/9B0PmraZQAlX6WPZN/UVoI= +github.com/oasisprotocol/oasis-sdk/client-sdk/go v0.13.1 h1:Rxh4qDwQxj7tKpFvhDYD9sMJO3HYKZuXX5Y8HvZQeYM= +github.com/oasisprotocol/oasis-sdk/client-sdk/go v0.13.1/go.mod h1:cSeE0PjcOJiXFQKxUAvO/9B0PmraZQAlX6WPZN/UVoI= github.com/oklog/run v1.0.0 h1:Ru7dDtJNOyC66gQ5dQmaCa0qIsAUFY3sFpK1Xk8igrw= github.com/oklog/run v1.0.0/go.mod h1:dlhp/R75TPv97u0XWUtDeV/lRKWPKSdTuV0TZvrmrQA= github.com/olekukonko/tablewriter v0.0.5 h1:P2Ga83D34wi1o9J6Wh1mRuqd4mF/x/lgBS7N7AbDhec=