File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,16 +10,16 @@ require (
1010 github.com/btcsuite/btcutil v1.0.3-0.20201208143702-a53e38424cce
1111 github.com/google/uuid v1.3.0
1212 github.com/hyperledger/aries-framework-go v0.1.9-0.20221104133505-b2cd6a82a8e4
13- github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v1.0.0-rc3.0.20221108185002-ec7f44fccffe
14- github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v1.0.0-rc3.0.20221104150937-07bfbe450122
13+ github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v1.0.0-rc4
14+ github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v1.0.0-rc4
1515 github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-20220610133818-119077b0ec85
1616 github.com/ipfs/go-ipfs-api v0.2.0
1717 github.com/ipfs/go-ipfs-files v0.0.8
1818 github.com/libp2p/go-libp2p-core v0.8.0
1919 github.com/piprate/json-gold v0.4.2
2020 github.com/spf13/cobra v1.3.0
2121 github.com/stretchr/testify v1.8.1
22- github.com/trustbloc/orb v1.0.0-rc3.0.20221101120557-1cf1ce21c938
22+ github.com/trustbloc/orb v1.0.0-rc3.0.20221110183921-dc5feded4796
2323 github.com/trustbloc/sidetree-core-go v1.0.0-rc4
2424 github.com/trustbloc/vct v1.0.0-rc4
2525)
Original file line number Diff line number Diff line change @@ -484,10 +484,10 @@ github.com/hyperledger/aries-framework-go v0.1.9-0.20221104133505-b2cd6a82a8e4 h
484484github.com/hyperledger/aries-framework-go v0.1.9-0.20221104133505-b2cd6a82a8e4 /go.mod h1:5lp5+NPjRngsjFLYYGg5mtkvw6I4Mr7CKz+wHYxROk0 =
485485github.com/hyperledger/aries-framework-go-ext/component/storage/mongodb v0.0.0-20220615170242-cda5092b4faf h1:F12zbOSRsye3IWK3Zb6prgrqQQFYnz5zjGSCh9pfYzk =
486486github.com/hyperledger/aries-framework-go-ext/component/storage/mongodb v0.0.0-20220615170242-cda5092b4faf /go.mod h1:GDANCnJONcCqBvv6QgKuk5Y2FWHyD/Hu26kyc7NTyfY =
487- github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v1.0.0-rc3.0.20221108185002-ec7f44fccffe h1:Sck9TsWDNLOtBYpnfTA90xE77ITUOaPrRJ+M+RyQPJY =
488- github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v1.0.0-rc3.0.20221108185002-ec7f44fccffe /go.mod h1:NCNvbFz6I4CamY8eiyzqWBnOz7wYnNtV1qxzRUiahYc =
489- github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v1.0.0-rc3.0.20221104150937-07bfbe450122 h1:lLClFk/2sgr8B15E854dtgxK9b6R+B8qPJXin4mgTFo =
490- github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v1.0.0-rc3.0.20221104150937-07bfbe450122 /go.mod h1:kHGEwgl2Wo1dYj0rs6u8Kk/GjHmmwZI7445lU+9CJtI =
487+ github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v1.0.0-rc4 h1:2Fl56YqYqhNdibYtLTpUEK9e+tj8vwMlicy0c3zsDIk =
488+ github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v1.0.0-rc4 /go.mod h1:GxcUIJlLkYMPtXVias5vd9isnK75sArnBa+tKpc1Z7k =
489+ github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v1.0.0-rc4 h1:N3giTLE3NN6JbKPAh2FIxo15k5YVQKPXa41nwO1hv5E =
490+ github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v1.0.0-rc4 /go.mod h1:kHGEwgl2Wo1dYj0rs6u8Kk/GjHmmwZI7445lU+9CJtI =
491491github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-20220610133818-119077b0ec85 h1:P82lZe6zDjaP2j87nDYQBSBYrB6Nq6nc9MtyNMC3K4A =
492492github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-20220610133818-119077b0ec85 /go.mod h1:ryG46jQRvQUUH/0wjORghfJnxJVH1yIXIsAv1GXIWp8 =
493493github.com/hyperledger/aries-framework-go/spi v0.0.0-20221025204933-b807371b6f1e h1:SxbXlF39661T9w/L9PhVdtbJfJ51Pm4JYEEW6XfZHEQ =
Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ module github.com/trustbloc/orb/cmd/orb-driver
77go 1.19
88
99require (
10- github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v1.0.0-rc3.0.20221108185002-ec7f44fccffe
10+ github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v1.0.0-rc4
1111 github.com/spf13/cobra v1.3.0
1212 github.com/stretchr/testify v1.8.1
13- github.com/trustbloc/orb v1.0.0-rc3.0.20221101120557-1cf1ce21c938
13+ github.com/trustbloc/orb v1.0.0-rc3.0.20221110183921-dc5feded4796
1414 github.com/trustbloc/sidetree-core-go v1.0.0-rc4
1515)
1616
Original file line number Diff line number Diff line change @@ -480,8 +480,8 @@ github.com/hyperledger/aries-framework-go v0.1.9-0.20221104133505-b2cd6a82a8e4 h
480480github.com/hyperledger/aries-framework-go v0.1.9-0.20221104133505-b2cd6a82a8e4 /go.mod h1:5lp5+NPjRngsjFLYYGg5mtkvw6I4Mr7CKz+wHYxROk0 =
481481github.com/hyperledger/aries-framework-go-ext/component/storage/mongodb v0.0.0-20220615170242-cda5092b4faf h1:F12zbOSRsye3IWK3Zb6prgrqQQFYnz5zjGSCh9pfYzk =
482482github.com/hyperledger/aries-framework-go-ext/component/storage/mongodb v0.0.0-20220615170242-cda5092b4faf /go.mod h1:GDANCnJONcCqBvv6QgKuk5Y2FWHyD/Hu26kyc7NTyfY =
483- github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v1.0.0-rc3.0.20221108185002-ec7f44fccffe h1:Sck9TsWDNLOtBYpnfTA90xE77ITUOaPrRJ+M+RyQPJY =
484- github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v1.0.0-rc3.0.20221108185002-ec7f44fccffe /go.mod h1:NCNvbFz6I4CamY8eiyzqWBnOz7wYnNtV1qxzRUiahYc =
483+ github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v1.0.0-rc4 h1:2Fl56YqYqhNdibYtLTpUEK9e+tj8vwMlicy0c3zsDIk =
484+ github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v1.0.0-rc4 /go.mod h1:GxcUIJlLkYMPtXVias5vd9isnK75sArnBa+tKpc1Z7k =
485485github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v1.0.0-rc3.0.20221104150937-07bfbe450122 h1:lLClFk/2sgr8B15E854dtgxK9b6R+B8qPJXin4mgTFo =
486486github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v1.0.0-rc3.0.20221104150937-07bfbe450122 /go.mod h1:kHGEwgl2Wo1dYj0rs6u8Kk/GjHmmwZI7445lU+9CJtI =
487487github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-20220610133818-119077b0ec85 h1:P82lZe6zDjaP2j87nDYQBSBYrB6Nq6nc9MtyNMC3K4A =
Original file line number Diff line number Diff line change @@ -16,16 +16,16 @@ require (
1616 github.com/hyperledger/aries-framework-go v0.1.9-0.20221104133505-b2cd6a82a8e4
1717 github.com/hyperledger/aries-framework-go-ext/component/storage/couchdb v0.0.0-20220428163625-96d8261511e1
1818 github.com/hyperledger/aries-framework-go-ext/component/storage/mongodb v0.0.0-20220615170242-cda5092b4faf
19- github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v1.0.0-rc3.0.20221108185002-ec7f44fccffe
20- github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v1.0.0-rc3.0.20221104150937-07bfbe450122
19+ github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v1.0.0-rc4
20+ github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v1.0.0-rc4
2121 github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-20220610133818-119077b0ec85
2222 github.com/hyperledger/aries-framework-go/spi v0.0.0-20221025204933-b807371b6f1e
2323 github.com/igor-pavlenko/httpsignatures-go v0.0.23
2424 github.com/ipfs/go-ipfs-api v0.2.0
2525 github.com/mr-tron/base58 v1.2.0
2626 github.com/sirupsen/logrus v1.8.1
2727 github.com/tidwall/gjson v1.7.4
28- github.com/trustbloc/orb v1.0.0-rc3.0.20221101120557-1cf1ce21c938
28+ github.com/trustbloc/orb v1.0.0-rc3.0.20221110183921-dc5feded4796
2929 github.com/trustbloc/sidetree-core-go v1.0.0-rc4
3030)
3131
Original file line number Diff line number Diff line change @@ -675,10 +675,10 @@ github.com/hyperledger/aries-framework-go-ext/component/storage/couchdb v0.0.0-2
675675github.com/hyperledger/aries-framework-go-ext/component/storage/couchdb v0.0.0-20220428163625-96d8261511e1 /go.mod h1:q8qjsQpYo7AYG0pqQg1zgEoIVc+Hrpf5S0WciiwPDQA =
676676github.com/hyperledger/aries-framework-go-ext/component/storage/mongodb v0.0.0-20220615170242-cda5092b4faf h1:F12zbOSRsye3IWK3Zb6prgrqQQFYnz5zjGSCh9pfYzk =
677677github.com/hyperledger/aries-framework-go-ext/component/storage/mongodb v0.0.0-20220615170242-cda5092b4faf /go.mod h1:GDANCnJONcCqBvv6QgKuk5Y2FWHyD/Hu26kyc7NTyfY =
678- github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v1.0.0-rc3.0.20221108185002-ec7f44fccffe h1:Sck9TsWDNLOtBYpnfTA90xE77ITUOaPrRJ+M+RyQPJY =
679- github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v1.0.0-rc3.0.20221108185002-ec7f44fccffe /go.mod h1:NCNvbFz6I4CamY8eiyzqWBnOz7wYnNtV1qxzRUiahYc =
680- github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v1.0.0-rc3.0.20221104150937-07bfbe450122 h1:lLClFk/2sgr8B15E854dtgxK9b6R+B8qPJXin4mgTFo =
681- github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v1.0.0-rc3.0.20221104150937-07bfbe450122 /go.mod h1:kHGEwgl2Wo1dYj0rs6u8Kk/GjHmmwZI7445lU+9CJtI =
678+ github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v1.0.0-rc4 h1:2Fl56YqYqhNdibYtLTpUEK9e+tj8vwMlicy0c3zsDIk =
679+ github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v1.0.0-rc4 /go.mod h1:GxcUIJlLkYMPtXVias5vd9isnK75sArnBa+tKpc1Z7k =
680+ github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v1.0.0-rc4 h1:N3giTLE3NN6JbKPAh2FIxo15k5YVQKPXa41nwO1hv5E =
681+ github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v1.0.0-rc4 /go.mod h1:kHGEwgl2Wo1dYj0rs6u8Kk/GjHmmwZI7445lU+9CJtI =
682682github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-20220610133818-119077b0ec85 h1:P82lZe6zDjaP2j87nDYQBSBYrB6Nq6nc9MtyNMC3K4A =
683683github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-20220610133818-119077b0ec85 /go.mod h1:ryG46jQRvQUUH/0wjORghfJnxJVH1yIXIsAv1GXIWp8 =
684684github.com/hyperledger/aries-framework-go/spi v0.0.0-20221025204933-b807371b6f1e h1:SxbXlF39661T9w/L9PhVdtbJfJ51Pm4JYEEW6XfZHEQ =
You can’t perform that action at this time.
0 commit comments