Skip to content

Commit

Permalink
Merge pull request #1519 from fqutishat/update
Browse files Browse the repository at this point in the history
chore: update orb vdr to rc4
  • Loading branch information
fqutishat authored Nov 12, 2022
2 parents dc5fede + f589c28 commit c9c25b2
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions cmd/orb-cli/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ require (
github.com/btcsuite/btcutil v1.0.3-0.20201208143702-a53e38424cce
github.com/google/uuid v1.3.0
github.com/hyperledger/aries-framework-go v0.1.9-0.20221104133505-b2cd6a82a8e4
github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v1.0.0-rc3.0.20221108185002-ec7f44fccffe
github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v1.0.0-rc3.0.20221104150937-07bfbe450122
github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v1.0.0-rc4
github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v1.0.0-rc4
github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-20220610133818-119077b0ec85
github.com/ipfs/go-ipfs-api v0.2.0
github.com/ipfs/go-ipfs-files v0.0.8
github.com/libp2p/go-libp2p-core v0.8.0
github.com/piprate/json-gold v0.4.2
github.com/spf13/cobra v1.3.0
github.com/stretchr/testify v1.8.1
github.com/trustbloc/orb v1.0.0-rc3.0.20221101120557-1cf1ce21c938
github.com/trustbloc/orb v1.0.0-rc3.0.20221110183921-dc5feded4796
github.com/trustbloc/sidetree-core-go v1.0.0-rc4
github.com/trustbloc/vct v1.0.0-rc4
)
Expand Down
8 changes: 4 additions & 4 deletions cmd/orb-cli/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -484,10 +484,10 @@ github.com/hyperledger/aries-framework-go v0.1.9-0.20221104133505-b2cd6a82a8e4 h
github.com/hyperledger/aries-framework-go v0.1.9-0.20221104133505-b2cd6a82a8e4/go.mod h1:5lp5+NPjRngsjFLYYGg5mtkvw6I4Mr7CKz+wHYxROk0=
github.com/hyperledger/aries-framework-go-ext/component/storage/mongodb v0.0.0-20220615170242-cda5092b4faf h1:F12zbOSRsye3IWK3Zb6prgrqQQFYnz5zjGSCh9pfYzk=
github.com/hyperledger/aries-framework-go-ext/component/storage/mongodb v0.0.0-20220615170242-cda5092b4faf/go.mod h1:GDANCnJONcCqBvv6QgKuk5Y2FWHyD/Hu26kyc7NTyfY=
github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v1.0.0-rc3.0.20221108185002-ec7f44fccffe h1:Sck9TsWDNLOtBYpnfTA90xE77ITUOaPrRJ+M+RyQPJY=
github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v1.0.0-rc3.0.20221108185002-ec7f44fccffe/go.mod h1:NCNvbFz6I4CamY8eiyzqWBnOz7wYnNtV1qxzRUiahYc=
github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v1.0.0-rc3.0.20221104150937-07bfbe450122 h1:lLClFk/2sgr8B15E854dtgxK9b6R+B8qPJXin4mgTFo=
github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v1.0.0-rc3.0.20221104150937-07bfbe450122/go.mod h1:kHGEwgl2Wo1dYj0rs6u8Kk/GjHmmwZI7445lU+9CJtI=
github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v1.0.0-rc4 h1:2Fl56YqYqhNdibYtLTpUEK9e+tj8vwMlicy0c3zsDIk=
github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v1.0.0-rc4/go.mod h1:GxcUIJlLkYMPtXVias5vd9isnK75sArnBa+tKpc1Z7k=
github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v1.0.0-rc4 h1:N3giTLE3NN6JbKPAh2FIxo15k5YVQKPXa41nwO1hv5E=
github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v1.0.0-rc4/go.mod h1:kHGEwgl2Wo1dYj0rs6u8Kk/GjHmmwZI7445lU+9CJtI=
github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-20220610133818-119077b0ec85 h1:P82lZe6zDjaP2j87nDYQBSBYrB6Nq6nc9MtyNMC3K4A=
github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-20220610133818-119077b0ec85/go.mod h1:ryG46jQRvQUUH/0wjORghfJnxJVH1yIXIsAv1GXIWp8=
github.com/hyperledger/aries-framework-go/spi v0.0.0-20221025204933-b807371b6f1e h1:SxbXlF39661T9w/L9PhVdtbJfJ51Pm4JYEEW6XfZHEQ=
Expand Down
4 changes: 2 additions & 2 deletions cmd/orb-driver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ module github.com/trustbloc/orb/cmd/orb-driver
go 1.19

