Skip to content

Commit a60cc9c

Browse files
author
Firas Qutishat
authored
Merge pull request #1239 from fqutishat/update
chore: update to latest vct, kms and aries revision
2 parents 9f3de7c + 0171591 commit a60cc9c

12 files changed

Lines changed: 186 additions & 129 deletions

File tree

cmd/orb-cli/go.mod

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ go 1.17
99
require (
1010
github.com/btcsuite/btcutil v1.0.3-0.20201208143702-a53e38424cce
1111
github.com/google/uuid v1.3.0
12-
github.com/hyperledger/aries-framework-go v0.1.8-0.20220322085443-50e8f9bd208b
13-
github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v0.1.4-0.20220314131033-2c80f2db01c9
14-
github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v0.0.0-20220303174620-e3a8602acbee
12+
github.com/hyperledger/aries-framework-go v0.1.9-0.20220412155017-81442062e607
13+
github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v0.1.4-0.20220412155039-c618d62571b8
14+
github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v0.0.0-20220412155039-c618d62571b8
1515
github.com/ipfs/go-ipfs-api v0.2.0
1616
github.com/ipfs/go-ipfs-files v0.0.8
1717
github.com/libp2p/go-libp2p-core v0.8.0
1818
github.com/spf13/cobra v1.3.0
1919
github.com/stretchr/testify v1.7.0
20-
github.com/trustbloc/edge-core v0.1.8-0.20220113141450-e19ffd091d98
21-
github.com/trustbloc/orb v0.1.4-0.20220314105645-15799999dd8b
22-
github.com/trustbloc/sidetree-core-go v0.7.1-0.20220411215804-6eb6023d9f62
20+
github.com/trustbloc/edge-core v0.1.8
21+
github.com/trustbloc/orb v0.1.4-0.20220412070324-edc9187e0c3e
22+
github.com/trustbloc/sidetree-core-go v1.0.0-rc.1
2323
)
2424

