Skip to content

Commit

Permalink
deps(oasis-sdk): Bump to latest main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
matevz committed Feb 27, 2023
1 parent 34b3bf7 commit b281d11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@ replace github.com/spf13/cast => github.com/oasisprotocol/cast v0.0.0-2022060612
require (
github.com/AlecAivazis/survey/v2 v2.3.6
github.com/adrg/xdg v0.4.0
github.com/btcsuite/btcd v0.22.1
github.com/ethereum/go-ethereum v1.11.2
github.com/miguelmota/go-ethereum-hdwallet v0.1.1
github.com/mitchellh/mapstructure v1.5.0
github.com/oasisprotocol/curve25519-voi v0.0.0-20220708102147-0a8a51822cae
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.2202.6
github.com/oasisprotocol/oasis-sdk/client-sdk/go v0.3.0
github.com/oasisprotocol/oasis-sdk/client-sdk/go v0.3.1-0.20230224113316-30d0434b7a31
github.com/olekukonko/tablewriter v0.0.5
github.com/spf13/cobra v1.6.1
github.com/spf13/pflag v1.0.5
Expand All @@ -33,7 +34,6 @@ require (
github.com/ProtonMail/go-crypto v0.0.0-20220404123522-616f957b79ad // indirect
github.com/acomagu/bufpipe v1.0.3 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/btcsuite/btcd v0.22.1 // indirect
github.com/btcsuite/btcd/btcec/v2 v2.2.0 // indirect
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1 // indirect
github.com/btcsuite/btcutil v1.0.3-0.20201208143702-a53e38424cce // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -894,8 +894,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.2202.6 h1:n6n+YSNnWV9OjKz5l0XbYIcxMwSXFhKh6Bn+sd6dlaA=
github.com/oasisprotocol/oasis-core/go v0.2202.6/go.mod h1:hKUgtuPPq371HokUQL5ashT5MZLZxK/VkWNKRLb9m+w=
github.com/oasisprotocol/oasis-sdk/client-sdk/go v0.3.0 h1:zQNpdMuOBp7hwx1MNyjPLeA78bhAbfZ30siqJ3U4ci0=
github.com/oasisprotocol/oasis-sdk/client-sdk/go v0.3.0/go.mod h1:QtFGcPhuA7R3Ia4Czb81nbWQUHZ9/xyXmJjpuvkr8sQ=
github.com/oasisprotocol/oasis-sdk/client-sdk/go v0.3.1-0.20230224113316-30d0434b7a31 h1:cYWYFOEt/BUlFvvPsGrinB/1v6HG0LxN+Udz0Dqfsow=
github.com/oasisprotocol/oasis-sdk/client-sdk/go v0.3.1-0.20230224113316-30d0434b7a31/go.mod h1:QtFGcPhuA7R3Ia4Czb81nbWQUHZ9/xyXmJjpuvkr8sQ=
github.com/oklog/run v1.0.0 h1:Ru7dDtJNOyC66gQ5dQmaCa0qIsAUFY3sFpK1Xk8igrw=
github.com/oklog/run v1.0.0/go.mod h1:dlhp/R75TPv97u0XWUtDeV/lRKWPKSdTuV0TZvrmrQA=
github.com/oklog/ulid v1.3.1/go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U=
Expand Down

0 comments on commit b281d11

Please sign in to comment.