Skip to content

Commit 922dafb

Browse files
build(deps): bump github.com/oasisprotocol/oasis-core/go
Bumps [github.com/oasisprotocol/oasis-core/go](https://github.com/oasisprotocol/oasis-core) from 0.2500.0 to 0.2501.0. - [Release notes](https://github.com/oasisprotocol/oasis-core/releases) - [Changelog](https://github.com/oasisprotocol/oasis-core/blob/master/CHANGELOG.md) - [Commits](oasisprotocol/oasis-core@go/v0.2500.0...go/v0.2501.0) --- updated-dependencies: - dependency-name: github.com/oasisprotocol/oasis-core/go dependency-version: 0.2501.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6571c66 commit 922dafb

2 files changed

Lines changed: 7 additions & 8 deletions

File tree

go.mod

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
module github.com/oasisprotocol/cli
22

33
go 1.23.2
4-
5-
toolchain go1.23.5
4+
toolchain go1.24.1
65

76
// v1.5.0 has broken uint parsing, use a commit with the fix until the
87
// the maintainers merge the PR: https://github.com/spf13/cast/pull/144
@@ -23,7 +22,7 @@ require (
2322
github.com/oasisprotocol/curve25519-voi v0.0.0-20230904125328-1f23a7beb09a
2423
github.com/oasisprotocol/deoxysii v0.0.0-20220228165953-2091330c22b7
2524
github.com/oasisprotocol/metadata-registry-tools v0.0.0-20220406100644-7e9a2b991920
26-
github.com/oasisprotocol/oasis-core/go v0.2500.0
25+
github.com/oasisprotocol/oasis-core/go v0.2501.0
2726
github.com/oasisprotocol/oasis-sdk/client-sdk/go v0.12.2
2827
github.com/olekukonko/tablewriter v0.0.5
2928
github.com/spf13/cobra v1.9.1
@@ -152,7 +151,7 @@ require (
152151
go.uber.org/multierr v1.11.0 // indirect
153152
go.uber.org/zap v1.27.0 // indirect
154153
golang.org/x/exp v0.0.0-20250128182459-e0ece0dbea4c // indirect
155-
golang.org/x/net v0.34.0 // indirect
154+
golang.org/x/net v0.37.0 // indirect
156155
golang.org/x/sync v0.12.0 // indirect
157156
golang.org/x/term v0.30.0 // indirect
158157
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -427,8 +427,8 @@ github.com/oasisprotocol/deoxysii v0.0.0-20220228165953-2091330c22b7 h1:1102pQc2
427427
github.com/oasisprotocol/deoxysii v0.0.0-20220228165953-2091330c22b7/go.mod h1:UqoUn6cHESlliMhOnKLWr+CBH+e3bazUPvFj1XZwAjs=
428428
github.com/oasisprotocol/metadata-registry-tools v0.0.0-20220406100644-7e9a2b991920 h1:rugJRYKamNl6WGBaU+b0wLQFkYcsnBr0ycX5QmB+AYU=
429429
github.com/oasisprotocol/metadata-registry-tools v0.0.0-20220406100644-7e9a2b991920/go.mod h1:MKr/giwakLyCCjSWh0W9Pbaf7rDD1K96Wr57OhNoUK0=
430-
github.com/oasisprotocol/oasis-core/go v0.2500.0 h1:VK3bWrw+Z3Ptv1YcTHOqWCS8Io888imnYgd9aohFg4g=
431-
github.com/oasisprotocol/oasis-core/go v0.2500.0/go.mod h1:VGnmXqzTnSjM5Ik+nMyposdUQip9UsT0ebzMA3JfcjE=
430+
github.com/oasisprotocol/oasis-core/go v0.2501.0 h1:EM8TjRu+tYs1HHnk/dG8S2ottsVJp6yfjcPOR/EsUws=
431+
github.com/oasisprotocol/oasis-core/go v0.2501.0/go.mod h1:x6C2CyOE0JPIJ12ALwkq0oOVm1xOhu+QhWlHRYPj/Cw=
432432
github.com/oasisprotocol/oasis-sdk/client-sdk/go v0.12.2 h1:1bpgDUzGb5AVJtiYNp7UBGQ7LqTPtCW8qMKfJpsYU1M=
433433
github.com/oasisprotocol/oasis-sdk/client-sdk/go v0.12.2/go.mod h1:cSeE0PjcOJiXFQKxUAvO/9B0PmraZQAlX6WPZN/UVoI=
434434
github.com/oklog/run v1.0.0 h1:Ru7dDtJNOyC66gQ5dQmaCa0qIsAUFY3sFpK1Xk8igrw=
@@ -715,8 +715,8 @@ golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug
715715
golang.org/x/net v0.2.0/go.mod h1:KqCZLdyyvdV855qA2rE3GC2aiw5xGR5TEjj8smXukLY=
716716
golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs=
717717
golang.org/x/net v0.8.0/go.mod h1:QVkue5JL9kW//ek3r6jTKnTFis1tRmNAW2P1shuFdJc=
718-
golang.org/x/net v0.34.0 h1:Mb7Mrk043xzHgnRM88suvJFwzVrRfHEHJEl5/71CKw0=
719-
golang.org/x/net v0.34.0/go.mod h1:di0qlW3YNM5oh6GqDGQr92MyTozJPmybPK4Ev/Gm31k=
718+
golang.org/x/net v0.37.0 h1:1zLorHbz+LYj7MQlSf1+2tPIIgibq2eL5xkrGk6f+2c=
719+
golang.org/x/net v0.37.0/go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8=
720720
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
721721
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
722722
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=

0 commit comments

Comments
 (0)