require (
github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v1.0.0-rc3.0.20221108185002-ec7f44fccffe
github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v1.0.0-rc4
github.com/spf13/cobra v1.3.0
github.com/stretchr/testify v1.8.1
github.com/trustbloc/orb v1.0.0-rc3.0.20221101120557-1cf1ce21c938
github.com/trustbloc/orb v1.0.0-rc3.0.20221110183921-dc5feded4796
github.com/trustbloc/sidetree-core-go v1.0.0-rc4
)

Expand Down
4 changes: 2 additions & 2 deletions cmd/orb-driver/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -480,8 +480,8 @@ github.com/hyperledger/aries-framework-go v0.1.9-0.20221104133505-b2cd6a82a8e4 h
github.com/hyperledger/aries-framework-go v0.1.9-0.20221104133505-b2cd6a82a8e4/go.mod h1:5lp5+NPjRngsjFLYYGg5mtkvw6I4Mr7CKz+wHYxROk0=
github.com/hyperledger/aries-framework-go-ext/component/storage/mongodb v0.0.0-20220615170242-cda5092b4faf h1:F12zbOSRsye3IWK3Zb6prgrqQQFYnz5zjGSCh9pfYzk=
github.com/hyperledger/aries-framework-go-ext/component/storage/mongodb v0.0.0-20220615170242-cda5092b4faf/go.mod h1:GDANCnJONcCqBvv6QgKuk5Y2FWHyD/Hu26kyc7NTyfY=
github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v1.0.0-rc3.0.20221108185002-ec7f44fccffe h1:Sck9TsWDNLOtBYpnfTA90xE77ITUOaPrRJ+M+RyQPJY=
github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v1.0.0-rc3.0.20221108185002-ec7f44fccffe/go.mod h1:NCNvbFz6I4CamY8eiyzqWBnOz7wYnNtV1qxzRUiahYc=
github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v1.0.0-rc4 h1:2Fl56YqYqhNdibYtLTpUEK9e+tj8vwMlicy0c3zsDIk=
github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v1.0.0-rc4/go.mod h1:GxcUIJlLkYMPtXVias5vd9isnK75sArnBa+tKpc1Z7k=
github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v1.0.0-rc3.0.20221104150937-07bfbe450122 h1:lLClFk/2sgr8B15E854dtgxK9b6R+B8qPJXin4mgTFo=
github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v1.0.0-rc3.0.20221104150937-07bfbe450122/go.mod h1:kHGEwgl2Wo1dYj0rs6u8Kk/GjHmmwZI7445lU+9CJtI=
github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-20220610133818-119077b0ec85 h1:P82lZe6zDjaP2j87nDYQBSBYrB6Nq6nc9MtyNMC3K4A=
Expand Down
6 changes: 3 additions & 3 deletions test/bdd/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ require (
github.com/hyperledger/aries-framework-go v0.1.9-0.20221104133505-b2cd6a82a8e4
github.com/hyperledger/aries-framework-go-ext/component/storage/couchdb v0.0.0-20220428163625-96d8261511e1
github.com/hyperledger/aries-framework-go-ext/component/storage/mongodb v0.0.0-20220615170242-cda5092b4faf
github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v1.0.0-rc3.0.20221108185002-ec7f44fccffe
github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v1.0.0-rc3.0.20221104150937-07bfbe450122
github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v1.0.0-rc4
github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v1.0.0-rc4
github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-20220610133818-119077b0ec85
github.com/hyperledger/aries-framework-go/spi v0.0.0-20221025204933-b807371b6f1e
github.com/igor-pavlenko/httpsignatures-go v0.0.23
github.com/ipfs/go-ipfs-api v0.2.0
github.com/mr-tron/base58 v1.2.0
github.com/sirupsen/logrus v1.8.1
github.com/tidwall/gjson v1.7.4
github.com/trustbloc/orb v1.0.0-rc3.0.20221101120557-1cf1ce21c938
github.com/trustbloc/orb v1.0.0-rc3.0.20221110183921-dc5feded4796
github.com/trustbloc/sidetree-core-go v1.0.0-rc4
)