2525
require (
@@ -38,8 +38,8 @@ require (
3838
github.com/google/certificate-transparency-go v1.1.2-0.20210512142713-bed466244fa6 // indirect
3939
github.com/google/tink/go v1.6.1 // indirect
4040
github.com/google/trillian v1.3.14-0.20210520152752-ceda464a95a3 // indirect
41-
github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-20220310104637-62fd90482e21 // indirect
42-
github.com/hyperledger/aries-framework-go/spi v0.0.0-20220324201531-18c87667df19 // indirect
41+
github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-20220330140627-07042d78580c // indirect
42+
github.com/hyperledger/aries-framework-go/spi v0.0.0-20220330140627-07042d78580c // indirect
4343
github.com/inconshreveable/mousetrap v1.0.0 // indirect
4444
github.com/ipfs/go-cid v0.0.7 // indirect
4545
github.com/jinzhu/copier v0.0.0-20190924061706-b57f9002281a // indirect
@@ -68,7 +68,7 @@ require (
6868
github.com/spf13/pflag v1.0.5 // indirect
6969
github.com/square/go-jose/v3 v3.0.0-20200630053402-0a67ce9b0693 // indirect
7070
github.com/teserakt-io/golang-ed25519 v0.0.0-20210104091850-3888c087a4c8 // indirect
71-
github.com/trustbloc/vct v0.1.4-0.20220406092826-222452d04e9b // indirect
71+
github.com/trustbloc/vct v1.0.0-rc.1 // indirect
7272
github.com/whyrusleeping/tar-utils v0.0.0-20180509141711-8c6c8ba81d5c // indirect
7373
github.com/x448/float16 v0.8.4 // indirect
7474
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect

cmd/orb-cli/go.sum

Lines changed: 30 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -779,26 +779,31 @@ github.com/hyperledger/aries-framework-go v0.1.7-0.20210421203733-b5dfd703a8fc/g
779779
github.com/hyperledger/aries-framework-go v0.1.7-0.20210603210127-e57b8c94e3cf/go.mod h1:h6L+YoXtw90OZrH2IequxukIGwzfSpz8pUueQ9T5KqI=
780780
github.com/hyperledger/aries-framework-go v0.1.7-0.20210816113201-26c0665ef2b9/go.mod h1:VmoqKNXXyYN3R0ObcGA8ZBdbcmKZJFCakuZGDezi+GQ=
781781
github.com/hyperledger/aries-framework-go v0.1.7/go.mod h1:uve8/q23AUnq4EM0vBkEr1lKZRC67q5RcaHXh0ZOt0Y=
782-
github.com/hyperledger/aries-framework-go v0.1.8-0.20211201185059-733a3370f501/go.mod h1:uve8/q23AUnq4EM0vBkEr1lKZRC67q5RcaHXh0ZOt0Y=
783782
github.com/hyperledger/aries-framework-go v0.1.8-0.20220113090443-b751c0ae7b22/go.mod h1:rBMOJVwyHyYbOqbb3IB/ExBkHyvFLht/W81s24GmjcE=
784783
github.com/hyperledger/aries-framework-go v0.1.8-0.20220217153004-1622c70e5767/go.mod h1:rBMOJVwyHyYbOqbb3IB/ExBkHyvFLht/W81s24GmjcE=
785784
github.com/hyperledger/aries-framework-go v0.1.8-0.20220310104637-62fd90482e21/go.mod h1:bqeLa1s8fQ7YueGOOk0Q+r48FGF7sd8GEaS/CyEo/iY=
786-
github.com/hyperledger/aries-framework-go v0.1.8-0.20220311181400-584f96318d6d/go.mod h1:bqeLa1s8fQ7YueGOOk0Q+r48FGF7sd8GEaS/CyEo/iY=
787-
github.com/hyperledger/aries-framework-go v0.1.8-0.20220322085443-50e8f9bd208b h1:q+Plvnq7/n3IwTO6IOhBXn//txifpeo/OErvM1ivh8s=
788785
github.com/hyperledger/aries-framework-go v0.1.8-0.20220322085443-50e8f9bd208b/go.mod h1:bqeLa1s8fQ7YueGOOk0Q+r48FGF7sd8GEaS/CyEo/iY=
786+
github.com/hyperledger/aries-framework-go v0.1.8/go.mod h1:7ilurt17sjWruVIBxZSrwn8qUbROq8LXYYY+O7dNxIM=
787+
github.com/hyperledger/aries-framework-go v0.1.9-0.20220412084931-86d3da140d61/go.mod h1:7ilurt17sjWruVIBxZSrwn8qUbROq8LXYYY+O7dNxIM=
788+
github.com/hyperledger/aries-framework-go v0.1.9-0.20220412155017-81442062e607 h1:iRudoYZeo70y7viqHh5lwF9bxVQbLnMuhSbUkhE8iiY=
789+
github.com/hyperledger/aries-framework-go v0.1.9-0.20220412155017-81442062e607/go.mod h1:7ilurt17sjWruVIBxZSrwn8qUbROq8LXYYY+O7dNxIM=
789790
github.com/hyperledger/aries-framework-go-ext/component/storage/couchdb v0.0.0-20220310013829-55b4443130f8/go.mod h1:FtlFhPHMyLORgrPpvWSmEQSNhLiwAQ4V6rqNPfuDj0o=
790791
github.com/hyperledger/aries-framework-go-ext/component/storage/mongodb v0.0.0-20220310013829-55b4443130f8 h1:R3z35AQduOqcNXRTtDkvW+0ppSzA4em9YizqeU2XUeM=
791792
github.com/hyperledger/aries-framework-go-ext/component/storage/mongodb v0.0.0-20220310013829-55b4443130f8/go.mod h1:Yzjzj3YfU3A5NdDeAkymVOqtlWfR32dEt8BYWlAcgcA=
792793
github.com/hyperledger/aries-framework-go-ext/component/storage/postgresql v0.0.0-20220329165107-ef1bd5584faa/go.mod h1:+1kyEIv2Sqkyd602PLKbgutvXd80SarySU109QYcA14=
793-
github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v0.1.4-0.20220314131033-2c80f2db01c9 h1:xClF9nMuQaNJoNzX3kGrqWbQ/56tDUea3begXOixIZQ=
794-
github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v0.1.4-0.20220314131033-2c80f2db01c9/go.mod h1:ZRDTZdYbfraV6hOen1GqT2VF59Aa8QPzS80N9KArtL8=
795-
github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v0.0.0-20220303174620-e3a8602acbee h1:t+xvn8D8Z7Rx5g6YsQ9KkDbUIyHyWxsdpmoqLeGzxMQ=
796-
github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v0.0.0-20220303174620-e3a8602acbee/go.mod h1:4EANP5a6l2rYy9E9WytSQaxddVhQiMgpjSFhHf7NJHU=
794+
github.com/hyperledger/aries-framework-go-ext/component/storage/postgresql v0.0.0-20220411150242-d1c2ed9dc6bb/go.mod h1:35iXtsPH1PImVDq8xFHETtrcvyHhJXKcvf82YJ6/z4k=
795+
github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v0.1.4-0.20220412155039-c618d62571b8 h1:5fCuFAd/pE0AByB7lhnd+hmxGaVajDYmFUkPReN4uUE=
796+
github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v0.1.4-0.20220412155039-c618d62571b8/go.mod h1:h/7gGmYzBUpD6n5q+hHqVl+Owy51I1MXPNji+CGPOqQ=
797+
github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v0.0.0-20220330145438-233eb7999876/go.mod h1:zdnAmwnn2KDiVuIrqPZ7C5fQLnzjC0LMgsx+y9lbxIM=
798+
github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v0.0.0-20220412155039-c618d62571b8 h1:CscHx/429i65I65xgbjHNWlt1TYPaG3Z0S6+E4Do54s=
799+
github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v0.0.0-20220412155039-c618d62571b8/go.mod h1:1LzzC3dxLmnM0BBpyR03I803iHrhhfk6nXGB3F+Z4aU=
797800
github.com/hyperledger/aries-framework-go/component/storage/edv v0.0.0-20210520055214-ae429bb89bf7/go.mod h1:7D+Y5J9cIsUrMGFAsIED+3bAPNjxp6ggXo0/kT5N6BI=
798801
github.com/hyperledger/aries-framework-go/component/storage/edv v0.0.0-20210807121559-b41545a4f1e8/go.mod h1:00tdiDIlEdmcLuN/5zSr3NI8AycnvRMMt4M07VSqiqw=
799802
github.com/hyperledger/aries-framework-go/component/storage/edv v0.0.0-20210820175050-dcc7a225178d/go.mod h1:i40JkMHCh9cHHxSc1SYznO3xDH6ly5CE0B3vPYZVeWI=
800803
github.com/hyperledger/aries-framework-go/component/storage/edv v0.0.0-20220308060532-714cd5c18552/go.mod h1:eIac5lubCy3tw6D0sTluM5U6Bw3inBwUfjX17o2U7PE=
801804
github.com/hyperledger/aries-framework-go/component/storage/edv v0.0.0-20220310104637-62fd90482e21/go.mod h1:eIac5lubCy3tw6D0sTluM5U6Bw3inBwUfjX17o2U7PE=
805+
github.com/hyperledger/aries-framework-go/component/storage/edv v0.0.0-20220322085443-50e8f9bd208b/go.mod h1:eIac5lubCy3tw6D0sTluM5U6Bw3inBwUfjX17o2U7PE=
806+
github.com/hyperledger/aries-framework-go/component/storage/edv v0.0.0-20220330133350-1c2d9d65aea4/go.mod h1:Ix9UiSzG4IQDPJQ63B71CxigrcJ0Q0PKdCrl9VqrE6Y=
802807
github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-20210409151411-eeeb8508bd87/go.mod h1:kJT7bcaKsvk1lMp2jqS8srF+ZUie2H4MoPbL2V29dgA=
803808
github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-20210421203733-b5dfd703a8fc/go.mod h1:uGc7F3tXQIY6xjs8VEI6/oxp4ZDXDfGjPMCTgax5Zhc=
804809
github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-20210520055214-ae429bb89bf7/go.mod h1:aP6VnxeSbmD1OcV2f8y0dRV9fkIZp/+mzmgKxxmSJG4=
@@ -807,8 +812,12 @@ github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-202108071
807812
github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-20210820175050-dcc7a225178d/go.mod h1:wdgGPwXzih+QD2Q4nvMnGO0dm0D0rxmzQcSNLcW6fcg=
808813
github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-20220217153004-1622c70e5767/go.mod h1:yLgRpVlZ2heeeOpTgvEnG/yHL9q1keUu5ILQ6s2qpLU=
809814
github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-20220308060532-714cd5c18552/go.mod h1:yLgRpVlZ2heeeOpTgvEnG/yHL9q1keUu5ILQ6s2qpLU=
810-
github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-20220310104637-62fd90482e21 h1:cA17css+4kgj67qmzPbI1SIslEDz+FYeLK2U/vLIOJQ=
811815
github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-20220310104637-62fd90482e21/go.mod h1:yLgRpVlZ2heeeOpTgvEnG/yHL9q1keUu5ILQ6s2qpLU=
816+
github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-20220322085443-50e8f9bd208b/go.mod h1:yLgRpVlZ2heeeOpTgvEnG/yHL9q1keUu5ILQ6s2qpLU=
817+
github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-20220324201531-18c87667df19/go.mod h1:ryG46jQRvQUUH/0wjORghfJnxJVH1yIXIsAv1GXIWp8=
818+
github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-20220330133350-1c2d9d65aea4/go.mod h1:ryG46jQRvQUUH/0wjORghfJnxJVH1yIXIsAv1GXIWp8=
819+
github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-20220330140627-07042d78580c h1:SMqJ0JQM4a2/aVmJtlJgJQDl+6GTPygka9lUUy8OtXc=
820+
github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-20220330140627-07042d78580c/go.mod h1:ryG46jQRvQUUH/0wjORghfJnxJVH1yIXIsAv1GXIWp8=
812821
github.com/hyperledger/aries-framework-go/spi v0.0.0-20210320144851-40976de98ccf/go.mod h1:fDr9wW00GJJl1lR1SFHmJW8utIocdvjO5RNhAYS05EY=
813822
github.com/hyperledger/aries-framework-go/spi v0.0.0-20210322152545-e6ebe2c79a2a/go.mod h1:fDr9wW00GJJl1lR1SFHmJW8utIocdvjO5RNhAYS05EY=
814823
github.com/hyperledger/aries-framework-go/spi v0.0.0-20210409151411-eeeb8508bd87/go.mod h1:dBYKKD8U8U9o0g5BdNFFaRtjt9KTkiAYfQt+TTp+w1o=
@@ -832,8 +841,10 @@ github.com/hyperledger/aries-framework-go/spi v0.0.0-20220217153004-1622c70e5767
832841
github.com/hyperledger/aries-framework-go/spi v0.0.0-20220308060532-714cd5c18552/go.mod h1:4bD5c5fj5K7rkQurVa/8I8+TfNcI4bxIBzaUNcxTOTg=
833842
github.com/hyperledger/aries-framework-go/spi v0.0.0-20220310104637-62fd90482e21/go.mod h1:4bD5c5fj5K7rkQurVa/8I8+TfNcI4bxIBzaUNcxTOTg=
834843
github.com/hyperledger/aries-framework-go/spi v0.0.0-20220322085443-50e8f9bd208b/go.mod h1:4bD5c5fj5K7rkQurVa/8I8+TfNcI4bxIBzaUNcxTOTg=
835-
github.com/hyperledger/aries-framework-go/spi v0.0.0-20220324201531-18c87667df19 h1:vi45YIiONWOquuQk9xfYqE9mqxDhL5JJLYOn0LleHw0=
836844
github.com/hyperledger/aries-framework-go/spi v0.0.0-20220324201531-18c87667df19/go.mod h1:4bD5c5fj5K7rkQurVa/8I8+TfNcI4bxIBzaUNcxTOTg=
845+
github.com/hyperledger/aries-framework-go/spi v0.0.0-20220330133350-1c2d9d65aea4/go.mod h1:4bD5c5fj5K7rkQurVa/8I8+TfNcI4bxIBzaUNcxTOTg=
846+
github.com/hyperledger/aries-framework-go/spi v0.0.0-20220330140627-07042d78580c h1:snzJfKNYzt57Q2/+P0YdCJus+K2k3c3fUTvOSoHSUxU=
847+
github.com/hyperledger/aries-framework-go/spi v0.0.0-20220330140627-07042d78580c/go.mod h1:4bD5c5fj5K7rkQurVa/8I8+TfNcI4bxIBzaUNcxTOTg=
837848
github.com/hyperledger/aries-framework-go/test/component v0.0.0-20210324232048-34ff560ed041/go.mod h1:eKGEEe+PJNDQo7kVif3sUKBWwnsQDkE3gD/QlpmukcQ=
838849
github.com/hyperledger/aries-framework-go/test/component v0.0.0-20210409151411-eeeb8508bd87/go.mod h1:JHzDtgJLd0134iLFXLxGBjJF+Z+TgiElA/5oVgMazts=
839850
github.com/hyperledger/aries-framework-go/test/component v0.0.0-20210421203733-b5dfd703a8fc/go.mod h1:asiCVCtH/nocWKhZRMz12aFgdUh8lRHqKis0M8Ei/4I=
@@ -844,8 +855,10 @@ github.com/hyperledger/aries-framework-go/test/component v0.0.0-20210820153043-8
844855
github.com/hyperledger/aries-framework-go/test/component v0.0.0-20210909135806-a1c268dfb633/go.mod h1:XtAqwhIKA5tWOiWX/wZEFeANNGnRyQL6CNIIeE3lAVc=
845856
github.com/hyperledger/aries-framework-go/test/component v0.0.0-20211204013109-366f6ef74861/go.mod h1:UPbljMgUwdph/L36m8LrFxnZ4UP32pXeJ/GfluusI3c=
846857
github.com/hyperledger/aries-framework-go/test/component v0.0.0-20220217153004-1622c70e5767/go.mod h1:HojN6OAh8ZtXBe5X2arcSOe1SLo5Dsjqto8ICjSLQ2g=
847-
github.com/hyperledger/aries-framework-go/test/component v0.0.0-20220324201531-18c87667df19 h1:j0v1HW+pgjBhB5KvXQaqqnMC2mfBEn7+FwrY297QpO0=
858+
github.com/hyperledger/aries-framework-go/test/component v0.0.0-20220322085443-50e8f9bd208b/go.mod h1:HojN6OAh8ZtXBe5X2arcSOe1SLo5Dsjqto8ICjSLQ2g=
848859
github.com/hyperledger/aries-framework-go/test/component v0.0.0-20220324201531-18c87667df19/go.mod h1:lykx3N+GX+sAWSxO2Ycc4Dz+ynV9b0Fv4NdP+ms4Alc=
860+
github.com/hyperledger/aries-framework-go/test/component v0.0.0-20220330140627-07042d78580c h1:Fq9I4mMK1+rNqBTxmsB4dzuUvilaKTPWhtxwuWFrPiI=
861+
github.com/hyperledger/aries-framework-go/test/component v0.0.0-20220330140627-07042d78580c/go.mod h1:lykx3N+GX+sAWSxO2Ycc4Dz+ynV9b0Fv4NdP+ms4Alc=
849862
github.com/iancoleman/strcase v0.2.0/go.mod h1:iwCmte+B7n89clKwxIoIXy/HfoL7AsD47ZCWhYzw7ho=
850863
github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc=
851864
github.com/ianlancetaylor/demangle v0.0.0-20200824232613-28f6c0f3b639/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc=
@@ -1419,15 +1432,18 @@ github.com/tomasen/realip v0.0.0-20180522021738-f0c99a92ddce/go.mod h1:o8v6yHRoi
14191432
github.com/transparency-dev/merkle v0.0.0-20220208131541-728dc2de1344/go.mod h1:B8FIw5LTq6DaULoHsVFRzYIUDkl8yuSwCdZnOZGKL/A=
14201433
github.com/trustbloc/edge-core v0.1.7-0.20210816120552-ed93662ac716/go.mod h1:7jjHQo2gMGNPIRfhvn4aXQ0FYMrG9lRgQcvZKTviCGc=
14211434
github.com/trustbloc/edge-core v0.1.7/go.mod h1:nQnH3CcEHTRXsWZe/vgj+J0JxxjwFK9IvY3u0Sr/2XY=
1422-
github.com/trustbloc/edge-core v0.1.8-0.20220113141450-e19ffd091d98 h1:HVVzRDPGixWjNWBbjhq+TCDJlRiTZsTjOI3JfXhEFEU=
14231435
github.com/trustbloc/edge-core v0.1.8-0.20220113141450-e19ffd091d98/go.mod h1:Ll2W6cS3AdCIyoFTip59ereNNl/dYgvD+0sEQGOs77U=
1436+
github.com/trustbloc/edge-core v0.1.8 h1:m4X5XNDwiHJjGf8gHnpo6aLkBYuqDyNRq+npjxLc5cY=
1437+
github.com/trustbloc/edge-core v0.1.8/go.mod h1:gfoyG/xquRXyHkww0ldM2jwOTuKKZpHYn+87f+TBQ8M=
14241438
github.com/trustbloc/kms v0.1.8-0.20220323192214-3f3ef0548eba/go.mod h1:SPmdo1HV2LbWvd58eYlXL86C3y/mPq1GSQH3Qm4ZSTE=
1439+
github.com/trustbloc/kms v0.1.8/go.mod h1:a6XvGLZgwVqBAt47550cQeRKm04X2Nn1M8DE0PVb0XA=
14251440
github.com/trustbloc/sidetree-core-go v0.6.1-0.20210817155948-c3cb7a03f63b/go.mod h1:uv89fJcqz21OrBqZUyXTPp0BBmyi2xh+Eigy5T/dIsc=
1426-
github.com/trustbloc/sidetree-core-go v0.7.1-0.20220314104818-0ae9fc89df5b/go.mod h1:SYCYxrsviTcRoUCoM6VosXF+sqWkKpk8C1dqD0doRYQ=
1427-
github.com/trustbloc/sidetree-core-go v0.7.1-0.20220411215804-6eb6023d9f62 h1:qbw4BW+rqecpVvX7qnYQATS3EvfMngMpI6GSxOpQPs8=
14281441
github.com/trustbloc/sidetree-core-go v0.7.1-0.20220411215804-6eb6023d9f62/go.mod h1:SYCYxrsviTcRoUCoM6VosXF+sqWkKpk8C1dqD0doRYQ=
1429-
github.com/trustbloc/vct v0.1.4-0.20220406092826-222452d04e9b h1:S1kh4ldbI2nsQNgSPXlXOMlFWt7CWrnvzeNVJ6pcYOE=
1442+
github.com/trustbloc/sidetree-core-go v1.0.0-rc.1 h1:KWbyAnDtMKBPTSYu9w18bw2X0hIatUJlRgEro7Xendg=
1443+
github.com/trustbloc/sidetree-core-go v1.0.0-rc.1/go.mod h1:SYCYxrsviTcRoUCoM6VosXF+sqWkKpk8C1dqD0doRYQ=
14301444
github.com/trustbloc/vct v0.1.4-0.20220406092826-222452d04e9b/go.mod h1:Uz8bX5EFaTZVA51bnwRuC3ms/t5oc++J2dOai5M/dqs=
1445+
github.com/trustbloc/vct v1.0.0-rc.1 h1:cFvnGy57hj9RwoUf8fweK8sYKNoJ7qabLikoQhZvajo=
1446+
github.com/trustbloc/vct v1.0.0-rc.1/go.mod h1:Q2fGxTITe3IWhVOf2aJAKk/CGlMCLsYANdszM70HBcU=
14311447
github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926/go.mod h1:9ESjWnEqriFuLhtthL60Sar/7RFoluCcXsuvEwTV5KM=
14321448
github.com/ugorji/go v1.1.4/go.mod h1:uQMGLiO92mf5W77hV/PUCpI3pbzQx3CRekS0kk+RGrc=
14331449
github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0=

cmd/orb-driver/go.mod

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ module github.com/trustbloc/orb/cmd/orb-driver
77
go 1.17
88

99
require (
10-
github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v0.1.4-0.20220314131033-2c80f2db01c9
10+
github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v0.1.4-0.20220412155039-c618d62571b8
1111
github.com/spf13/cobra v1.3.0
1212
github.com/stretchr/testify v1.7.0
13-
github.com/trustbloc/edge-core v0.1.8-0.20220113141450-e19ffd091d98
14-
github.com/trustbloc/orb v0.1.4-0.20220314105645-15799999dd8b
15-
github.com/trustbloc/sidetree-core-go v0.7.1-0.20220411215804-6eb6023d9f62
13+
github.com/trustbloc/edge-core v0.1.8
14+
github.com/trustbloc/orb v0.1.4-0.20220412070324-edc9187e0c3e
15+
github.com/trustbloc/sidetree-core-go v1.0.0-rc.1
1616
)
1717

1818
require (
@@ -32,10 +32,10 @@ require (
3232
github.com/google/trillian v1.3.14-0.20210520152752-ceda464a95a3 // indirect
3333
github.com/google/uuid v1.3.0 // indirect
3434
github.com/gorilla/mux v1.8.0 // indirect
35-
github.com/hyperledger/aries-framework-go v0.1.8-0.20220322085443-50e8f9bd208b // indirect
36-
github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v0.0.0-20220303174620-e3a8602acbee // indirect
37-
github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-20220310104637-62fd90482e21 // indirect
38-
github.com/hyperledger/aries-framework-go/spi v0.0.0-20220324201531-18c87667df19 // indirect
35+
github.com/hyperledger/aries-framework-go v0.1.9-0.20220412155017-81442062e607 // indirect
36+
github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v0.0.0-20220330145438-233eb7999876 // indirect
37+
github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-20220330140627-07042d78580c // indirect
38+
github.com/hyperledger/aries-framework-go/spi v0.0.0-20220330140627-07042d78580c // indirect
3939
github.com/inconshreveable/mousetrap v1.0.0 // indirect
4040
github.com/ipfs/go-cid v0.0.7 // indirect
4141
github.com/jinzhu/copier v0.0.0-20190924061706-b57f9002281a // indirect
@@ -58,7 +58,7 @@ require (
5858
github.com/spf13/pflag v1.0.5 // indirect
5959
github.com/square/go-jose/v3 v3.0.0-20200630053402-0a67ce9b0693 // indirect
6060
github.com/teserakt-io/golang-ed25519 v0.0.0-20210104091850-3888c087a4c8 // indirect
61-
github.com/trustbloc/vct v0.1.4-0.20220406092826-222452d04e9b // indirect
61+
github.com/trustbloc/vct v1.0.0-rc.1 // indirect
6262
github.com/x448/float16 v0.8.4 // indirect
6363
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
6464
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect

0 commit comments

Comments
 (0)