Skip to content
This repository has been archived by the owner on Aug 25, 2023. It is now read-only.

Commit

Permalink
Merge pull request #201 from fqutishat/update
Browse files Browse the repository at this point in the history
chore: release 0.1.7
  • Loading branch information
fqutishat authored Sep 15, 2021
2 parents 1221880 + 080ae58 commit 7bd2301
Show file tree
Hide file tree
Showing 9 changed files with 53 additions and 65 deletions.
2 changes: 1 addition & 1 deletion ci/version_var.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# Release Parameters
BASE_VERSION=0.1.7
IS_RELEASE=false
IS_RELEASE=true

# Project Parameters
SOURCE_REPO=kms
Expand Down
10 changes: 5 additions & 5 deletions cmd/kms-rest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ go 1.16

require (
github.com/gorilla/mux v1.8.0
github.com/hyperledger/aries-framework-go v0.1.7-0.20210907141159-23c785674547
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-ext/component/vdr/orb v0.0.0-20210816155124-45ab1ecd4762
github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-20210907141159-23c785674547
github.com/hyperledger/aries-framework-go/spi v0.0.0-20210909135806-a1c268dfb633
github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v0.0.0-20210915134807-3e19121646a4
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/ory/dockertest/v3 v3.7.0
github.com/piprate/json-gold v0.4.1-0.20210813112359-33b90c4ca86c
github.com/rs/cors v1.7.0
github.com/spf13/cobra v1.1.3
github.com/stretchr/testify v1.7.0
github.com/trustbloc/edge-core v0.1.7-0.20210907153728-2447efe4140a
github.com/trustbloc/edge-core v0.1.7
github.com/trustbloc/kms v0.0.0-00010101000000-000000000000
go.opentelemetry.io/otel v0.16.0
go.opentelemetry.io/otel/exporters/trace/jaeger v0.16.0
Expand Down
35 changes: 19 additions & 16 deletions cmd/kms-rest/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -744,20 +744,20 @@ github.com/hudl/fargo v1.3.0/go.mod h1:y3CKSmjA+wD2gak7sUSXTAoopbhU08POFhmITJgmK
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.20210813122903-2b268f3c37dd/go.mod h1:VmoqKNXXyYN3R0ObcGA8ZBdbcmKZJFCakuZGDezi+GQ=
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-0.20210907141159-23c785674547 h1:rh2l/GoV0Aas5rYLmAu4r07lcNEhfcbNt31wfco16xU=
github.com/hyperledger/aries-framework-go v0.1.7-0.20210907141159-23c785674547/go.mod h1:uve8/q23AUnq4EM0vBkEr1lKZRC67q5RcaHXh0ZOt0Y=
github.com/hyperledger/aries-framework-go v0.1.7-0.20210913152107-80cff90741e9/go.mod h1:uve8/q23AUnq4EM0vBkEr1lKZRC67q5RcaHXh0ZOt0Y=
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-20210714131038-41b5bccef1f9/go.mod h1:We+7ZhPTzGrWLmaELzo8tvUT/ZqCa4v9SV961gH8b60=
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/vdr/orb v0.0.0-20210816155124-45ab1ecd4762 h1:llQ8r1FFZB/cgPPv4l97tL1asG77J7WwQHDvOiFsAaA=
github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v0.0.0-20210816155124-45ab1ecd4762/go.mod h1:RG7gU8c+Ej2G28Bg+OE9VT9nuL48hu9NNh+bULV+fv0=
github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v0.0.0-20210816132213-a0d886dde049 h1:XUU/iN8aqfxHzBWdIDLdEXugvgPzejVLLbr7sp0gQGc=
github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v0.0.0-20210816132213-a0d886dde049/go.mod h1:TPm8PQQ7wcHbWA7oY1ymOJjLsbWVKfWCwxyUlgqG+/E=
github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v0.0.0-20210915134807-3e19121646a4 h1:YSj2e2/2ckFPKB6kxwBNRZCVS1xlDWQj/kW8WD+5eSI=
github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v0.0.0-20210915134807-3e19121646a4/go.mod h1:KGQrAfEy/oFbFn2En7FKHO4zx0SUsR9C8oRGwg6HsG8=
github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v0.0.0-20210817192417-e46e251f4caf h1:2krgskEjvu22dtSem82Gd4HHmXSRj1ZSZu1/m/UnQn4=
github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v0.0.0-20210817192417-e46e251f4caf/go.mod h1:RWOg+7MzAEtY0KHYesBUdBNr59cOqcx7jUg9RzIuop4=
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=
Expand All @@ -769,8 +769,9 @@ github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-202105200
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-20210907141159-23c785674547 h1:vOHupeP+11btrV6+FcwCpJ/cAPynhya33GTqnhOKJ0U=
github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-20210907141159-23c785674547/go.mod h1:bFeSTLeQktv7TrPVaxeKE7H6E3dVBAG29ezdDS1Eyu0=
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=
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 @@ -789,8 +790,9 @@ github.com/hyperledger/aries-framework-go/spi v0.0.0-20210820153043-8b6f36d10ab9
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-20210907141159-23c785674547/go.mod h1:dBYKKD8U8U9o0g5BdNFFaRtjt9KTkiAYfQt+TTp+w1o=
github.com/hyperledger/aries-framework-go/spi v0.0.0-20210909135806-a1c268dfb633 h1:MADf+mpDk0Fo7loUG11vqq0tOB9kuyZH1FoHdNfFei0=
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=
github.com/hyperledger/aries-framework-go/spi v0.0.0-20210910143505-343c246c837c/go.mod h1:dBYKKD8U8U9o0g5BdNFFaRtjt9KTkiAYfQt+TTp+w1o=
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 Down Expand Up @@ -1301,13 +1303,14 @@ 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.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.20210907153728-2447efe4140a h1:T20hxfsEE5i/u1PAOQdMGeAwl0WHlTHIxC4Sjbl5l48=
github.com/trustbloc/edge-core v0.1.7-0.20210907153728-2447efe4140a/go.mod h1:ljHOBNCcsIJ0HTKeiWq7IQ9ymeZSGPZf6VnBbG4Hi3U=
github.com/trustbloc/orb v0.1.3-0.20210813151342-cd05bd36321d h1:gYXaLqecIAra+zzAIDrpM3guWbuRQnKhPZavvRFF5uM=
github.com/trustbloc/orb v0.1.3-0.20210813151342-cd05bd36321d/go.mod h1:VhcT+dVg1bXUZMe85J9fTP/hxk35stPcjKZ3/mMjhFo=
github.com/trustbloc/sidetree-core-go v0.6.1-0.20210813104923-05c0f29c66ae/go.mod h1:Dx7gFQJ9SmFm9g6+jCCaGbdYUmYKI9QZVnaYbHbL0Ls=
github.com/trustbloc/sidetree-core-go v0.6.1-0.20210816121828-682fcf6e8012 h1:dNMGmmqCxepk4AnVLxIYnW7bHFU0tLrl4obRFDiWR3U=
github.com/trustbloc/sidetree-core-go v0.6.1-0.20210816121828-682fcf6e8012/go.mod h1:uv89fJcqz21OrBqZUyXTPp0BBmyi2xh+Eigy5T/dIsc=
github.com/trustbloc/edge-core v0.1.7-0.20210819195944-a3500e365d5c/go.mod h1:7jjHQo2gMGNPIRfhvn4aXQ0FYMrG9lRgQcvZKTviCGc=
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/orb v0.1.3-0.20210914173654-dab098ce4e32 h1:Q7lJwTa1utHIoZS8muZfR3ib4uGtEXbASsZUNbI6Ifc=
github.com/trustbloc/orb v0.1.3-0.20210914173654-dab098ce4e32/go.mod h1:qQVyp7LbMNvPo91xalpq5rrkSScJIKodeAFRmV3zJzc=
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.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/tv42/httpunix v0.0.0-20150427012821-b75d8614f926/go.mod h1:9ESjWnEqriFuLhtthL60Sar/7RFoluCcXsuvEwTV5KM=
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ require (
github.com/google/tink/go v1.6.1-0.20210519071714-58be99b3c4d0
github.com/google/uuid v1.2.0
github.com/gorilla/mux v1.8.0
github.com/hyperledger/aries-framework-go v0.1.7-0.20210907141159-23c785674547
github.com/hyperledger/aries-framework-go v0.1.7
github.com/hyperledger/aries-framework-go/component/storage/edv v0.0.0-20210907141159-23c785674547
github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-20210907141159-23c785674547
github.com/hyperledger/aries-framework-go/spi v0.0.0-20210907141159-23c785674547
github.com/igor-pavlenko/httpsignatures-go v0.0.23
github.com/piprate/json-gold v0.4.1-0.20210813112359-33b90c4ca86c
github.com/rs/xid v1.2.1
github.com/stretchr/testify v1.7.0
github.com/trustbloc/edge-core v0.1.7-0.20210907153728-2447efe4140a
github.com/trustbloc/edge-core v0.1.7
go.opentelemetry.io/otel v0.16.0
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110
)
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -489,8 +489,8 @@ github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpO
github.com/huaweicloud/golangsdk v0.0.0-20200304081349-45ec0797f2a4/go.mod h1:WQBcHRNX9shz3928lWEvstQJtAtYI7ks6XlgtRT9Tcw=
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.20210907141159-23c785674547 h1:rh2l/GoV0Aas5rYLmAu4r07lcNEhfcbNt31wfco16xU=
github.com/hyperledger/aries-framework-go v0.1.7-0.20210907141159-23c785674547/go.mod h1:uve8/q23AUnq4EM0vBkEr1lKZRC67q5RcaHXh0ZOt0Y=
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/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-20210907141159-23c785674547 h1:1ysxQniRoYEwpZ54mgd51VYpcjlC6wf2Y0xnAHANIgE=
Expand Down Expand Up @@ -823,8 +823,8 @@ github.com/tidwall/sjson v1.1.4 h1:bTSsPLdAYF5QNLSwYsKfBKKTnlGbIuhqL3CpRsjzGhg=
github.com/tidwall/sjson v1.1.4/go.mod h1:wXpKXu8CtDjKAZ+3DrKY5ROCorDFahq8l0tey/Lx1fg=
github.com/tmc/grpc-websocket-proxy v0.0.0-20170815181823-89b8d40f7ca8/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U=
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U=
github.com/trustbloc/edge-core v0.1.7-0.20210907153728-2447efe4140a h1:T20hxfsEE5i/u1PAOQdMGeAwl0WHlTHIxC4Sjbl5l48=
github.com/trustbloc/edge-core v0.1.7-0.20210907153728-2447efe4140a/go.mod h1:ljHOBNCcsIJ0HTKeiWq7IQ9ymeZSGPZf6VnBbG4Hi3U=
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/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
4 changes: 2 additions & 2 deletions test/bdd/fixtures/auth/.env
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
# SPDX-License-Identifier: Apache-2.0
#

AUTH_REST_IMAGE=ghcr.io/trustbloc-cicd/hub-auth
AUTH_REST_IMAGE_TAG=0.1.7-snapshot-9c0f0cd
AUTH_REST_IMAGE=ghcr.io/trustbloc/hub-auth
AUTH_REST_IMAGE_TAG=0.1.7

HYDRA_IMAGE_TAG=v1.3.2-alpine
MYSQL_IMAGE_TAG=8.0.20
Expand Down
4 changes: 2 additions & 2 deletions test/bdd/fixtures/edv/.env
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
# SPDX-License-Identifier: Apache-2.0
#

EDV_REST_IMAGE=ghcr.io/trustbloc-cicd/edv
EDV_REST_IMAGE_TAG=0.1.7-snapshot-4828ac8
EDV_REST_IMAGE=ghcr.io/trustbloc/edv
EDV_REST_IMAGE_TAG=0.1.7
11 changes: 6 additions & 5 deletions test/bdd/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,20 @@ go 1.16
require (
github.com/cucumber/godog v0.10.0
github.com/fsouza/go-dockerclient v1.6.6
github.com/hyperledger/aries-framework-go v0.1.7-0.20210907141159-23c785674547
github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-20210907141159-23c785674547
github.com/hyperledger/aries-framework-go/spi v0.0.0-20210907141159-23c785674547
github.com/hyperledger/aries-framework-go v0.1.7
github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-20210913152107-80cff90741e9
github.com/hyperledger/aries-framework-go/spi v0.0.0-20210913152107-80cff90741e9
github.com/igor-pavlenko/httpsignatures-go v0.0.23
github.com/rs/xid v1.2.1
github.com/teserakt-io/golang-ed25519 v0.0.0-20210104091850-3888c087a4c8
github.com/trustbloc/edge-core v0.1.7-0.20210907153728-2447efe4140a
github.com/trustbloc/edge-core v0.1.7
github.com/trustbloc/edv v0.1.7-0.20210907184357-1b74dc1fcea6
github.com/trustbloc/hub-auth/test/bdd v0.0.0-20210430144505-5dd263e274da
github.com/trustbloc/hub-auth/test/bdd v0.0.0-20210915103052-783e28d5632c
github.com/trustbloc/kms v0.0.0-00010101000000-000000000000
)

replace (
github.com/trustbloc/hub-auth => github.com/trustbloc/hub-auth v0.1.7
github.com/trustbloc/kms => ../..
// https://github.com/ory/dockertest/issues/208#issuecomment-686820414
golang.org/x/sys => golang.org/x/sys v0.0.0-20200826173525-f9321e4c35a6
Expand Down
Loading

0 comments on commit 7bd2301

Please sign in to comment.