Expand Down
8 changes: 4 additions & 4 deletions test/bdd/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -675,10 +675,10 @@ github.com/hyperledger/aries-framework-go-ext/component/storage/couchdb v0.0.0-2
github.com/hyperledger/aries-framework-go-ext/component/storage/couchdb v0.0.0-20220428163625-96d8261511e1/go.mod h1:q8qjsQpYo7AYG0pqQg1zgEoIVc+Hrpf5S0WciiwPDQA=
github.com/hyperledger/aries-framework-go-ext/component/storage/mongodb v0.0.0-20220615170242-cda5092b4faf h1:F12zbOSRsye3IWK3Zb6prgrqQQFYnz5zjGSCh9pfYzk=
github.com/hyperledger/aries-framework-go-ext/component/storage/mongodb v0.0.0-20220615170242-cda5092b4faf/go.mod h1:GDANCnJONcCqBvv6QgKuk5Y2FWHyD/Hu26kyc7NTyfY=
github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v1.0.0-rc3.0.20221108185002-ec7f44fccffe h1:Sck9TsWDNLOtBYpnfTA90xE77ITUOaPrRJ+M+RyQPJY=
github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v1.0.0-rc3.0.20221108185002-ec7f44fccffe/go.mod h1:NCNvbFz6I4CamY8eiyzqWBnOz7wYnNtV1qxzRUiahYc=
github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v1.0.0-rc3.0.20221104150937-07bfbe450122 h1:lLClFk/2sgr8B15E854dtgxK9b6R+B8qPJXin4mgTFo=
github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v1.0.0-rc3.0.20221104150937-07bfbe450122/go.mod h1:kHGEwgl2Wo1dYj0rs6u8Kk/GjHmmwZI7445lU+9CJtI=
github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v1.0.0-rc4 h1:2Fl56YqYqhNdibYtLTpUEK9e+tj8vwMlicy0c3zsDIk=
github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v1.0.0-rc4/go.mod h1:GxcUIJlLkYMPtXVias5vd9isnK75sArnBa+tKpc1Z7k=
github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v1.0.0-rc4 h1:N3giTLE3NN6JbKPAh2FIxo15k5YVQKPXa41nwO1hv5E=
github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v1.0.0-rc4/go.mod h1:kHGEwgl2Wo1dYj0rs6u8Kk/GjHmmwZI7445lU+9CJtI=
github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-20220610133818-119077b0ec85 h1:P82lZe6zDjaP2j87nDYQBSBYrB6Nq6nc9MtyNMC3K4A=
github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-20220610133818-119077b0ec85/go.mod h1:ryG46jQRvQUUH/0wjORghfJnxJVH1yIXIsAv1GXIWp8=
github.com/hyperledger/aries-framework-go/spi v0.0.0-20221025204933-b807371b6f1e h1:SxbXlF39661T9w/L9PhVdtbJfJ51Pm4JYEEW6XfZHEQ=
Expand Down

0 comments on commit c9c25b2

Please sign in to comment.