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

Commit 55b4fab

Browse files
authored
chore: update to latest aries (#258)
Signed-off-by: Firas Qutishat <firas.qutishat@securekey.com>
1 parent 2ac5246 commit 55b4fab

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

component/vdr/orb/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ go 1.17
77

88
require (
99
github.com/btcsuite/btcutil v1.0.3-0.20201208143702-a53e38424cce
10-
github.com/hyperledger/aries-framework-go v0.1.9-0.20220526205258-18d510d84955
10+
github.com/hyperledger/aries-framework-go v0.1.9-0.20220602200413-1135b419c644
1111
github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v1.0.0-rc.1.0.20220530114906-35b469518049
1212
github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-20220428211718-66cc046674a1
1313
github.com/opentracing/opentracing-go v1.1.0

component/vdr/orb/go.sum

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -779,8 +779,9 @@ github.com/hyperledger/aries-framework-go v0.1.7/go.mod h1:uve8/q23AUnq4EM0vBkEr
779779
github.com/hyperledger/aries-framework-go v0.1.8-0.20220217153004-1622c70e5767/go.mod h1:rBMOJVwyHyYbOqbb3IB/ExBkHyvFLht/W81s24GmjcE=
780780
github.com/hyperledger/aries-framework-go v0.1.8-0.20220322085443-50e8f9bd208b/go.mod h1:bqeLa1s8fQ7YueGOOk0Q+r48FGF7sd8GEaS/CyEo/iY=
781781
github.com/hyperledger/aries-framework-go v0.1.8/go.mod h1:7ilurt17sjWruVIBxZSrwn8qUbROq8LXYYY+O7dNxIM=
782-
github.com/hyperledger/aries-framework-go v0.1.9-0.20220526205258-18d510d84955 h1:3toAA+X3IkbtRUwHG/JmduVneNG1/UcP7byG4BMhRWw=
783782
github.com/hyperledger/aries-framework-go v0.1.9-0.20220526205258-18d510d84955/go.mod h1:7ilurt17sjWruVIBxZSrwn8qUbROq8LXYYY+O7dNxIM=
783+
github.com/hyperledger/aries-framework-go v0.1.9-0.20220602200413-1135b419c644 h1:GsRAT2MWy+2bPptGQlcl8JaDBu3nDR/2r1YynPTyvOo=
784+
github.com/hyperledger/aries-framework-go v0.1.9-0.20220602200413-1135b419c644/go.mod h1:7ilurt17sjWruVIBxZSrwn8qUbROq8LXYYY+O7dNxIM=
784785
github.com/hyperledger/aries-framework-go-ext/component/storage/couchdb v0.0.0-20220428163625-96d8261511e1/go.mod h1:q8qjsQpYo7AYG0pqQg1zgEoIVc+Hrpf5S0WciiwPDQA=
785786
github.com/hyperledger/aries-framework-go-ext/component/storage/mongodb v0.0.0-20220428163625-96d8261511e1 h1:HmbKgN4fadAx6mDE0qHPeg/SY+Oypfuyx1LqC9J26J0=
786787
github.com/hyperledger/aries-framework-go-ext/component/storage/mongodb v0.0.0-20220428163625-96d8261511e1/go.mod h1:rO6A/9mCSo2pPQqMVmhgGvOkFX/7FVLgoanqazkiKSc=

test/bdd/vdr/orb/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ go 1.17
99
require (
1010
github.com/cucumber/godog v0.9.0
1111
github.com/fsouza/go-dockerclient v1.7.4
12-
github.com/hyperledger/aries-framework-go v0.1.9-0.20220526205258-18d510d84955
12+
github.com/hyperledger/aries-framework-go v0.1.9-0.20220602200413-1135b419c644
1313
github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v0.0.0
1414
github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v1.0.0-rc.1.0.20220530114906-35b469518049
1515
github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-20220428211718-66cc046674a1

test/bdd/vdr/orb/go.sum

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -957,8 +957,9 @@ github.com/hyperledger/aries-framework-go v0.1.7/go.mod h1:uve8/q23AUnq4EM0vBkEr
957957
github.com/hyperledger/aries-framework-go v0.1.8-0.20220217153004-1622c70e5767/go.mod h1:rBMOJVwyHyYbOqbb3IB/ExBkHyvFLht/W81s24GmjcE=
958958
github.com/hyperledger/aries-framework-go v0.1.8-0.20220322085443-50e8f9bd208b/go.mod h1:bqeLa1s8fQ7YueGOOk0Q+r48FGF7sd8GEaS/CyEo/iY=
959959
github.com/hyperledger/aries-framework-go v0.1.8/go.mod h1:7ilurt17sjWruVIBxZSrwn8qUbROq8LXYYY+O7dNxIM=
960-
github.com/hyperledger/aries-framework-go v0.1.9-0.20220526205258-18d510d84955 h1:3toAA+X3IkbtRUwHG/JmduVneNG1/UcP7byG4BMhRWw=
961960
github.com/hyperledger/aries-framework-go v0.1.9-0.20220526205258-18d510d84955/go.mod h1:7ilurt17sjWruVIBxZSrwn8qUbROq8LXYYY+O7dNxIM=
961+
github.com/hyperledger/aries-framework-go v0.1.9-0.20220602200413-1135b419c644 h1:GsRAT2MWy+2bPptGQlcl8JaDBu3nDR/2r1YynPTyvOo=
962+
github.com/hyperledger/aries-framework-go v0.1.9-0.20220602200413-1135b419c644/go.mod h1:7ilurt17sjWruVIBxZSrwn8qUbROq8LXYYY+O7dNxIM=
962963
github.com/hyperledger/aries-framework-go-ext/component/storage/couchdb v0.0.0-20220428163625-96d8261511e1/go.mod h1:q8qjsQpYo7AYG0pqQg1zgEoIVc+Hrpf5S0WciiwPDQA=
963964
github.com/hyperledger/aries-framework-go-ext/component/storage/mongodb v0.0.0-20220428163625-96d8261511e1 h1:HmbKgN4fadAx6mDE0qHPeg/SY+Oypfuyx1LqC9J26J0=
964965
github.com/hyperledger/aries-framework-go-ext/component/storage/mongodb v0.0.0-20220428163625-96d8261511e1/go.mod h1:rO6A/9mCSo2pPQqMVmhgGvOkFX/7FVLgoanqazkiKSc=

test/bdd/vdr/orb/pkg/vdr/vdr_steps.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ func (e *Steps) createDID(keyType, signatureSuite, origin string, retry *orb.Res
304304
didDoc.Service = []ariesdid.Service{{
305305
ID: serviceID,
306306
Type: "type",
307-
ServiceEndpoint: model.NewDIDCommV1Endpoint("http://example.com"),
307+
ServiceEndpoint: model.NewDIDCommV2Endpoint([]model.DIDCommV2Endpoint{{URI: "http://example.com"}}),
308308
}}
309309

310310
var opts []vdrapi.DIDMethodOption

0 commit comments

Comments
 (0)