Skip to content

Commit

Permalink
Merge pull request #1239 from fqutishat/update
Browse files Browse the repository at this point in the history
chore: update to latest vct, kms and aries revision
  • Loading branch information
fqutishat authored Apr 12, 2022
2 parents 9f3de7c + 0171591 commit a60cc9c
Show file tree
Hide file tree
Showing 12 changed files with 186 additions and 129 deletions.
18 changes: 9 additions & 9 deletions cmd/orb-cli/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ go 1.17
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.8-0.20220322085443-50e8f9bd208b
github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v0.1.4-0.20220314131033-2c80f2db01c9
github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v0.0.0-20220303174620-e3a8602acbee
github.com/hyperledger/aries-framework-go v0.1.9-0.20220412155017-81442062e607
github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v0.1.4-0.20220412155039-c618d62571b8
github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v0.0.0-20220412155039-c618d62571b8
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/spf13/cobra v1.3.0
github.com/stretchr/testify v1.7.0
github.com/trustbloc/edge-core v0.1.8-0.20220113141450-e19ffd091d98
github.com/trustbloc/orb v0.1.4-0.20220314105645-15799999dd8b
github.com/trustbloc/sidetree-core-go v0.7.1-0.20220411215804-6eb6023d9f62
github.com/trustbloc/edge-core v0.1.8
github.com/trustbloc/orb v0.1.4-0.20220412070324-edc9187e0c3e
github.com/trustbloc/sidetree-core-go v1.0.0-rc.1
)

