From 64a17497434aba51a681a108ccd1323a53427a0b Mon Sep 17 00:00:00 2001 From: Firas Qutishat Date: Fri, 26 Aug 2022 09:06:30 -0400 Subject: [PATCH] chore: update vct and orb vdr revision to rc3 Signed-off-by: Firas Qutishat --- cmd/orb-cli/go.mod | 8 ++++---- cmd/orb-cli/go.sum | 15 +++++++++------ cmd/orb-driver/go.mod | 6 +++--- cmd/orb-driver/go.sum | 12 +++++++----- cmd/orb-server/go.mod | 4 ++-- cmd/orb-server/go.sum | 8 ++++---- go.mod | 4 ++-- go.sum | 8 ++++---- test/bdd/fixtures/docker-compose.yml | 6 +++--- test/bdd/go.mod | 8 ++++---- test/bdd/go.sum | 15 +++++++++------ 11 files changed, 51 insertions(+), 43 deletions(-) diff --git a/cmd/orb-cli/go.mod b/cmd/orb-cli/go.mod index 2e28eb134..b42931695 100644 --- a/cmd/orb-cli/go.mod +++ b/cmd/orb-cli/go.mod @@ -10,8 +10,8 @@ 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.20220819134023-730ac301c3c0 - github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v1.0.0-rc2.0.20220826091015-af6620d1f121 - github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v1.0.0-rc2.0.20220729203359-da1de2fa21ce + github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v1.0.0-rc3 + github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v1.0.0-rc3 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 @@ -21,8 +21,8 @@ require ( github.com/stretchr/testify v1.7.5 github.com/trustbloc/edge-core v0.1.8 github.com/trustbloc/orb v1.0.0-rc2.0.20220826005428-b08eed04243a - github.com/trustbloc/sidetree-core-go v1.0.0-rc2.0.20220729143551-6cda4cea3bf5 - github.com/trustbloc/vct v1.0.0-rc2.0.20220825171642-c395321b4820 + github.com/trustbloc/sidetree-core-go v1.0.0-rc3 + github.com/trustbloc/vct v1.0.0-rc3 ) require ( diff --git a/cmd/orb-cli/go.sum b/cmd/orb-cli/go.sum index 4865381cb..8769eeef1 100644 --- a/cmd/orb-cli/go.sum +++ b/cmd/orb-cli/go.sum @@ -794,10 +794,11 @@ github.com/hyperledger/aries-framework-go-ext/component/storage/mongodb v0.0.0-2 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/storage/postgresql v0.0.0-20220428163625-96d8261511e1/go.mod h1:35iXtsPH1PImVDq8xFHETtrcvyHhJXKcvf82YJ6/z4k= -github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v1.0.0-rc2.0.20220826091015-af6620d1f121 h1:b6vOsS5JCsNbvMGw7T+AYhwew+0BvEBSXThYsgKN2/g= -github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v1.0.0-rc2.0.20220826091015-af6620d1f121/go.mod h1:MLXt3MhjiXdAKwDqMf2fNneoweRh19ZlWiF3AdcjDrs= -github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v1.0.0-rc2.0.20220729203359-da1de2fa21ce h1:COpeqKShWjBJ/hDnnjgQg0MCC1BuV4tMA2ksSKmchRc= +github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v1.0.0-rc3 h1:XfEXzlGXFpOQ5Gl+7+tzFufuTyy5t5S/ftaZruVyWDc= +github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v1.0.0-rc3/go.mod h1:+gUi/mDlH66w4auZfVDoSheSBt2Ba6a5ErNfZP2GfSM= github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v1.0.0-rc2.0.20220729203359-da1de2fa21ce/go.mod h1:mmoE3SQsM0WYLweUmBCQJE2abf73iO4LxpP/e0NONYI= +github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v1.0.0-rc3 h1:ohrhBrDKzXYpSBAMjI0gho2p7CD95Y1AO3/nXXvxoVo= +github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v1.0.0-rc3/go.mod h1:mmoE3SQsM0WYLweUmBCQJE2abf73iO4LxpP/e0NONYI= github.com/hyperledger/aries-framework-go/component/storage/edv v0.0.0-20210520055214-ae429bb89bf7/go.mod h1:7D+Y5J9cIsUrMGFAsIED+3bAPNjxp6ggXo0/kT5N6BI= github.com/hyperledger/aries-framework-go/component/storage/edv v0.0.0-20210820175050-dcc7a225178d/go.mod h1:i40JkMHCh9cHHxSc1SYznO3xDH6ly5CE0B3vPYZVeWI= github.com/hyperledger/aries-framework-go/component/storage/edv v0.0.0-20220308060532-714cd5c18552/go.mod h1:eIac5lubCy3tw6D0sTluM5U6Bw3inBwUfjX17o2U7PE= @@ -1444,10 +1445,12 @@ github.com/trustbloc/edge-core v0.1.7/go.mod h1:nQnH3CcEHTRXsWZe/vgj+J0JxxjwFK9I github.com/trustbloc/edge-core v0.1.8 h1:m4X5XNDwiHJjGf8gHnpo6aLkBYuqDyNRq+npjxLc5cY= github.com/trustbloc/edge-core v0.1.8/go.mod h1:gfoyG/xquRXyHkww0ldM2jwOTuKKZpHYn+87f+TBQ8M= github.com/trustbloc/kms v0.1.9-0.20220526151939-d46e46e8f7e1/go.mod h1:a6XvGLZgwVqBAt47550cQeRKm04X2Nn1M8DE0PVb0XA= -github.com/trustbloc/sidetree-core-go v1.0.0-rc2.0.20220729143551-6cda4cea3bf5 h1:v32O23Ox/uwrwros6Zk6XZHdZT7MAO/2pFTU7xcmfoU= github.com/trustbloc/sidetree-core-go v1.0.0-rc2.0.20220729143551-6cda4cea3bf5/go.mod h1:SYCYxrsviTcRoUCoM6VosXF+sqWkKpk8C1dqD0doRYQ= -github.com/trustbloc/vct v1.0.0-rc2.0.20220825171642-c395321b4820 h1:UacXj0M5TPAdwgZNYfHX9LpWMJjXg7949Ude/mHpIwU= -github.com/trustbloc/vct v1.0.0-rc2.0.20220825171642-c395321b4820/go.mod h1:lGK5QNUTJRVUf47HEqTYBC+raauPVp2yfZOIo29XmDI= +github.com/trustbloc/sidetree-core-go v1.0.0-rc3 h1:GRpnSLsmGIJRZV3kQdkbdrCnDBurnlMi6X8WfBhjxG4= +github.com/trustbloc/sidetree-core-go v1.0.0-rc3/go.mod h1:SYCYxrsviTcRoUCoM6VosXF+sqWkKpk8C1dqD0doRYQ= +github.com/trustbloc/vct v1.0.0-rc2.0.20220820075241-03b2f1075dbc/go.mod h1:lGK5QNUTJRVUf47HEqTYBC+raauPVp2yfZOIo29XmDI= +github.com/trustbloc/vct v1.0.0-rc3 h1:rdm83KKfkCjBBUqZDy8OfDtq9mguJ11LYMDjlMm7sCU= +github.com/trustbloc/vct v1.0.0-rc3/go.mod h1:lGK5QNUTJRVUf47HEqTYBC+raauPVp2yfZOIo29XmDI= github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926/go.mod h1:9ESjWnEqriFuLhtthL60Sar/7RFoluCcXsuvEwTV5KM= github.com/ugorji/go v1.1.4/go.mod h1:uQMGLiO92mf5W77hV/PUCpI3pbzQx3CRekS0kk+RGrc= github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0= diff --git a/cmd/orb-driver/go.mod b/cmd/orb-driver/go.mod index 52df35b8a..d555f9712 100644 --- a/cmd/orb-driver/go.mod +++ b/cmd/orb-driver/go.mod @@ -7,12 +7,12 @@ module github.com/trustbloc/orb/cmd/orb-driver go 1.17 require ( - github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v1.0.0-rc2.0.20220826091015-af6620d1f121 + github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v1.0.0-rc3 github.com/spf13/cobra v1.3.0 github.com/stretchr/testify v1.7.5 github.com/trustbloc/edge-core v0.1.8 github.com/trustbloc/orb v1.0.0-rc2.0.20220826005428-b08eed04243a - github.com/trustbloc/sidetree-core-go v1.0.0-rc2.0.20220729143551-6cda4cea3bf5 + github.com/trustbloc/sidetree-core-go v1.0.0-rc3 ) require ( @@ -71,7 +71,7 @@ require ( github.com/spf13/pflag v1.0.5 // indirect github.com/square/go-jose/v3 v3.0.0-20200630053402-0a67ce9b0693 // indirect github.com/teserakt-io/golang-ed25519 v0.0.0-20210104091850-3888c087a4c8 // indirect - github.com/trustbloc/vct v1.0.0-rc2.0.20220825171642-c395321b4820 // indirect + github.com/trustbloc/vct v1.0.0-rc3 // indirect github.com/x448/float16 v0.8.4 // indirect github.com/xdg-go/pbkdf2 v1.0.0 // indirect github.com/xdg-go/scram v1.1.1 // indirect diff --git a/cmd/orb-driver/go.sum b/cmd/orb-driver/go.sum index 149f2dc86..1b2c85a65 100644 --- a/cmd/orb-driver/go.sum +++ b/cmd/orb-driver/go.sum @@ -792,8 +792,8 @@ github.com/hyperledger/aries-framework-go-ext/component/storage/mongodb v0.0.0-2 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/storage/postgresql v0.0.0-20220428163625-96d8261511e1/go.mod h1:35iXtsPH1PImVDq8xFHETtrcvyHhJXKcvf82YJ6/z4k= -github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v1.0.0-rc2.0.20220826091015-af6620d1f121 h1:b6vOsS5JCsNbvMGw7T+AYhwew+0BvEBSXThYsgKN2/g= -github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v1.0.0-rc2.0.20220826091015-af6620d1f121/go.mod h1:MLXt3MhjiXdAKwDqMf2fNneoweRh19ZlWiF3AdcjDrs= +github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v1.0.0-rc3 h1:XfEXzlGXFpOQ5Gl+7+tzFufuTyy5t5S/ftaZruVyWDc= +github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v1.0.0-rc3/go.mod h1:+gUi/mDlH66w4auZfVDoSheSBt2Ba6a5ErNfZP2GfSM= github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v1.0.0-rc2.0.20220729203359-da1de2fa21ce h1:COpeqKShWjBJ/hDnnjgQg0MCC1BuV4tMA2ksSKmchRc= github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v1.0.0-rc2.0.20220729203359-da1de2fa21ce/go.mod h1:mmoE3SQsM0WYLweUmBCQJE2abf73iO4LxpP/e0NONYI= github.com/hyperledger/aries-framework-go/component/storage/edv v0.0.0-20210520055214-ae429bb89bf7/go.mod h1:7D+Y5J9cIsUrMGFAsIED+3bAPNjxp6ggXo0/kT5N6BI= @@ -1439,10 +1439,12 @@ github.com/trustbloc/edge-core v0.1.7/go.mod h1:nQnH3CcEHTRXsWZe/vgj+J0JxxjwFK9I github.com/trustbloc/edge-core v0.1.8 h1:m4X5XNDwiHJjGf8gHnpo6aLkBYuqDyNRq+npjxLc5cY= github.com/trustbloc/edge-core v0.1.8/go.mod h1:gfoyG/xquRXyHkww0ldM2jwOTuKKZpHYn+87f+TBQ8M= github.com/trustbloc/kms v0.1.9-0.20220526151939-d46e46e8f7e1/go.mod h1:a6XvGLZgwVqBAt47550cQeRKm04X2Nn1M8DE0PVb0XA= -github.com/trustbloc/sidetree-core-go v1.0.0-rc2.0.20220729143551-6cda4cea3bf5 h1:v32O23Ox/uwrwros6Zk6XZHdZT7MAO/2pFTU7xcmfoU= github.com/trustbloc/sidetree-core-go v1.0.0-rc2.0.20220729143551-6cda4cea3bf5/go.mod h1:SYCYxrsviTcRoUCoM6VosXF+sqWkKpk8C1dqD0doRYQ= -github.com/trustbloc/vct v1.0.0-rc2.0.20220825171642-c395321b4820 h1:UacXj0M5TPAdwgZNYfHX9LpWMJjXg7949Ude/mHpIwU= -github.com/trustbloc/vct v1.0.0-rc2.0.20220825171642-c395321b4820/go.mod h1:lGK5QNUTJRVUf47HEqTYBC+raauPVp2yfZOIo29XmDI= +github.com/trustbloc/sidetree-core-go v1.0.0-rc3 h1:GRpnSLsmGIJRZV3kQdkbdrCnDBurnlMi6X8WfBhjxG4= +github.com/trustbloc/sidetree-core-go v1.0.0-rc3/go.mod h1:SYCYxrsviTcRoUCoM6VosXF+sqWkKpk8C1dqD0doRYQ= +github.com/trustbloc/vct v1.0.0-rc2.0.20220820075241-03b2f1075dbc/go.mod h1:lGK5QNUTJRVUf47HEqTYBC+raauPVp2yfZOIo29XmDI= +github.com/trustbloc/vct v1.0.0-rc3 h1:rdm83KKfkCjBBUqZDy8OfDtq9mguJ11LYMDjlMm7sCU= +github.com/trustbloc/vct v1.0.0-rc3/go.mod h1:lGK5QNUTJRVUf47HEqTYBC+raauPVp2yfZOIo29XmDI= github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926/go.mod h1:9ESjWnEqriFuLhtthL60Sar/7RFoluCcXsuvEwTV5KM= github.com/ugorji/go v1.1.4/go.mod h1:uQMGLiO92mf5W77hV/PUCpI3pbzQx3CRekS0kk+RGrc= github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0= diff --git a/cmd/orb-server/go.mod b/cmd/orb-server/go.mod index 318a7e93c..6d8d9bc1d 100644 --- a/cmd/orb-server/go.mod +++ b/cmd/orb-server/go.mod @@ -22,7 +22,7 @@ require ( github.com/trustbloc/edge-core v0.1.8 github.com/trustbloc/kms v0.1.9-0.20220526151939-d46e46e8f7e1 github.com/trustbloc/orb v0.1.3 - github.com/trustbloc/sidetree-core-go v1.0.0-rc2.0.20220729143551-6cda4cea3bf5 + github.com/trustbloc/sidetree-core-go v1.0.0-rc3 go.mongodb.org/mongo-driver v1.9.1 ) @@ -100,7 +100,7 @@ require ( github.com/square/go-jose/v3 v3.0.0-20200630053402-0a67ce9b0693 // indirect github.com/teserakt-io/golang-ed25519 v0.0.0-20210104091850-3888c087a4c8 // indirect github.com/transparency-dev/merkle v0.0.0-20220208131541-728dc2de1344 // indirect - github.com/trustbloc/vct v1.0.0-rc2.0.20220825171642-c395321b4820 // indirect + github.com/trustbloc/vct v1.0.0-rc3 // indirect github.com/whyrusleeping/tar-utils v0.0.0-20180509141711-8c6c8ba81d5c // indirect github.com/x448/float16 v0.8.4 // indirect github.com/xdg-go/pbkdf2 v1.0.0 // indirect diff --git a/cmd/orb-server/go.sum b/cmd/orb-server/go.sum index 1f473ec48..85bcee263 100644 --- a/cmd/orb-server/go.sum +++ b/cmd/orb-server/go.sum @@ -1453,10 +1453,10 @@ github.com/trustbloc/edge-core v0.1.8 h1:m4X5XNDwiHJjGf8gHnpo6aLkBYuqDyNRq+npjxL github.com/trustbloc/edge-core v0.1.8/go.mod h1:gfoyG/xquRXyHkww0ldM2jwOTuKKZpHYn+87f+TBQ8M= github.com/trustbloc/kms v0.1.9-0.20220526151939-d46e46e8f7e1 h1:/RqxggSgs1fh8cbifAmkme2LC8Fi1/BBJK9mqyfMWpU= github.com/trustbloc/kms v0.1.9-0.20220526151939-d46e46e8f7e1/go.mod h1:a6XvGLZgwVqBAt47550cQeRKm04X2Nn1M8DE0PVb0XA= -github.com/trustbloc/sidetree-core-go v1.0.0-rc2.0.20220729143551-6cda4cea3bf5 h1:v32O23Ox/uwrwros6Zk6XZHdZT7MAO/2pFTU7xcmfoU= -github.com/trustbloc/sidetree-core-go v1.0.0-rc2.0.20220729143551-6cda4cea3bf5/go.mod h1:SYCYxrsviTcRoUCoM6VosXF+sqWkKpk8C1dqD0doRYQ= -github.com/trustbloc/vct v1.0.0-rc2.0.20220825171642-c395321b4820 h1:UacXj0M5TPAdwgZNYfHX9LpWMJjXg7949Ude/mHpIwU= -github.com/trustbloc/vct v1.0.0-rc2.0.20220825171642-c395321b4820/go.mod h1:lGK5QNUTJRVUf47HEqTYBC+raauPVp2yfZOIo29XmDI= +github.com/trustbloc/sidetree-core-go v1.0.0-rc3 h1:GRpnSLsmGIJRZV3kQdkbdrCnDBurnlMi6X8WfBhjxG4= +github.com/trustbloc/sidetree-core-go v1.0.0-rc3/go.mod h1:SYCYxrsviTcRoUCoM6VosXF+sqWkKpk8C1dqD0doRYQ= +github.com/trustbloc/vct v1.0.0-rc3 h1:rdm83KKfkCjBBUqZDy8OfDtq9mguJ11LYMDjlMm7sCU= +github.com/trustbloc/vct v1.0.0-rc3/go.mod h1:lGK5QNUTJRVUf47HEqTYBC+raauPVp2yfZOIo29XmDI= github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926/go.mod h1:9ESjWnEqriFuLhtthL60Sar/7RFoluCcXsuvEwTV5KM= github.com/ugorji/go v1.1.4/go.mod h1:uQMGLiO92mf5W77hV/PUCpI3pbzQx3CRekS0kk+RGrc= github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0= diff --git a/go.mod b/go.mod index 497a16f94..e81193067 100755 --- a/go.mod +++ b/go.mod @@ -33,8 +33,8 @@ require ( github.com/stretchr/testify v1.7.5 github.com/transparency-dev/merkle v0.0.0-20220208131541-728dc2de1344 github.com/trustbloc/edge-core v0.1.8 - github.com/trustbloc/sidetree-core-go v1.0.0-rc2.0.20220729143551-6cda4cea3bf5 - github.com/trustbloc/vct v1.0.0-rc2.0.20220825171642-c395321b4820 + github.com/trustbloc/sidetree-core-go v1.0.0-rc3 + github.com/trustbloc/vct v1.0.0-rc3 go.mongodb.org/mongo-driver v1.9.1 golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd ) diff --git a/go.sum b/go.sum index cb3ca03a6..dd99aee4a 100644 --- a/go.sum +++ b/go.sum @@ -1442,10 +1442,10 @@ github.com/trustbloc/edge-core v0.1.7/go.mod h1:nQnH3CcEHTRXsWZe/vgj+J0JxxjwFK9I github.com/trustbloc/edge-core v0.1.8 h1:m4X5XNDwiHJjGf8gHnpo6aLkBYuqDyNRq+npjxLc5cY= github.com/trustbloc/edge-core v0.1.8/go.mod h1:gfoyG/xquRXyHkww0ldM2jwOTuKKZpHYn+87f+TBQ8M= github.com/trustbloc/kms v0.1.9-0.20220526151939-d46e46e8f7e1/go.mod h1:a6XvGLZgwVqBAt47550cQeRKm04X2Nn1M8DE0PVb0XA= -github.com/trustbloc/sidetree-core-go v1.0.0-rc2.0.20220729143551-6cda4cea3bf5 h1:v32O23Ox/uwrwros6Zk6XZHdZT7MAO/2pFTU7xcmfoU= -github.com/trustbloc/sidetree-core-go v1.0.0-rc2.0.20220729143551-6cda4cea3bf5/go.mod h1:SYCYxrsviTcRoUCoM6VosXF+sqWkKpk8C1dqD0doRYQ= -github.com/trustbloc/vct v1.0.0-rc2.0.20220825171642-c395321b4820 h1:UacXj0M5TPAdwgZNYfHX9LpWMJjXg7949Ude/mHpIwU= -github.com/trustbloc/vct v1.0.0-rc2.0.20220825171642-c395321b4820/go.mod h1:lGK5QNUTJRVUf47HEqTYBC+raauPVp2yfZOIo29XmDI= +github.com/trustbloc/sidetree-core-go v1.0.0-rc3 h1:GRpnSLsmGIJRZV3kQdkbdrCnDBurnlMi6X8WfBhjxG4= +github.com/trustbloc/sidetree-core-go v1.0.0-rc3/go.mod h1:SYCYxrsviTcRoUCoM6VosXF+sqWkKpk8C1dqD0doRYQ= +github.com/trustbloc/vct v1.0.0-rc3 h1:rdm83KKfkCjBBUqZDy8OfDtq9mguJ11LYMDjlMm7sCU= +github.com/trustbloc/vct v1.0.0-rc3/go.mod h1:lGK5QNUTJRVUf47HEqTYBC+raauPVp2yfZOIo29XmDI= github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926/go.mod h1:9ESjWnEqriFuLhtthL60Sar/7RFoluCcXsuvEwTV5KM= github.com/ugorji/go v1.1.4/go.mod h1:uQMGLiO92mf5W77hV/PUCpI3pbzQx3CRekS0kk+RGrc= github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0= diff --git a/test/bdd/fixtures/docker-compose.yml b/test/bdd/fixtures/docker-compose.yml index 6469be16d..c56b521d2 100644 --- a/test/bdd/fixtures/docker-compose.yml +++ b/test/bdd/fixtures/docker-compose.yml @@ -925,7 +925,7 @@ services: orb.trillian.log.server: container_name: orb.trillian.log.server - image: ghcr.io/trustbloc-cicd/vct-log-server:v1.0.0-rc3-snapshot-c395321 + image: ghcr.io/trustbloc/vct-log-server:v1.0.0-rc3 restart: always command: - --quota_system=noop @@ -943,7 +943,7 @@ services: orb.trillian.log.signer: container_name: orb.trillian.log.signer - image: ghcr.io/trustbloc-cicd/vct-log-signer:v1.0.0-rc3-snapshot-c395321 + image: ghcr.io/trustbloc/vct-log-signer:v1.0.0-rc3 restart: always command: - --quota_system=noop @@ -1010,7 +1010,7 @@ services: orb.vct: container_name: orb.vct - image: ghcr.io/trustbloc-cicd/vct:v1.0.0-rc3-snapshot-c395321 + image: ghcr.io/trustbloc/vct:v1.0.0-rc3 restart: always environment: - VCT_API_HOST=172.20.0.14:8077 diff --git a/test/bdd/go.mod b/test/bdd/go.mod index 6d1475350..d305567e0 100644 --- a/test/bdd/go.mod +++ b/test/bdd/go.mod @@ -16,8 +16,8 @@ require ( github.com/hyperledger/aries-framework-go v0.1.9-0.20220819134023-730ac301c3c0 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-rc2.0.20220826091015-af6620d1f121 - github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v1.0.0-rc2.0.20220729203359-da1de2fa21ce + github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v1.0.0-rc3 + github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v1.0.0-rc3 github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-20220610133818-119077b0ec85 github.com/hyperledger/aries-framework-go/spi v0.0.0-20220614152730-3d817acfa48b github.com/igor-pavlenko/httpsignatures-go v0.0.23 @@ -26,7 +26,7 @@ require ( github.com/sirupsen/logrus v1.8.1 github.com/tidwall/gjson v1.7.4 github.com/trustbloc/orb v1.0.0-rc2.0.20220826005428-b08eed04243a - github.com/trustbloc/sidetree-core-go v1.0.0-rc2.0.20220729143551-6cda4cea3bf5 + github.com/trustbloc/sidetree-core-go v1.0.0-rc3 ) require ( @@ -112,7 +112,7 @@ require ( github.com/tidwall/match v1.0.3 // indirect github.com/tidwall/pretty v1.1.0 // indirect github.com/trustbloc/edge-core v0.1.8 // indirect - github.com/trustbloc/vct v1.0.0-rc2.0.20220825171642-c395321b4820 // indirect + github.com/trustbloc/vct v1.0.0-rc3 // indirect github.com/whyrusleeping/tar-utils v0.0.0-20180509141711-8c6c8ba81d5c // indirect github.com/x448/float16 v0.8.4 // indirect github.com/xdg-go/pbkdf2 v1.0.0 // indirect diff --git a/test/bdd/go.sum b/test/bdd/go.sum index 05e371444..764213270 100644 --- a/test/bdd/go.sum +++ b/test/bdd/go.sum @@ -981,10 +981,11 @@ github.com/hyperledger/aries-framework-go-ext/component/storage/mongodb v0.0.0-2 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/storage/postgresql v0.0.0-20220428163625-96d8261511e1/go.mod h1:35iXtsPH1PImVDq8xFHETtrcvyHhJXKcvf82YJ6/z4k= -github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v1.0.0-rc2.0.20220826091015-af6620d1f121 h1:b6vOsS5JCsNbvMGw7T+AYhwew+0BvEBSXThYsgKN2/g= -github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v1.0.0-rc2.0.20220826091015-af6620d1f121/go.mod h1:MLXt3MhjiXdAKwDqMf2fNneoweRh19ZlWiF3AdcjDrs= -github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v1.0.0-rc2.0.20220729203359-da1de2fa21ce h1:COpeqKShWjBJ/hDnnjgQg0MCC1BuV4tMA2ksSKmchRc= +github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v1.0.0-rc3 h1:XfEXzlGXFpOQ5Gl+7+tzFufuTyy5t5S/ftaZruVyWDc= +github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v1.0.0-rc3/go.mod h1:+gUi/mDlH66w4auZfVDoSheSBt2Ba6a5ErNfZP2GfSM= github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v1.0.0-rc2.0.20220729203359-da1de2fa21ce/go.mod h1:mmoE3SQsM0WYLweUmBCQJE2abf73iO4LxpP/e0NONYI= +github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v1.0.0-rc3 h1:ohrhBrDKzXYpSBAMjI0gho2p7CD95Y1AO3/nXXvxoVo= +github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v1.0.0-rc3/go.mod h1:mmoE3SQsM0WYLweUmBCQJE2abf73iO4LxpP/e0NONYI= github.com/hyperledger/aries-framework-go/component/storage/edv v0.0.0-20210520055214-ae429bb89bf7/go.mod h1:7D+Y5J9cIsUrMGFAsIED+3bAPNjxp6ggXo0/kT5N6BI= github.com/hyperledger/aries-framework-go/component/storage/edv v0.0.0-20210820175050-dcc7a225178d/go.mod h1:i40JkMHCh9cHHxSc1SYznO3xDH6ly5CE0B3vPYZVeWI= github.com/hyperledger/aries-framework-go/component/storage/edv v0.0.0-20220308060532-714cd5c18552/go.mod h1:eIac5lubCy3tw6D0sTluM5U6Bw3inBwUfjX17o2U7PE= @@ -1697,10 +1698,12 @@ github.com/trustbloc/edge-core v0.1.7/go.mod h1:nQnH3CcEHTRXsWZe/vgj+J0JxxjwFK9I github.com/trustbloc/edge-core v0.1.8 h1:m4X5XNDwiHJjGf8gHnpo6aLkBYuqDyNRq+npjxLc5cY= github.com/trustbloc/edge-core v0.1.8/go.mod h1:gfoyG/xquRXyHkww0ldM2jwOTuKKZpHYn+87f+TBQ8M= github.com/trustbloc/kms v0.1.9-0.20220526151939-d46e46e8f7e1/go.mod h1:a6XvGLZgwVqBAt47550cQeRKm04X2Nn1M8DE0PVb0XA= -github.com/trustbloc/sidetree-core-go v1.0.0-rc2.0.20220729143551-6cda4cea3bf5 h1:v32O23Ox/uwrwros6Zk6XZHdZT7MAO/2pFTU7xcmfoU= github.com/trustbloc/sidetree-core-go v1.0.0-rc2.0.20220729143551-6cda4cea3bf5/go.mod h1:SYCYxrsviTcRoUCoM6VosXF+sqWkKpk8C1dqD0doRYQ= -github.com/trustbloc/vct v1.0.0-rc2.0.20220825171642-c395321b4820 h1:UacXj0M5TPAdwgZNYfHX9LpWMJjXg7949Ude/mHpIwU= -github.com/trustbloc/vct v1.0.0-rc2.0.20220825171642-c395321b4820/go.mod h1:lGK5QNUTJRVUf47HEqTYBC+raauPVp2yfZOIo29XmDI= +github.com/trustbloc/sidetree-core-go v1.0.0-rc3 h1:GRpnSLsmGIJRZV3kQdkbdrCnDBurnlMi6X8WfBhjxG4= +github.com/trustbloc/sidetree-core-go v1.0.0-rc3/go.mod h1:SYCYxrsviTcRoUCoM6VosXF+sqWkKpk8C1dqD0doRYQ= +github.com/trustbloc/vct v1.0.0-rc2.0.20220820075241-03b2f1075dbc/go.mod h1:lGK5QNUTJRVUf47HEqTYBC+raauPVp2yfZOIo29XmDI= +github.com/trustbloc/vct v1.0.0-rc3 h1:rdm83KKfkCjBBUqZDy8OfDtq9mguJ11LYMDjlMm7sCU= +github.com/trustbloc/vct v1.0.0-rc3/go.mod h1:lGK5QNUTJRVUf47HEqTYBC+raauPVp2yfZOIo29XmDI= github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926/go.mod h1:9ESjWnEqriFuLhtthL60Sar/7RFoluCcXsuvEwTV5KM= github.com/ugorji/go v1.1.4/go.mod h1:uQMGLiO92mf5W77hV/PUCpI3pbzQx3CRekS0kk+RGrc= github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0=