Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump oasis-sdk to v0.12.1 #892

Merged
merged 1 commit into from
Jan 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump oasis-sdk to v0.12.1
  • Loading branch information
ptrus committed Jan 21, 2025
commit 05d4686ac479ecbd92b381ccbac98d672f06cfd9
1 change: 1 addition & 0 deletions .changelog/892.feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump oasis-sdk to v0.12.1
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ require (
github.com/oasisprotocol/curve25519-voi v0.0.0-20230904125328-1f23a7beb09a
github.com/oasisprotocol/metadata-registry-tools v0.0.0-20240304080528-3218befba9ca
github.com/oasisprotocol/oasis-core/go v0.2403.1
github.com/oasisprotocol/oasis-sdk/client-sdk/go v0.11.1
github.com/oasisprotocol/oasis-sdk/client-sdk/go v0.12.1
github.com/rs/cors v1.8.3
go.dedis.ch/kyber/v3 v3.1.0
golang.org/x/crypto v0.31.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -796,8 +796,8 @@ github.com/oasisprotocol/metadata-registry-tools v0.0.0-20240304080528-3218befba
github.com/oasisprotocol/metadata-registry-tools v0.0.0-20240304080528-3218befba9ca/go.mod h1:yn34Fphi3GncE/cSwaL3dZeXl4f2ypfSUshf132RhSI=
github.com/oasisprotocol/oasis-core/go v0.2403.1 h1:WS9upKZ5S53lMc9eRcLdNOC4X0IKILFf/6GwlOvdpS0=
github.com/oasisprotocol/oasis-core/go v0.2403.1/go.mod h1:H0wKb3CmUGVSioHjLCtzphc6MKODWcZs+YYAegoUT4g=
github.com/oasisprotocol/oasis-sdk/client-sdk/go v0.11.1 h1:CdQ3SznnCVfnSRJszoR10+Nrv3a8nKQFxodZXKpePIo=
github.com/oasisprotocol/oasis-sdk/client-sdk/go v0.11.1/go.mod h1:HZcEGQc/XnfJkDTj/bnfHxch3J9AxFKrCU4iQo1w3Gw=
github.com/oasisprotocol/oasis-sdk/client-sdk/go v0.12.1 h1:4F/9liMod+uDT7FYj1X92LtB18UQxD0aTpklNFiCNrs=
github.com/oasisprotocol/oasis-sdk/client-sdk/go v0.12.1/go.mod h1:HZcEGQc/XnfJkDTj/bnfHxch3J9AxFKrCU4iQo1w3Gw=
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=
Expand Down
Loading