Skip to content

Commit

Permalink
Merge pull request #773 from fqutishat/update
Browse files Browse the repository at this point in the history
chore: update to release versions
  • Loading branch information
fqutishat authored Sep 15, 2021
2 parents dab098c + ef962c1 commit 0a6bd78
Show file tree
Hide file tree
Showing 22 changed files with 324 additions and 142 deletions.
8 changes: 4 additions & 4 deletions cmd/orb-cli/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ module github.com/trustbloc/orb/cmd/orb-cli

require (
github.com/btcsuite/btcutil v1.0.3-0.20201208143702-a53e38424cce
github.com/hyperledger/aries-framework-go v0.1.7-0.20210816113201-26c0665ef2b9
github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v0.0.0-20210901104217-40a48c89b9f7
github.com/hyperledger/aries-framework-go v0.1.7
github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v0.0.0-20210915134807-3e19121646a4
github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v0.0.0-20210901104217-40a48c89b9f7
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/multiformats/go-multiaddr v0.3.1 // indirect
github.com/spf13/cobra v1.1.3
github.com/stretchr/testify v1.7.0
github.com/trustbloc/edge-core v0.1.7-0.20210819195944-a3500e365d5c
github.com/trustbloc/orb v0.1.3-0.20210826224204-8f7cf7841ff2
github.com/trustbloc/edge-core v0.1.7
github.com/trustbloc/orb v0.1.3-0.20210914173654-dab098ce4e32
)

replace github.com/trustbloc/orb => ../..
Expand Down
93 changes: 76 additions & 17 deletions cmd/orb-cli/go.sum

Large diffs are not rendered by default.

8 changes: 4 additions & 4 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.16

require (
github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v0.0.0-20210901104217-40a48c89b9f7
github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v0.0.0-20210915134807-3e19121646a4
github.com/spf13/cobra v1.1.3
github.com/stretchr/testify v1.7.0
github.com/trustbloc/edge-core v0.1.7-0.20210819195944-a3500e365d5c
github.com/trustbloc/orb v0.1.3-0.20210826224204-8f7cf7841ff2
github.com/trustbloc/sidetree-core-go v0.6.1-0.20210910132742-a2e8795453c1
github.com/trustbloc/edge-core v0.1.7
github.com/trustbloc/orb v0.1.3-0.20210914173654-dab098ce4e32
github.com/trustbloc/sidetree-core-go v0.7.0
)

replace github.com/trustbloc/orb => ../..
93 changes: 76 additions & 17 deletions cmd/orb-driver/go.sum

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions cmd/orb-server/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ require (
github.com/cenkalti/backoff/v4 v4.1.1
github.com/golang/snappy v0.0.4 // indirect
github.com/google/uuid v1.2.0
github.com/hyperledger/aries-framework-go v0.1.7-0.20210816113201-26c0665ef2b9
github.com/hyperledger/aries-framework-go v0.1.7
github.com/hyperledger/aries-framework-go-ext/component/storage/couchdb v0.0.0-20210909220549-ce3a2ee13e22
github.com/hyperledger/aries-framework-go-ext/component/storage/mongodb v0.0.0-20210909220549-ce3a2ee13e22
github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-20210910143505-343c246c837c
github.com/hyperledger/aries-framework-go/spi v0.0.0-20210910143505-343c246c837c
github.com/spf13/cobra v1.1.3
github.com/stretchr/testify v1.7.0
github.com/trustbloc/edge-core v0.1.7-0.20210819195944-a3500e365d5c
github.com/trustbloc/edge-core v0.1.7
github.com/trustbloc/orb v0.0.0
github.com/trustbloc/sidetree-core-go v0.6.1-0.20210910132742-a2e8795453c1
github.com/trustbloc/vct v0.1.3-0.20210812104204-d8ddd5781928
github.com/trustbloc/sidetree-core-go v0.7.0
github.com/trustbloc/vct v0.1.3
golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d // indirect
)

