Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Commit

Permalink
chore: update to latest orb (#302)
Browse files Browse the repository at this point in the history
Signed-off-by: Firas Qutishat <firas.qutishat@securekey.com>

Signed-off-by: Firas Qutishat <firas.qutishat@securekey.com>
  • Loading branch information
fqutishat authored Nov 11, 2022
1 parent f28b04b commit 12fe918
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 22 deletions.
6 changes: 3 additions & 3 deletions component/vdr/orb/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ require (
github.com/opentracing/opentracing-go v1.1.0
github.com/piprate/json-gold v0.4.2
github.com/stretchr/testify v1.8.1
github.com/trustbloc/orb v1.0.0-rc3.0.20221101120557-1cf1ce21c938
github.com/trustbloc/sidetree-core-go v1.0.0-rc3.0.20221028171319-8d44bd1cace7
github.com/trustbloc/orb v1.0.0-rc3.0.20221110183921-dc5feded4796
github.com/trustbloc/sidetree-core-go v1.0.0-rc4
golang.org/x/net v0.1.0
)

Expand Down Expand Up @@ -64,7 +64,7 @@ require (
github.com/spaolacci/murmur3 v1.1.0 // 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-rc3.0.20221027094648-3aa7f00ce64a // indirect
github.com/trustbloc/vct v1.0.0-rc4 // 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
Expand Down
12 changes: 6 additions & 6 deletions component/vdr/orb/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -770,12 +770,12 @@ 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/orb v1.0.0-rc3.0.20221101120557-1cf1ce21c938 h1:OnmBVXEWFqPvedhCPWVwgFkWpMOgVGmW/DpTk34ihTQ=
github.com/trustbloc/orb v1.0.0-rc3.0.20221101120557-1cf1ce21c938/go.mod h1:mY4cO8jvJhD8gqXj3EMazbjF+uH4lsAPXKmiMuE82d8=
github.com/trustbloc/sidetree-core-go v1.0.0-rc3.0.20221028171319-8d44bd1cace7 h1:/7Ak2CW7iJEVF/uYhOu3KUAKTTlNII0DnJlAkw/hGoQ=
github.com/trustbloc/sidetree-core-go v1.0.0-rc3.0.20221028171319-8d44bd1cace7/go.mod h1:SOuPJu8u7DSs2c494HPFAkkZ3KlfR/4swQ+YWqxZ2C8=
github.com/trustbloc/vct v1.0.0-rc3.0.20221027094648-3aa7f00ce64a h1:z2IVgArThOzy3DOa9qPMVT9tnzZa9O3dntvpONVeM9I=
github.com/trustbloc/vct v1.0.0-rc3.0.20221027094648-3aa7f00ce64a/go.mod h1:0ZzWC2AR/8Z2lRs8WqqFMt2nlAgi/z8kv31ELEZ5/1s=
github.com/trustbloc/orb v1.0.0-rc3.0.20221110183921-dc5feded4796 h1:nV6oCXFspi8h4f8tSSjS+M1jiz/efuiPmZCz0yPKUbA=
github.com/trustbloc/orb v1.0.0-rc3.0.20221110183921-dc5feded4796/go.mod h1:pC74Ix6y2ivSUYOPRa3G6LNVJ67x3H4iLKYZVwy37JQ=
github.com/trustbloc/sidetree-core-go v1.0.0-rc4 h1:dkmNLKbHjr//JgJPLQgTNBgK40LAYXL9IV69gZCn2fo=
github.com/trustbloc/sidetree-core-go v1.0.0-rc4/go.mod h1:SOuPJu8u7DSs2c494HPFAkkZ3KlfR/4swQ+YWqxZ2C8=
github.com/trustbloc/vct v1.0.0-rc4 h1:XYvbsyy2mxdeILiT6lQH1EGXSSD6C2zHSr670Vppn+g=
github.com/trustbloc/vct v1.0.0-rc4/go.mod h1:2kzD3kdeD1LFVRpWo2/C8ktnsfJR3gtH3pf/AqfRqow=
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=
github.com/ulikunitz/xz v0.5.6/go.mod h1:2bypXElzHzzJZwzH67Y6wb67pO62Rzfn7BSiF4ABRW8=
Expand Down
2 changes: 1 addition & 1 deletion test/bdd/vdr/orb/fixtures/orb/.env
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#

ORB_IMAGE=ghcr.io/trustbloc-cicd/orb
ORB_IMAGE_TAG=v1.0.0-rc4-snapshot-1cf1ce2
ORB_IMAGE_TAG=v1.0.0-rc4-snapshot-dc5fede

# MongoDB settings
MONGODB_IMAGE=mongo
Expand Down
6 changes: 3 additions & 3 deletions test/bdd/vdr/orb/fixtures/orb/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,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-rc4
restart: always
command:
- --quota_system=noop
Expand All @@ -125,7 +125,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-rc4
restart: always
command:
- --quota_system=noop
Expand Down Expand Up @@ -161,7 +161,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-rc4
restart: always
environment:
- VCT_API_HOST=0.0.0.0:8077
Expand Down
6 changes: 3 additions & 3 deletions test/bdd/vdr/orb/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require (
github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-20220610133818-119077b0ec85
github.com/hyperledger/aries-framework-go/spi v0.0.0-20221025204933-b807371b6f1e
github.com/trustbloc/edge-core v0.1.8
github.com/trustbloc/sidetree-core-go v1.0.0-rc3.0.20221028171319-8d44bd1cace7
github.com/trustbloc/sidetree-core-go v1.0.0-rc4
)

require (
Expand Down Expand Up @@ -88,8 +88,8 @@ require (
github.com/square/go-jose/v3 v3.0.0-20200630053402-0a67ce9b0693 // indirect
github.com/stretchr/testify v1.8.1 // indirect
github.com/teserakt-io/golang-ed25519 v0.0.0-20210104091850-3888c087a4c8 // indirect
github.com/trustbloc/orb v1.0.0-rc3.0.20221101120557-1cf1ce21c938 // indirect
github.com/trustbloc/vct v1.0.0-rc3.0.20221027094648-3aa7f00ce64a // indirect
github.com/trustbloc/orb v1.0.0-rc3.0.20221110183921-dc5feded4796 // indirect
github.com/trustbloc/vct v1.0.0-rc4 // 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
Expand Down
12 changes: 6 additions & 6 deletions test/bdd/vdr/orb/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1094,12 +1094,12 @@ github.com/tmc/grpc-websocket-proxy v0.0.0-20200427203606-3cfed13b9966/go.mod h1
github.com/tomasen/realip v0.0.0-20180522021738-f0c99a92ddce/go.mod h1:o8v6yHRoik09Xen7gje4m9ERNah1d1PPsVq1VEx9vE4=
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/orb v1.0.0-rc3.0.20221101120557-1cf1ce21c938 h1:OnmBVXEWFqPvedhCPWVwgFkWpMOgVGmW/DpTk34ihTQ=
github.com/trustbloc/orb v1.0.0-rc3.0.20221101120557-1cf1ce21c938/go.mod h1:mY4cO8jvJhD8gqXj3EMazbjF+uH4lsAPXKmiMuE82d8=
github.com/trustbloc/sidetree-core-go v1.0.0-rc3.0.20221028171319-8d44bd1cace7 h1:/7Ak2CW7iJEVF/uYhOu3KUAKTTlNII0DnJlAkw/hGoQ=
github.com/trustbloc/sidetree-core-go v1.0.0-rc3.0.20221028171319-8d44bd1cace7/go.mod h1:SOuPJu8u7DSs2c494HPFAkkZ3KlfR/4swQ+YWqxZ2C8=
github.com/trustbloc/vct v1.0.0-rc3.0.20221027094648-3aa7f00ce64a h1:z2IVgArThOzy3DOa9qPMVT9tnzZa9O3dntvpONVeM9I=
github.com/trustbloc/vct v1.0.0-rc3.0.20221027094648-3aa7f00ce64a/go.mod h1:0ZzWC2AR/8Z2lRs8WqqFMt2nlAgi/z8kv31ELEZ5/1s=
github.com/trustbloc/orb v1.0.0-rc3.0.20221110183921-dc5feded4796 h1:nV6oCXFspi8h4f8tSSjS+M1jiz/efuiPmZCz0yPKUbA=
github.com/trustbloc/orb v1.0.0-rc3.0.20221110183921-dc5feded4796/go.mod h1:pC74Ix6y2ivSUYOPRa3G6LNVJ67x3H4iLKYZVwy37JQ=
github.com/trustbloc/sidetree-core-go v1.0.0-rc4 h1:dkmNLKbHjr//JgJPLQgTNBgK40LAYXL9IV69gZCn2fo=
github.com/trustbloc/sidetree-core-go v1.0.0-rc4/go.mod h1:SOuPJu8u7DSs2c494HPFAkkZ3KlfR/4swQ+YWqxZ2C8=
github.com/trustbloc/vct v1.0.0-rc4 h1:XYvbsyy2mxdeILiT6lQH1EGXSSD6C2zHSr670Vppn+g=
github.com/trustbloc/vct v1.0.0-rc4/go.mod h1:2kzD3kdeD1LFVRpWo2/C8ktnsfJR3gtH3pf/AqfRqow=
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=
github.com/ulikunitz/xz v0.5.6/go.mod h1:2bypXElzHzzJZwzH67Y6wb67pO62Rzfn7BSiF4ABRW8=
Expand Down

0 comments on commit 12fe918

Please sign in to comment.