require (
Expand All @@ -38,8 +38,8 @@ require (
github.com/google/certificate-transparency-go v1.1.2-0.20210512142713-bed466244fa6 // indirect
github.com/google/tink/go v1.6.1 // indirect
github.com/google/trillian v1.3.14-0.20210520152752-ceda464a95a3 // indirect
github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-20220310104637-62fd90482e21 // indirect
github.com/hyperledger/aries-framework-go/spi v0.0.0-20220324201531-18c87667df19 // indirect
github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-20220330140627-07042d78580c // indirect
github.com/hyperledger/aries-framework-go/spi v0.0.0-20220330140627-07042d78580c // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/ipfs/go-cid v0.0.7 // indirect
github.com/jinzhu/copier v0.0.0-20190924061706-b57f9002281a // indirect
Expand Down Expand Up @@ -68,7 +68,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 v0.1.4-0.20220406092826-222452d04e9b // indirect
github.com/trustbloc/vct v1.0.0-rc.1 // indirect
github.com/whyrusleeping/tar-utils v0.0.0-20180509141711-8c6c8ba81d5c // indirect
github.com/x448/float16 v0.8.4 // indirect
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
Expand Down
44 changes: 30 additions & 14 deletions cmd/orb-cli/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -779,26 +779,31 @@ github.com/hyperledger/aries-framework-go v0.1.7-0.20210421203733-b5dfd703a8fc/g
github.com/hyperledger/aries-framework-go v0.1.7-0.20210603210127-e57b8c94e3cf/go.mod h1:h6L+YoXtw90OZrH2IequxukIGwzfSpz8pUueQ9T5KqI=
github.com/hyperledger/aries-framework-go v0.1.7-0.20210816113201-26c0665ef2b9/go.mod h1:VmoqKNXXyYN3R0ObcGA8ZBdbcmKZJFCakuZGDezi+GQ=
github.com/hyperledger/aries-framework-go v0.1.7/go.mod h1:uve8/q23AUnq4EM0vBkEr1lKZRC67q5RcaHXh0ZOt0Y=
github.com/hyperledger/aries-framework-go v0.1.8-0.20211201185059-733a3370f501/go.mod h1:uve8/q23AUnq4EM0vBkEr1lKZRC67q5RcaHXh0ZOt0Y=
github.com/hyperledger/aries-framework-go v0.1.8-0.20220113090443-b751c0ae7b22/go.mod h1:rBMOJVwyHyYbOqbb3IB/ExBkHyvFLht/W81s24GmjcE=
github.com/hyperledger/aries-framework-go v0.1.8-0.20220217153004-1622c70e5767/go.mod h1:rBMOJVwyHyYbOqbb3IB/ExBkHyvFLht/W81s24GmjcE=
github.com/hyperledger/aries-framework-go v0.1.8-0.20220310104637-62fd90482e21/go.mod h1:bqeLa1s8fQ7YueGOOk0Q+r48FGF7sd8GEaS/CyEo/iY=
github.com/hyperledger/aries-framework-go v0.1.8-0.20220311181400-584f96318d6d/go.mod h1:bqeLa1s8fQ7YueGOOk0Q+r48FGF7sd8GEaS/CyEo/iY=
github.com/hyperledger/aries-framework-go v0.1.8-0.20220322085443-50e8f9bd208b h1:q+Plvnq7/n3IwTO6IOhBXn//txifpeo/OErvM1ivh8s=
github.com/hyperledger/aries-framework-go v0.1.8-0.20220322085443-50e8f9bd208b/go.mod h1:bqeLa1s8fQ7YueGOOk0Q+r48FGF7sd8GEaS/CyEo/iY=
github.com/hyperledger/aries-framework-go v0.1.8/go.mod h1:7ilurt17sjWruVIBxZSrwn8qUbROq8LXYYY+O7dNxIM=
github.com/hyperledger/aries-framework-go v0.1.9-0.20220412084931-86d3da140d61/go.mod h1:7ilurt17sjWruVIBxZSrwn8qUbROq8LXYYY+O7dNxIM=
github.com/hyperledger/aries-framework-go v0.1.9-0.20220412155017-81442062e607 h1:iRudoYZeo70y7viqHh5lwF9bxVQbLnMuhSbUkhE8iiY=
github.com/hyperledger/aries-framework-go v0.1.9-0.20220412155017-81442062e607/go.mod h1:7ilurt17sjWruVIBxZSrwn8qUbROq8LXYYY+O7dNxIM=
github.com/hyperledger/aries-framework-go-ext/component/storage/couchdb v0.0.0-20220310013829-55b4443130f8/go.mod h1:FtlFhPHMyLORgrPpvWSmEQSNhLiwAQ4V6rqNPfuDj0o=
github.com/hyperledger/aries-framework-go-ext/component/storage/mongodb v0.0.0-20220310013829-55b4443130f8 h1:R3z35AQduOqcNXRTtDkvW+0ppSzA4em9YizqeU2XUeM=
github.com/hyperledger/aries-framework-go-ext/component/storage/mongodb v0.0.0-20220310013829-55b4443130f8/go.mod h1:Yzjzj3YfU3A5NdDeAkymVOqtlWfR32dEt8BYWlAcgcA=
github.com/hyperledger/aries-framework-go-ext/component/storage/postgresql v0.0.0-20220329165107-ef1bd5584faa/go.mod h1:+1kyEIv2Sqkyd602PLKbgutvXd80SarySU109QYcA14=
github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v0.1.4-0.20220314131033-2c80f2db01c9 h1:xClF9nMuQaNJoNzX3kGrqWbQ/56tDUea3begXOixIZQ=
github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v0.1.4-0.20220314131033-2c80f2db01c9/go.mod h1:ZRDTZdYbfraV6hOen1GqT2VF59Aa8QPzS80N9KArtL8=
github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v0.0.0-20220303174620-e3a8602acbee h1:t+xvn8D8Z7Rx5g6YsQ9KkDbUIyHyWxsdpmoqLeGzxMQ=
github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v0.0.0-20220303174620-e3a8602acbee/go.mod h1:4EANP5a6l2rYy9E9WytSQaxddVhQiMgpjSFhHf7NJHU=
github.com/hyperledger/aries-framework-go-ext/component/storage/postgresql v0.0.0-20220411150242-d1c2ed9dc6bb/go.mod h1:35iXtsPH1PImVDq8xFHETtrcvyHhJXKcvf82YJ6/z4k=
github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v0.1.4-0.20220412155039-c618d62571b8 h1:5fCuFAd/pE0AByB7lhnd+hmxGaVajDYmFUkPReN4uUE=
github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v0.1.4-0.20220412155039-c618d62571b8/go.mod h1:h/7gGmYzBUpD6n5q+hHqVl+Owy51I1MXPNji+CGPOqQ=
github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v0.0.0-20220330145438-233eb7999876/go.mod h1:zdnAmwnn2KDiVuIrqPZ7C5fQLnzjC0LMgsx+y9lbxIM=
github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v0.0.0-20220412155039-c618d62571b8 h1:CscHx/429i65I65xgbjHNWlt1TYPaG3Z0S6+E4Do54s=
github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v0.0.0-20220412155039-c618d62571b8/go.mod h1:1LzzC3dxLmnM0BBpyR03I803iHrhhfk6nXGB3F+Z4aU=
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-20210807121559-b41545a4f1e8/go.mod h1:00tdiDIlEdmcLuN/5zSr3NI8AycnvRMMt4M07VSqiqw=
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=
github.com/hyperledger/aries-framework-go/component/storage/edv v0.0.0-20220310104637-62fd90482e21/go.mod h1:eIac5lubCy3tw6D0sTluM5U6Bw3inBwUfjX17o2U7PE=
github.com/hyperledger/aries-framework-go/component/storage/edv v0.0.0-20220322085443-50e8f9bd208b/go.mod h1:eIac5lubCy3tw6D0sTluM5U6Bw3inBwUfjX17o2U7PE=
github.com/hyperledger/aries-framework-go/component/storage/edv v0.0.0-20220330133350-1c2d9d65aea4/go.mod h1:Ix9UiSzG4IQDPJQ63B71CxigrcJ0Q0PKdCrl9VqrE6Y=
github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-20210409151411-eeeb8508bd87/go.mod h1:kJT7bcaKsvk1lMp2jqS8srF+ZUie2H4MoPbL2V29dgA=
github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-20210421203733-b5dfd703a8fc/go.mod h1:uGc7F3tXQIY6xjs8VEI6/oxp4ZDXDfGjPMCTgax5Zhc=
github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-20210520055214-ae429bb89bf7/go.mod h1:aP6VnxeSbmD1OcV2f8y0dRV9fkIZp/+mzmgKxxmSJG4=
Expand All @@ -807,8 +812,12 @@ github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-202108071
github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-20210820175050-dcc7a225178d/go.mod h1:wdgGPwXzih+QD2Q4nvMnGO0dm0D0rxmzQcSNLcW6fcg=
github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-20220217153004-1622c70e5767/go.mod h1:yLgRpVlZ2heeeOpTgvEnG/yHL9q1keUu5ILQ6s2qpLU=
github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-20220308060532-714cd5c18552/go.mod h1:yLgRpVlZ2heeeOpTgvEnG/yHL9q1keUu5ILQ6s2qpLU=
github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-20220310104637-62fd90482e21 h1:cA17css+4kgj67qmzPbI1SIslEDz+FYeLK2U/vLIOJQ=
github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-20220310104637-62fd90482e21/go.mod h1:yLgRpVlZ2heeeOpTgvEnG/yHL9q1keUu5ILQ6s2qpLU=
github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-20220322085443-50e8f9bd208b/go.mod h1:yLgRpVlZ2heeeOpTgvEnG/yHL9q1keUu5ILQ6s2qpLU=
github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-20220324201531-18c87667df19/go.mod h1:ryG46jQRvQUUH/0wjORghfJnxJVH1yIXIsAv1GXIWp8=
github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-20220330133350-1c2d9d65aea4/go.mod h1:ryG46jQRvQUUH/0wjORghfJnxJVH1yIXIsAv1GXIWp8=
github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-20220330140627-07042d78580c h1:SMqJ0JQM4a2/aVmJtlJgJQDl+6GTPygka9lUUy8OtXc=
github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-20220330140627-07042d78580c/go.mod h1:ryG46jQRvQUUH/0wjORghfJnxJVH1yIXIsAv1GXIWp8=
github.com/hyperledger/aries-framework-go/spi v0.0.0-20210320144851-40976de98ccf/go.mod h1:fDr9wW00GJJl1lR1SFHmJW8utIocdvjO5RNhAYS05EY=
github.com/hyperledger/aries-framework-go/spi v0.0.0-20210322152545-e6ebe2c79a2a/go.mod h1:fDr9wW00GJJl1lR1SFHmJW8utIocdvjO5RNhAYS05EY=
github.com/hyperledger/aries-framework-go/spi v0.0.0-20210409151411-eeeb8508bd87/go.mod h1:dBYKKD8U8U9o0g5BdNFFaRtjt9KTkiAYfQt+TTp+w1o=
Expand All @@ -832,8 +841,10 @@ github.com/hyperledger/aries-framework-go/spi v0.0.0-20220217153004-1622c70e5767
github.com/hyperledger/aries-framework-go/spi v0.0.0-20220308060532-714cd5c18552/go.mod h1:4bD5c5fj5K7rkQurVa/8I8+TfNcI4bxIBzaUNcxTOTg=
github.com/hyperledger/aries-framework-go/spi v0.0.0-20220310104637-62fd90482e21/go.mod h1:4bD5c5fj5K7rkQurVa/8I8+TfNcI4bxIBzaUNcxTOTg=
github.com/hyperledger/aries-framework-go/spi v0.0.0-20220322085443-50e8f9bd208b/go.mod h1:4bD5c5fj5K7rkQurVa/8I8+TfNcI4bxIBzaUNcxTOTg=
github.com/hyperledger/aries-framework-go/spi v0.0.0-20220324201531-18c87667df19 h1:vi45YIiONWOquuQk9xfYqE9mqxDhL5JJLYOn0LleHw0=
github.com/hyperledger/aries-framework-go/spi v0.0.0-20220324201531-18c87667df19/go.mod h1:4bD5c5fj5K7rkQurVa/8I8+TfNcI4bxIBzaUNcxTOTg=
github.com/hyperledger/aries-framework-go/spi v0.0.0-20220330133350-1c2d9d65aea4/go.mod h1:4bD5c5fj5K7rkQurVa/8I8+TfNcI4bxIBzaUNcxTOTg=
github.com/hyperledger/aries-framework-go/spi v0.0.0-20220330140627-07042d78580c h1:snzJfKNYzt57Q2/+P0YdCJus+K2k3c3fUTvOSoHSUxU=
github.com/hyperledger/aries-framework-go/spi v0.0.0-20220330140627-07042d78580c/go.mod h1:4bD5c5fj5K7rkQurVa/8I8+TfNcI4bxIBzaUNcxTOTg=
github.com/hyperledger/aries-framework-go/test/component v0.0.0-20210324232048-34ff560ed041/go.mod h1:eKGEEe+PJNDQo7kVif3sUKBWwnsQDkE3gD/QlpmukcQ=
github.com/hyperledger/aries-framework-go/test/component v0.0.0-20210409151411-eeeb8508bd87/go.mod h1:JHzDtgJLd0134iLFXLxGBjJF+Z+TgiElA/5oVgMazts=
github.com/hyperledger/aries-framework-go/test/component v0.0.0-20210421203733-b5dfd703a8fc/go.mod h1:asiCVCtH/nocWKhZRMz12aFgdUh8lRHqKis0M8Ei/4I=
Expand All @@ -844,8 +855,10 @@ github.com/hyperledger/aries-framework-go/test/component v0.0.0-20210820153043-8
github.com/hyperledger/aries-framework-go/test/component v0.0.0-20210909135806-a1c268dfb633/go.mod h1:XtAqwhIKA5tWOiWX/wZEFeANNGnRyQL6CNIIeE3lAVc=
github.com/hyperledger/aries-framework-go/test/component v0.0.0-20211204013109-366f6ef74861/go.mod h1:UPbljMgUwdph/L36m8LrFxnZ4UP32pXeJ/GfluusI3c=
github.com/hyperledger/aries-framework-go/test/component v0.0.0-20220217153004-1622c70e5767/go.mod h1:HojN6OAh8ZtXBe5X2arcSOe1SLo5Dsjqto8ICjSLQ2g=
github.com/hyperledger/aries-framework-go/test/component v0.0.0-20220324201531-18c87667df19 h1:j0v1HW+pgjBhB5KvXQaqqnMC2mfBEn7+FwrY297QpO0=
github.com/hyperledger/aries-framework-go/test/component v0.0.0-20220322085443-50e8f9bd208b/go.mod h1:HojN6OAh8ZtXBe5X2arcSOe1SLo5Dsjqto8ICjSLQ2g=
github.com/hyperledger/aries-framework-go/test/component v0.0.0-20220324201531-18c87667df19/go.mod h1:lykx3N+GX+sAWSxO2Ycc4Dz+ynV9b0Fv4NdP+ms4Alc=
github.com/hyperledger/aries-framework-go/test/component v0.0.0-20220330140627-07042d78580c h1:Fq9I4mMK1+rNqBTxmsB4dzuUvilaKTPWhtxwuWFrPiI=
github.com/hyperledger/aries-framework-go/test/component v0.0.0-20220330140627-07042d78580c/go.mod h1:lykx3N+GX+sAWSxO2Ycc4Dz+ynV9b0Fv4NdP+ms4Alc=
github.com/iancoleman/strcase v0.2.0/go.mod h1:iwCmte+B7n89clKwxIoIXy/HfoL7AsD47ZCWhYzw7ho=
github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc=
github.com/ianlancetaylor/demangle v0.0.0-20200824232613-28f6c0f3b639/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc=
Expand Down Expand Up @@ -1419,15 +1432,18 @@ github.com/tomasen/realip v0.0.0-20180522021738-f0c99a92ddce/go.mod h1:o8v6yHRoi
github.com/transparency-dev/merkle v0.0.0-20220208131541-728dc2de1344/go.mod h1:B8FIw5LTq6DaULoHsVFRzYIUDkl8yuSwCdZnOZGKL/A=
github.com/trustbloc/edge-core v0.1.7-0.20210816120552-ed93662ac716/go.mod h1:7jjHQo2gMGNPIRfhvn4aXQ0FYMrG9lRgQcvZKTviCGc=
github.com/trustbloc/edge-core v0.1.7/go.mod h1:nQnH3CcEHTRXsWZe/vgj+J0JxxjwFK9IvY3u0Sr/2XY=
github.com/trustbloc/edge-core v0.1.8-0.20220113141450-e19ffd091d98 h1:HVVzRDPGixWjNWBbjhq+TCDJlRiTZsTjOI3JfXhEFEU=
github.com/trustbloc/edge-core v0.1.8-0.20220113141450-e19ffd091d98/go.mod h1:Ll2W6cS3AdCIyoFTip59ereNNl/dYgvD+0sEQGOs77U=
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.8-0.20220323192214-3f3ef0548eba/go.mod h1:SPmdo1HV2LbWvd58eYlXL86C3y/mPq1GSQH3Qm4ZSTE=
github.com/trustbloc/kms v0.1.8/go.mod h1:a6XvGLZgwVqBAt47550cQeRKm04X2Nn1M8DE0PVb0XA=
github.com/trustbloc/sidetree-core-go v0.6.1-0.20210817155948-c3cb7a03f63b/go.mod h1:uv89fJcqz21OrBqZUyXTPp0BBmyi2xh+Eigy5T/dIsc=
github.com/trustbloc/sidetree-core-go v0.7.1-0.20220314104818-0ae9fc89df5b/go.mod h1:SYCYxrsviTcRoUCoM6VosXF+sqWkKpk8C1dqD0doRYQ=
github.com/trustbloc/sidetree-core-go v0.7.1-0.20220411215804-6eb6023d9f62 h1:qbw4BW+rqecpVvX7qnYQATS3EvfMngMpI6GSxOpQPs8=
github.com/trustbloc/sidetree-core-go v0.7.1-0.20220411215804-6eb6023d9f62/go.mod h1:SYCYxrsviTcRoUCoM6VosXF+sqWkKpk8C1dqD0doRYQ=
github.com/trustbloc/vct v0.1.4-0.20220406092826-222452d04e9b h1:S1kh4ldbI2nsQNgSPXlXOMlFWt7CWrnvzeNVJ6pcYOE=
github.com/trustbloc/sidetree-core-go v1.0.0-rc.1 h1:KWbyAnDtMKBPTSYu9w18bw2X0hIatUJlRgEro7Xendg=
github.com/trustbloc/sidetree-core-go v1.0.0-rc.1/go.mod h1:SYCYxrsviTcRoUCoM6VosXF+sqWkKpk8C1dqD0doRYQ=
github.com/trustbloc/vct v0.1.4-0.20220406092826-222452d04e9b/go.mod h1:Uz8bX5EFaTZVA51bnwRuC3ms/t5oc++J2dOai5M/dqs=
github.com/trustbloc/vct v1.0.0-rc.1 h1:cFvnGy57hj9RwoUf8fweK8sYKNoJ7qabLikoQhZvajo=
github.com/trustbloc/vct v1.0.0-rc.1/go.mod h1:Q2fGxTITe3IWhVOf2aJAKk/CGlMCLsYANdszM70HBcU=
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=
Expand Down
18 changes: 9 additions & 9 deletions cmd/orb-driver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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 v0.1.4-0.20220314131033-2c80f2db01c9
github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v0.1.4-0.20220412155039-c618d62571b8
github.com/spf13/cobra v1.3.0
github.com/stretchr/testify v1.7.0
github.com/trustbloc/edge-core v0.1.8-0.20220113141450-e19ffd091d98
github.com/trustbloc/orb v0.1.4-0.20220314105645-15799999dd8b
github.com/trustbloc/sidetree-core-go v0.7.1-0.20220411215804-6eb6023d9f62
github.com/trustbloc/edge-core v0.1.8
github.com/trustbloc/orb v0.1.4-0.20220412070324-edc9187e0c3e
github.com/trustbloc/sidetree-core-go v1.0.0-rc.1
)

require (
Expand All @@ -32,10 +32,10 @@ require (
github.com/google/trillian v1.3.14-0.20210520152752-ceda464a95a3 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/gorilla/mux v1.8.0 // indirect
github.com/hyperledger/aries-framework-go v0.1.8-0.20220322085443-50e8f9bd208b // indirect
github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v0.0.0-20220303174620-e3a8602acbee // indirect
github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-20220310104637-62fd90482e21 // indirect
github.com/hyperledger/aries-framework-go/spi v0.0.0-20220324201531-18c87667df19 // indirect
github.com/hyperledger/aries-framework-go v0.1.9-0.20220412155017-81442062e607 // indirect
github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v0.0.0-20220330145438-233eb7999876 // indirect
github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-20220330140627-07042d78580c // indirect
github.com/hyperledger/aries-framework-go/spi v0.0.0-20220330140627-07042d78580c // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/ipfs/go-cid v0.0.7 // indirect
github.com/jinzhu/copier v0.0.0-20190924061706-b57f9002281a // indirect
Expand All @@ -58,7 +58,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 v0.1.4-0.20220406092826-222452d04e9b // indirect
github.com/trustbloc/vct v1.0.0-rc.1 // indirect
github.com/x448/float16 v0.8.4 // indirect
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
Expand Down
Loading

0 comments on commit a60cc9c

Please sign in to comment.