Expand Down
27 changes: 14 additions & 13 deletions cmd/orb-server/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -749,22 +749,23 @@ github.com/huaweicloud/golangsdk v0.0.0-20200304081349-45ec0797f2a4/go.mod h1:WQ
github.com/hudl/fargo v1.3.0/go.mod h1:y3CKSmjA+wD2gak7sUSXTAoopbhU08POFhmITJgmKTg=
github.com/hyperledger/aries-framework-go v0.1.7-0.20210421203733-b5dfd703a8fc/go.mod h1:tBgxVOKcNero3QI21iNf3oxxHkgRMDOby937cqHEvW4=
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.20210811135743-532e65035d3b/go.mod h1:Y12MiErTDKHSCThrLdlEmrRiL2dV84J7/MVTHLBhLhM=
github.com/hyperledger/aries-framework-go v0.1.7-0.20210816113201-26c0665ef2b9 h1:lg+ZEjuWE1cyRLoG9UFr7dxqbtnGjTnUfRBVcA+uhOQ=
github.com/hyperledger/aries-framework-go v0.1.7-0.20210816113201-26c0665ef2b9/go.mod h1:VmoqKNXXyYN3R0ObcGA8ZBdbcmKZJFCakuZGDezi+GQ=
github.com/hyperledger/aries-framework-go-ext/component/storage/couchdb v0.0.0-20210714131038-41b5bccef1f9/go.mod h1:We+7ZhPTzGrWLmaELzo8tvUT/ZqCa4v9SV961gH8b60=
github.com/hyperledger/aries-framework-go v0.1.7 h1:ZauGEVaBI4GnUDJcmbiCxbG/MHabMXMlAQee1B4nw8E=
github.com/hyperledger/aries-framework-go v0.1.7/go.mod h1:uve8/q23AUnq4EM0vBkEr1lKZRC67q5RcaHXh0ZOt0Y=
github.com/hyperledger/aries-framework-go-ext/component/storage/couchdb v0.0.0-20210909220549-ce3a2ee13e22 h1:dzRPCOUIU/RKlGSGJsqpBh0uHOjMN4LC/c25fs7nnlE=
github.com/hyperledger/aries-framework-go-ext/component/storage/couchdb v0.0.0-20210909220549-ce3a2ee13e22/go.mod h1:FtlFhPHMyLORgrPpvWSmEQSNhLiwAQ4V6rqNPfuDj0o=
github.com/hyperledger/aries-framework-go-ext/component/storage/mongodb v0.0.0-20210909220549-ce3a2ee13e22 h1:bbYkqUivcXWtD+MtHSY9YQC77ezE9kpWlhxNrTG/aUk=
github.com/hyperledger/aries-framework-go-ext/component/storage/mongodb v0.0.0-20210909220549-ce3a2ee13e22/go.mod h1:aiO9mXZBykIEwmgp9sSdpMuTw0P7b+ZFUltcIB9ZccY=
github.com/hyperledger/aries-framework-go-ext/component/storage/mysql v0.0.0-20210714131038-41b5bccef1f9/go.mod h1:c4b+LAZgp43XFk1jQb72xF+v6J3BplPY2t16b/R8mvI=
github.com/hyperledger/aries-framework-go-ext/component/storage/mysql v0.0.0-20210909220549-ce3a2ee13e22/go.mod h1:bShq2cEzJcCEFkYIlQATTVldlOfyYvmnVPAdUSfCDm4=
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/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=
github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-20210603210127-e57b8c94e3cf/go.mod h1:k8CjDLBLxygTEj3D077OeH4SJsVE3mK60AyeO/C9sxs=
github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-20210807121559-b41545a4f1e8/go.mod h1:k8CjDLBLxygTEj3D077OeH4SJsVE3mK60AyeO/C9sxs=
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-20210910143505-343c246c837c h1:DmoZcntsSUqjqARYVmgSZiulfUzbC76JXK0Y1a/lga0=
github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-20210910143505-343c246c837c/go.mod h1:bFeSTLeQktv7TrPVaxeKE7H6E3dVBAG29ezdDS1Eyu0=
github.com/hyperledger/aries-framework-go/spi v0.0.0-20210320144851-40976de98ccf/go.mod h1:fDr9wW00GJJl1lR1SFHmJW8utIocdvjO5RNhAYS05EY=
Expand All @@ -777,10 +778,11 @@ github.com/hyperledger/aries-framework-go/spi v0.0.0-20210520055214-ae429bb89bf7
github.com/hyperledger/aries-framework-go/spi v0.0.0-20210603134946-53276bbf0c28/go.mod h1:dBYKKD8U8U9o0g5BdNFFaRtjt9KTkiAYfQt+TTp+w1o=
github.com/hyperledger/aries-framework-go/spi v0.0.0-20210603182844-353ecb34cf4d/go.mod h1:dBYKKD8U8U9o0g5BdNFFaRtjt9KTkiAYfQt+TTp+w1o=
github.com/hyperledger/aries-framework-go/spi v0.0.0-20210603210127-e57b8c94e3cf/go.mod h1:dBYKKD8U8U9o0g5BdNFFaRtjt9KTkiAYfQt+TTp+w1o=
github.com/hyperledger/aries-framework-go/spi v0.0.0-20210603222351-ed8817420d42/go.mod h1:dBYKKD8U8U9o0g5BdNFFaRtjt9KTkiAYfQt+TTp+w1o=
github.com/hyperledger/aries-framework-go/spi v0.0.0-20210806210220-65863dbe349a/go.mod h1:dBYKKD8U8U9o0g5BdNFFaRtjt9KTkiAYfQt+TTp+w1o=
github.com/hyperledger/aries-framework-go/spi v0.0.0-20210807121559-b41545a4f1e8/go.mod h1:dBYKKD8U8U9o0g5BdNFFaRtjt9KTkiAYfQt+TTp+w1o=
github.com/hyperledger/aries-framework-go/spi v0.0.0-20210818133831-4e22573c126d/go.mod h1:dBYKKD8U8U9o0g5BdNFFaRtjt9KTkiAYfQt+TTp+w1o=
github.com/hyperledger/aries-framework-go/spi v0.0.0-20210820153043-8b6f36d10ab9/go.mod h1:dBYKKD8U8U9o0g5BdNFFaRtjt9KTkiAYfQt+TTp+w1o=
github.com/hyperledger/aries-framework-go/spi v0.0.0-20210820175050-dcc7a225178d/go.mod h1:dBYKKD8U8U9o0g5BdNFFaRtjt9KTkiAYfQt+TTp+w1o=
github.com/hyperledger/aries-framework-go/spi v0.0.0-20210902194940-97c6f2cded6c/go.mod h1:dBYKKD8U8U9o0g5BdNFFaRtjt9KTkiAYfQt+TTp+w1o=
github.com/hyperledger/aries-framework-go/spi v0.0.0-20210909135806-a1c268dfb633/go.mod h1:dBYKKD8U8U9o0g5BdNFFaRtjt9KTkiAYfQt+TTp+w1o=
github.com/hyperledger/aries-framework-go/spi v0.0.0-20210910143505-343c246c837c h1:MIe8E16BY2+XB9BJGzy3oAEbiWJ1xclql/vx4hYc4FY=
Expand All @@ -790,7 +792,7 @@ github.com/hyperledger/aries-framework-go/test/component v0.0.0-20210409151411-e
github.com/hyperledger/aries-framework-go/test/component v0.0.0-20210421203733-b5dfd703a8fc/go.mod h1:asiCVCtH/nocWKhZRMz12aFgdUh8lRHqKis0M8Ei/4I=
github.com/hyperledger/aries-framework-go/test/component v0.0.0-20210603182844-353ecb34cf4d/go.mod h1:J0SlvlnETEdYojUW4om/UINH0Uobmbtw46cH4DGXv5g=
github.com/hyperledger/aries-framework-go/test/component v0.0.0-20210603210127-e57b8c94e3cf/go.mod h1:EbPcC3Up7Ygrv+Tf9PMHrl5Qol4Mvux7ghSFBIVntIU=
github.com/hyperledger/aries-framework-go/test/component v0.0.0-20210603222351-ed8817420d42/go.mod h1:EbPcC3Up7Ygrv+Tf9PMHrl5Qol4Mvux7ghSFBIVntIU=
github.com/hyperledger/aries-framework-go/test/component v0.0.0-20210807121559-b41545a4f1e8/go.mod h1:3idbNcBl2wdRaETayzpY95KK5SfSzwXb5uqLW/Ldh0g=
github.com/hyperledger/aries-framework-go/test/component v0.0.0-20210820153043-8b6f36d10ab9/go.mod h1:7jEZdg455syX4f+ozLgwhYfIuiEQ/TgdIoOyALMwPG0=
github.com/hyperledger/aries-framework-go/test/component v0.0.0-20210909135806-a1c268dfb633 h1:DnwZhies44xoa071vLSciwA9LHbEb18qJaNIOXt7xDE=
github.com/hyperledger/aries-framework-go/test/component v0.0.0-20210909135806-a1c268dfb633/go.mod h1:XtAqwhIKA5tWOiWX/wZEFeANNGnRyQL6CNIIeE3lAVc=
Expand Down Expand Up @@ -1292,14 +1294,13 @@ github.com/tmc/grpc-websocket-proxy v0.0.0-20170815181823-89b8d40f7ca8/go.mod h1
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U=
github.com/tmc/grpc-websocket-proxy v0.0.0-20200427203606-3cfed13b9966/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U=
github.com/tomasen/realip v0.0.0-20180522021738-f0c99a92ddce/go.mod h1:o8v6yHRoik09Xen7gje4m9ERNah1d1PPsVq1VEx9vE4=
github.com/trustbloc/edge-core v0.1.7-0.20210812092729-6c61997fa9dd/go.mod h1:lb8Kg33uSTA0912U++p+cpYbMa9I1jvnhcDRyI+vWtw=
github.com/trustbloc/edge-core v0.1.7-0.20210816120552-ed93662ac716/go.mod h1:7jjHQo2gMGNPIRfhvn4aXQ0FYMrG9lRgQcvZKTviCGc=
github.com/trustbloc/edge-core v0.1.7-0.20210819195944-a3500e365d5c h1:/CzHsVBUM8MUuVR/4t0EeGeCIvwV2HiN0Pj7tNs6VXI=
github.com/trustbloc/edge-core v0.1.7-0.20210819195944-a3500e365d5c/go.mod h1:7jjHQo2gMGNPIRfhvn4aXQ0FYMrG9lRgQcvZKTviCGc=
github.com/trustbloc/sidetree-core-go v0.6.1-0.20210910132742-a2e8795453c1 h1:X1ANflKopgjc7qqjezAux5h28folCxG66ec8XyjQ7no=
github.com/trustbloc/sidetree-core-go v0.6.1-0.20210910132742-a2e8795453c1/go.mod h1:uv89fJcqz21OrBqZUyXTPp0BBmyi2xh+Eigy5T/dIsc=
github.com/trustbloc/vct v0.1.3-0.20210812104204-d8ddd5781928 h1:LawxLAbGwgIODvc/VQEnyeNu3h3zq6NLVyAovKoOIAw=
github.com/trustbloc/vct v0.1.3-0.20210812104204-d8ddd5781928/go.mod h1:PexD4GOCsFVVJwDM+pw5y1V7TGgGlIqSS5bSP6997mU=
github.com/trustbloc/edge-core v0.1.7 h1:DzFoB3TsBqRWI7GSkrtPQJi/su84GOFFVsDR6V3O60k=
github.com/trustbloc/edge-core v0.1.7/go.mod h1:nQnH3CcEHTRXsWZe/vgj+J0JxxjwFK9IvY3u0Sr/2XY=
github.com/trustbloc/sidetree-core-go v0.7.0 h1:qSWq5imzp+cvxpaa4+ft8FtNPg9sxddUhkCtdBB/Yh4=
github.com/trustbloc/sidetree-core-go v0.7.0/go.mod h1:uv89fJcqz21OrBqZUyXTPp0BBmyi2xh+Eigy5T/dIsc=
github.com/trustbloc/vct v0.1.3 h1:5QYeF96cGLxq2jBuPlhDPKydaKwMF1vYSn/bssQNBOE=
github.com/trustbloc/vct v0.1.3/go.mod h1:gbdyUr5zpoMLTUNgq9YKLciPaiYpvTtooqh7E3wa6pY=
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
12 changes: 6 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ require (
github.com/bluele/gcache v0.0.0-20190518031135-bc40bd653833
github.com/btcsuite/btcutil v1.0.3-0.20201208143702-a53e38424cce
github.com/cenkalti/backoff v2.2.1+incompatible
github.com/cenkalti/backoff/v4 v4.1.0
github.com/cenkalti/backoff/v4 v4.1.1
github.com/fxamacker/cbor/v2 v2.3.0
github.com/go-kivik/couchdb/v3 v3.2.8 // indirect
github.com/go-kivik/kivik/v3 v3.2.3
github.com/google/uuid v1.2.0
github.com/gorilla/mux v1.8.0
github.com/hyperledger/aries-framework-go v0.1.7-0.20210816113201-26c0665ef2b9
github.com/hyperledger/aries-framework-go v0.1.7
github.com/hyperledger/aries-framework-go-ext/component/storage/couchdb v0.0.0-20210909220549-ce3a2ee13e22
github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-20210910143505-343c246c837c
github.com/hyperledger/aries-framework-go/spi v0.0.0-20210910143505-343c246c837c
Expand All @@ -27,15 +27,15 @@ require (
github.com/mr-tron/base58 v1.2.0
github.com/multiformats/go-multibase v0.0.3
github.com/multiformats/go-multihash v0.0.14
github.com/ory/dockertest/v3 v3.6.3
github.com/ory/dockertest/v3 v3.7.0
github.com/piprate/json-gold v0.4.1-0.20210813112359-33b90c4ca86c
github.com/prometheus/client_golang v1.11.0
github.com/rs/cors v1.7.0
github.com/sirupsen/logrus v1.7.0
github.com/stretchr/testify v1.7.0
github.com/trustbloc/edge-core v0.1.7-0.20210819195944-a3500e365d5c
github.com/trustbloc/sidetree-core-go v0.6.1-0.20210910132742-a2e8795453c1
github.com/trustbloc/vct v0.1.3-0.20210812104204-d8ddd5781928
github.com/trustbloc/edge-core v0.1.7
github.com/trustbloc/sidetree-core-go v0.7.0
github.com/trustbloc/vct v0.1.3
golang.org/x/net v0.0.0-20210525063256-abc453219eb5 // indirect
)

Expand Down
Loading

0 comments on commit 0a6bd78

Please sign in to comment.