From 4a5bb7817825488eada9fc8144cb931ac735f942 Mon Sep 17 00:00:00 2001 From: "sudesh.shetty" Date: Wed, 30 Mar 2022 12:19:20 -0400 Subject: [PATCH] chore: release v0.1.8 Signed-off-by: sudesh.shetty --- Makefile | 2 +- ci/version_var.sh | 2 +- cmd/agent-js-worker/go.mod | 10 +++---- cmd/agent-js-worker/go.sum | 20 +++++++------- cmd/agent-mobile/go.mod | 10 +++---- cmd/agent-mobile/go.sum | 20 +++++++------- cmd/agent-rest/go.mod | 18 ++++++------- cmd/agent-rest/go.sum | 39 ++++++++++++++-------------- cmd/wallet-js-sdk/test/fixtures/.env | 4 +-- go.mod | 10 +++---- go.sum | 20 +++++++------- 11 files changed, 78 insertions(+), 77 deletions(-) diff --git a/Makefile b/Makefile index 9f649a36..29002cee 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ GOBIN_PATH = $(abspath .)/build/bin ARIES_AGENT_REST_PATH=cmd/agent-rest ARIES_AGENT_MOBILE_PATH=cmd/agent-mobile -ARIES_FRAMEWORK_COMMIT=18c87667df1977606c8b6d708e9f7e55ed9f2d70 +ARIES_FRAMEWORK_COMMIT=v0.1.8 PROJECT_ROOT = github.com/trustbloc/agent-sdk OPENAPI_SPEC_PATH=build/rest/openapi/spec OPENAPI_DOCKER_IMG=quay.io/goswagger/swagger diff --git a/ci/version_var.sh b/ci/version_var.sh index 604dc218..5756f9ca 100644 --- a/ci/version_var.sh +++ b/ci/version_var.sh @@ -6,7 +6,7 @@ # Release Parameters BASE_VERSION=0.1.8 -IS_RELEASE=false +IS_RELEASE=true SOURCE_REPO=agent-sdk RELEASE_REPO=trustbloc/${SOURCE_REPO} diff --git a/cmd/agent-js-worker/go.mod b/cmd/agent-js-worker/go.mod index fb06fdde..4e3dad92 100644 --- a/cmd/agent-js-worker/go.mod +++ b/cmd/agent-js-worker/go.mod @@ -10,17 +10,17 @@ require ( github.com/btcsuite/btcd v0.22.0-beta github.com/google/tink/go v1.6.1-0.20210519071714-58be99b3c4d0 github.com/google/uuid v1.3.0 - github.com/hyperledger/aries-framework-go v0.1.8-0.20220326012408-071ce8fc905c - github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v0.1.4-0.20220325184342-8ccd5c996898 + github.com/hyperledger/aries-framework-go v0.1.8 + github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v0.1.4-0.20220330145438-233eb7999876 github.com/hyperledger/aries-framework-go/component/storage/edv v0.0.0-20220326012408-071ce8fc905c github.com/hyperledger/aries-framework-go/component/storage/indexeddb v0.0.0-20220326012408-071ce8fc905c - github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-20220326012408-071ce8fc905c + github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-20220330140627-07042d78580c github.com/hyperledger/aries-framework-go/spi v0.0.0-20220326012408-071ce8fc905c github.com/mitchellh/mapstructure v1.4.3 github.com/piprate/json-gold v0.4.1-0.20210813112359-33b90c4ca86c github.com/stretchr/testify v1.7.0 github.com/trustbloc/agent-sdk v0.0.0-00010101000000-000000000000 - github.com/trustbloc/edge-core v0.1.8-0.20220324215259-0ab3fd8db3f3 + github.com/trustbloc/edge-core v0.1.8 ) require ( @@ -40,7 +40,7 @@ require ( github.com/google/certificate-transparency-go v1.1.2-0.20210512142713-bed466244fa6 // indirect github.com/google/trillian v1.3.14-0.20210520152752-ceda464a95a3 // indirect github.com/gorilla/mux v1.8.0 // indirect - github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v0.0.0-20220325184342-8ccd5c996898 // indirect + github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v0.0.0-20220330145438-233eb7999876 // indirect github.com/igor-pavlenko/httpsignatures-go v0.0.23 // indirect github.com/ipfs/go-cid v0.0.7 // indirect github.com/jinzhu/copier v0.0.0-20190924061706-b57f9002281a // indirect diff --git a/cmd/agent-js-worker/go.sum b/cmd/agent-js-worker/go.sum index c4a56a92..c884d1ec 100644 --- a/cmd/agent-js-worker/go.sum +++ b/cmd/agent-js-worker/go.sum @@ -767,17 +767,17 @@ github.com/hyperledger/aries-framework-go v0.1.8-0.20220310162624-ca0bc656ea74/g 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/go.mod h1:bqeLa1s8fQ7YueGOOk0Q+r48FGF7sd8GEaS/CyEo/iY= github.com/hyperledger/aries-framework-go v0.1.8-0.20220324201531-18c87667df19/go.mod h1:7ilurt17sjWruVIBxZSrwn8qUbROq8LXYYY+O7dNxIM= -github.com/hyperledger/aries-framework-go v0.1.8-0.20220326012408-071ce8fc905c h1:WITdSBlcYbEAggcNN4fcRwEbfcs79Dv1nsQVIB2s60M= -github.com/hyperledger/aries-framework-go v0.1.8-0.20220326012408-071ce8fc905c/go.mod h1:7ilurt17sjWruVIBxZSrwn8qUbROq8LXYYY+O7dNxIM= +github.com/hyperledger/aries-framework-go v0.1.8 h1:nKPGTqh+gYWrczJ7mf6clbnDegKPJg7TDis8SYNxcGo= +github.com/hyperledger/aries-framework-go v0.1.8/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/mysql v0.0.0-20220310013829-55b4443130f8/go.mod h1:bShq2cEzJcCEFkYIlQATTVldlOfyYvmnVPAdUSfCDm4= -github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v0.1.4-0.20220325184342-8ccd5c996898 h1:FhQrvOEq7LKpAE/PSFQT6MiggnmYIrGqRxc3iVF1JIg= -github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v0.1.4-0.20220325184342-8ccd5c996898/go.mod h1:WtuKbiRdD+mbrHov73fiijM2nY0NJQ8BqTSDb2o1c8Y= +github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v0.1.4-0.20220330145438-233eb7999876 h1:xBoOYFrzIp79Hy5FERHOGEC4gIfcThCGLlM0LumlPi4= +github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v0.1.4-0.20220330145438-233eb7999876/go.mod h1:euvk5PcLAeYzGz8iU4NCWwkNqP9+PjaMBOmJBVam8ok= github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v0.0.0-20220325181924-aed46b24a321/go.mod h1:qSYBot82/GxtmsHTyj59QP81aAMGQ2kQr+uZXC7iNvQ= -github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v0.0.0-20220325184342-8ccd5c996898 h1:0C4HThKLGNyKM/NvZcTuikVDCqvahfihHR9XIBsDDMI= -github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v0.0.0-20220325184342-8ccd5c996898/go.mod h1:qSYBot82/GxtmsHTyj59QP81aAMGQ2kQr+uZXC7iNvQ= +github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v0.0.0-20220330145438-233eb7999876 h1:NiplvhIMVl3214D4jP5yqzSmcU07doubQRpkTHnQFF4= +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/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= @@ -798,8 +798,8 @@ github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-202203080 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-20220326012408-071ce8fc905c h1:jaUktAGR/AamGkFbH/Pw+TOi0mQHgNW8yG9QLFLckik= -github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-20220326012408-071ce8fc905c/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= @@ -1344,8 +1344,8 @@ 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.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.20220324215259-0ab3fd8db3f3 h1:Z6GYHyZDFWjWsbpOTUnhB6j8pDs4qox9bqKW5V/odAY= -github.com/trustbloc/edge-core v0.1.8-0.20220324215259-0ab3fd8db3f3/go.mod h1:9Rps/1Ba3B7OA1VT8LAq08HILEAg1QTR0xuZdk9QSss= +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 v0.1.4-0.20220314105645-15799999dd8b h1:dcjyYOqT/eNUbq6NcT0AUYnqHXUCdfKQZhUS8ykTrdo= github.com/trustbloc/orb v0.1.4-0.20220314105645-15799999dd8b/go.mod h1:L03S2sOU224nNWR4BtTOMm2Pbog3In91qWg2KLxBCYI= github.com/trustbloc/sidetree-core-go v0.6.1-0.20210817155948-c3cb7a03f63b/go.mod h1:uv89fJcqz21OrBqZUyXTPp0BBmyi2xh+Eigy5T/dIsc= diff --git a/cmd/agent-mobile/go.mod b/cmd/agent-mobile/go.mod index 6ff6981c..7585bff1 100644 --- a/cmd/agent-mobile/go.mod +++ b/cmd/agent-mobile/go.mod @@ -8,9 +8,9 @@ go 1.17 require ( github.com/google/uuid v1.3.0 - github.com/hyperledger/aries-framework-go v0.1.8-0.20220326012408-071ce8fc905c - github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v0.1.4-0.20220325184342-8ccd5c996898 - github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-20220326012408-071ce8fc905c + github.com/hyperledger/aries-framework-go v0.1.8 + github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v0.1.4-0.20220330145438-233eb7999876 + github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-20220330140627-07042d78580c github.com/hyperledger/aries-framework-go/spi v0.0.0-20220326012408-071ce8fc905c github.com/hyperledger/aries-framework-go/test/component v0.0.0-20220326012408-071ce8fc905c github.com/piprate/json-gold v0.4.1-0.20210813112359-33b90c4ca86c @@ -38,7 +38,7 @@ require ( github.com/google/tink/go v1.6.1-0.20210519071714-58be99b3c4d0 // indirect github.com/google/trillian v1.3.14-0.20210520152752-ceda464a95a3 // indirect github.com/gorilla/mux v1.8.0 // indirect - github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v0.0.0-20220325184342-8ccd5c996898 // indirect + github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v0.0.0-20220330145438-233eb7999876 // indirect github.com/hyperledger/aries-framework-go/component/storage/edv v0.0.0-20220322085443-50e8f9bd208b // indirect github.com/ipfs/go-cid v0.0.7 // indirect github.com/jinzhu/copier v0.0.0-20190924061706-b57f9002281a // indirect @@ -66,7 +66,7 @@ require ( github.com/tidwall/match v1.0.3 // indirect github.com/tidwall/pretty v1.0.2 // indirect github.com/tidwall/sjson v1.1.4 // indirect - github.com/trustbloc/edge-core v0.1.8-0.20220324215259-0ab3fd8db3f3 // indirect + github.com/trustbloc/edge-core v0.1.8 // indirect github.com/trustbloc/orb v0.1.4-0.20220314105645-15799999dd8b // indirect github.com/trustbloc/sidetree-core-go v0.7.1-0.20220314104818-0ae9fc89df5b // indirect github.com/trustbloc/vct v0.1.4-0.20220311095043-9804a0520090 // indirect diff --git a/cmd/agent-mobile/go.sum b/cmd/agent-mobile/go.sum index d36444b5..a40bc73c 100644 --- a/cmd/agent-mobile/go.sum +++ b/cmd/agent-mobile/go.sum @@ -766,17 +766,17 @@ github.com/hyperledger/aries-framework-go v0.1.8-0.20220310162624-ca0bc656ea74/g 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/go.mod h1:bqeLa1s8fQ7YueGOOk0Q+r48FGF7sd8GEaS/CyEo/iY= github.com/hyperledger/aries-framework-go v0.1.8-0.20220324201531-18c87667df19/go.mod h1:7ilurt17sjWruVIBxZSrwn8qUbROq8LXYYY+O7dNxIM= -github.com/hyperledger/aries-framework-go v0.1.8-0.20220326012408-071ce8fc905c h1:WITdSBlcYbEAggcNN4fcRwEbfcs79Dv1nsQVIB2s60M= -github.com/hyperledger/aries-framework-go v0.1.8-0.20220326012408-071ce8fc905c/go.mod h1:7ilurt17sjWruVIBxZSrwn8qUbROq8LXYYY+O7dNxIM= +github.com/hyperledger/aries-framework-go v0.1.8 h1:nKPGTqh+gYWrczJ7mf6clbnDegKPJg7TDis8SYNxcGo= +github.com/hyperledger/aries-framework-go v0.1.8/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/mysql v0.0.0-20220310013829-55b4443130f8/go.mod h1:bShq2cEzJcCEFkYIlQATTVldlOfyYvmnVPAdUSfCDm4= -github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v0.1.4-0.20220325184342-8ccd5c996898 h1:FhQrvOEq7LKpAE/PSFQT6MiggnmYIrGqRxc3iVF1JIg= -github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v0.1.4-0.20220325184342-8ccd5c996898/go.mod h1:WtuKbiRdD+mbrHov73fiijM2nY0NJQ8BqTSDb2o1c8Y= +github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v0.1.4-0.20220330145438-233eb7999876 h1:xBoOYFrzIp79Hy5FERHOGEC4gIfcThCGLlM0LumlPi4= +github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v0.1.4-0.20220330145438-233eb7999876/go.mod h1:euvk5PcLAeYzGz8iU4NCWwkNqP9+PjaMBOmJBVam8ok= github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v0.0.0-20220325181924-aed46b24a321/go.mod h1:qSYBot82/GxtmsHTyj59QP81aAMGQ2kQr+uZXC7iNvQ= -github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v0.0.0-20220325184342-8ccd5c996898 h1:0C4HThKLGNyKM/NvZcTuikVDCqvahfihHR9XIBsDDMI= -github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v0.0.0-20220325184342-8ccd5c996898/go.mod h1:qSYBot82/GxtmsHTyj59QP81aAMGQ2kQr+uZXC7iNvQ= +github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v0.0.0-20220330145438-233eb7999876 h1:NiplvhIMVl3214D4jP5yqzSmcU07doubQRpkTHnQFF4= +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/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= @@ -795,8 +795,8 @@ github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-202203080 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-20220326012408-071ce8fc905c h1:jaUktAGR/AamGkFbH/Pw+TOi0mQHgNW8yG9QLFLckik= -github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-20220326012408-071ce8fc905c/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= @@ -1341,8 +1341,8 @@ 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.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.20220324215259-0ab3fd8db3f3 h1:Z6GYHyZDFWjWsbpOTUnhB6j8pDs4qox9bqKW5V/odAY= -github.com/trustbloc/edge-core v0.1.8-0.20220324215259-0ab3fd8db3f3/go.mod h1:9Rps/1Ba3B7OA1VT8LAq08HILEAg1QTR0xuZdk9QSss= +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 v0.1.4-0.20220314105645-15799999dd8b h1:dcjyYOqT/eNUbq6NcT0AUYnqHXUCdfKQZhUS8ykTrdo= github.com/trustbloc/orb v0.1.4-0.20220314105645-15799999dd8b/go.mod h1:L03S2sOU224nNWR4BtTOMm2Pbog3In91qWg2KLxBCYI= github.com/trustbloc/sidetree-core-go v0.6.1-0.20210817155948-c3cb7a03f63b/go.mod h1:uv89fJcqz21OrBqZUyXTPp0BBmyi2xh+Eigy5T/dIsc= diff --git a/cmd/agent-rest/go.mod b/cmd/agent-rest/go.mod index 89dc3eb1..fc3b1647 100644 --- a/cmd/agent-rest/go.mod +++ b/cmd/agent-rest/go.mod @@ -9,14 +9,14 @@ go 1.17 require ( github.com/cenkalti/backoff/v4 v4.1.2 github.com/gorilla/mux v1.8.0 - github.com/hyperledger/aries-framework-go v0.1.8-0.20220326012408-071ce8fc905c - github.com/hyperledger/aries-framework-go-ext/component/storage/couchdb v0.0.0-20220325184342-8ccd5c996898 - github.com/hyperledger/aries-framework-go-ext/component/storage/mongodb v0.0.0-20220325184342-8ccd5c996898 - github.com/hyperledger/aries-framework-go-ext/component/storage/mysql v0.0.0-20220325184342-8ccd5c996898 - github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v0.1.4-0.20220325184342-8ccd5c996898 + github.com/hyperledger/aries-framework-go v0.1.8 + github.com/hyperledger/aries-framework-go-ext/component/storage/couchdb v0.0.0-20220330145438-233eb7999876 + github.com/hyperledger/aries-framework-go-ext/component/storage/mongodb v0.0.0-20220330145438-233eb7999876 + github.com/hyperledger/aries-framework-go-ext/component/storage/mysql v0.0.0-20220330145438-233eb7999876 + github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v0.1.4-0.20220330145438-233eb7999876 github.com/hyperledger/aries-framework-go/component/storage/leveldb v0.0.0-20220326012408-071ce8fc905c - github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-20220326012408-071ce8fc905c - github.com/hyperledger/aries-framework-go/spi v0.0.0-20220326012408-071ce8fc905c + github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-20220330140627-07042d78580c + github.com/hyperledger/aries-framework-go/spi v0.0.0-20220330140627-07042d78580c github.com/rs/cors v1.7.0 github.com/spf13/cobra v1.3.0 github.com/stretchr/testify v1.7.0 @@ -46,7 +46,7 @@ require ( github.com/google/tink/go v1.6.1-0.20210519071714-58be99b3c4d0 // indirect github.com/google/trillian v1.3.14-0.20210520152752-ceda464a95a3 // indirect github.com/google/uuid v1.3.0 // indirect - github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v0.0.0-20220325184342-8ccd5c996898 // indirect + github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v0.0.0-20220330145438-233eb7999876 // indirect github.com/hyperledger/aries-framework-go/component/storage/edv v0.0.0-20220322085443-50e8f9bd208b // indirect github.com/inconshreveable/mousetrap v1.0.0 // indirect github.com/ipfs/go-cid v0.0.7 // indirect @@ -77,7 +77,7 @@ require ( github.com/tidwall/match v1.0.3 // indirect github.com/tidwall/pretty v1.0.2 // indirect github.com/tidwall/sjson v1.1.4 // indirect - github.com/trustbloc/edge-core v0.1.8-0.20220324215259-0ab3fd8db3f3 // indirect + github.com/trustbloc/edge-core v0.1.8 // indirect github.com/trustbloc/orb v0.1.4-0.20220314105645-15799999dd8b // indirect github.com/trustbloc/sidetree-core-go v0.7.1-0.20220314104818-0ae9fc89df5b // indirect github.com/trustbloc/vct v0.1.4-0.20220311095043-9804a0520090 // indirect diff --git a/cmd/agent-rest/go.sum b/cmd/agent-rest/go.sum index 434eb765..aab97cab 100644 --- a/cmd/agent-rest/go.sum +++ b/cmd/agent-rest/go.sum @@ -778,22 +778,22 @@ github.com/hyperledger/aries-framework-go v0.1.8-0.20220310162624-ca0bc656ea74/g 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/go.mod h1:bqeLa1s8fQ7YueGOOk0Q+r48FGF7sd8GEaS/CyEo/iY= github.com/hyperledger/aries-framework-go v0.1.8-0.20220324201531-18c87667df19/go.mod h1:7ilurt17sjWruVIBxZSrwn8qUbROq8LXYYY+O7dNxIM= -github.com/hyperledger/aries-framework-go v0.1.8-0.20220326012408-071ce8fc905c h1:WITdSBlcYbEAggcNN4fcRwEbfcs79Dv1nsQVIB2s60M= -github.com/hyperledger/aries-framework-go v0.1.8-0.20220326012408-071ce8fc905c/go.mod h1:7ilurt17sjWruVIBxZSrwn8qUbROq8LXYYY+O7dNxIM= +github.com/hyperledger/aries-framework-go v0.1.8 h1:nKPGTqh+gYWrczJ7mf6clbnDegKPJg7TDis8SYNxcGo= +github.com/hyperledger/aries-framework-go v0.1.8/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/couchdb v0.0.0-20220325184342-8ccd5c996898 h1:mfredps17FGvJdlHR68cnXlzI6t4gmwLYhiMfgy6MN4= -github.com/hyperledger/aries-framework-go-ext/component/storage/couchdb v0.0.0-20220325184342-8ccd5c996898/go.mod h1:+5Xx7PsptFR7tRbczubLR9bDuJsu7aDftcggBwbcl0g= +github.com/hyperledger/aries-framework-go-ext/component/storage/couchdb v0.0.0-20220330145438-233eb7999876 h1:E8wg0o9k3EUTTs8PLdUrJfjPgFXWGDc73EU5XAeinNI= +github.com/hyperledger/aries-framework-go-ext/component/storage/couchdb v0.0.0-20220330145438-233eb7999876/go.mod h1:WcuJdZBpu9IFnJI/xofvNkqWpo8shx0vFOzB+/BGTR4= 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/mongodb v0.0.0-20220325184342-8ccd5c996898 h1:1GgDeISpBnbK3YGQYAoLf5mWQwYarEh0kOJkOanPmZY= -github.com/hyperledger/aries-framework-go-ext/component/storage/mongodb v0.0.0-20220325184342-8ccd5c996898/go.mod h1:wnVr+WNsVEoWGuCDgkn186muDQBStjy2YW9dgwRPx9Q= +github.com/hyperledger/aries-framework-go-ext/component/storage/mongodb v0.0.0-20220330145438-233eb7999876 h1:rQx16RgI1wGEmIaV/ujSxxom90L+7nNpNqfcvYhANNA= +github.com/hyperledger/aries-framework-go-ext/component/storage/mongodb v0.0.0-20220330145438-233eb7999876/go.mod h1:rCIVmUGjBhyoRPfeCGYn3/ilcA1L+UGAY2tpMOIP830= github.com/hyperledger/aries-framework-go-ext/component/storage/mysql v0.0.0-20220310013829-55b4443130f8/go.mod h1:bShq2cEzJcCEFkYIlQATTVldlOfyYvmnVPAdUSfCDm4= -github.com/hyperledger/aries-framework-go-ext/component/storage/mysql v0.0.0-20220325184342-8ccd5c996898 h1:NdnietLA/KpnqkZFJp+mv45SjTDQzhkUlRB2GTgZh50= -github.com/hyperledger/aries-framework-go-ext/component/storage/mysql v0.0.0-20220325184342-8ccd5c996898/go.mod h1:RchRODiIe6l/XuYQT3MrS7lFawlqijlHjP3vSuHO/nI= -github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v0.1.4-0.20220325184342-8ccd5c996898 h1:FhQrvOEq7LKpAE/PSFQT6MiggnmYIrGqRxc3iVF1JIg= -github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v0.1.4-0.20220325184342-8ccd5c996898/go.mod h1:WtuKbiRdD+mbrHov73fiijM2nY0NJQ8BqTSDb2o1c8Y= +github.com/hyperledger/aries-framework-go-ext/component/storage/mysql v0.0.0-20220330145438-233eb7999876 h1:oBQVrAfKOjr6nrF3nl0MDVJ0naYy0veymrBa+EF6n9M= +github.com/hyperledger/aries-framework-go-ext/component/storage/mysql v0.0.0-20220330145438-233eb7999876/go.mod h1:0VNWYQ937z51P4usiHUPz0MImh8tsKEVsHVmAx2z5zA= +github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v0.1.4-0.20220330145438-233eb7999876 h1:xBoOYFrzIp79Hy5FERHOGEC4gIfcThCGLlM0LumlPi4= +github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v0.1.4-0.20220330145438-233eb7999876/go.mod h1:euvk5PcLAeYzGz8iU4NCWwkNqP9+PjaMBOmJBVam8ok= github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v0.0.0-20220325181924-aed46b24a321/go.mod h1:qSYBot82/GxtmsHTyj59QP81aAMGQ2kQr+uZXC7iNvQ= -github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v0.0.0-20220325184342-8ccd5c996898 h1:0C4HThKLGNyKM/NvZcTuikVDCqvahfihHR9XIBsDDMI= -github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v0.0.0-20220325184342-8ccd5c996898/go.mod h1:qSYBot82/GxtmsHTyj59QP81aAMGQ2kQr+uZXC7iNvQ= +github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v0.0.0-20220330145438-233eb7999876 h1:NiplvhIMVl3214D4jP5yqzSmcU07doubQRpkTHnQFF4= +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/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= @@ -814,8 +814,8 @@ github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-202203080 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-20220326012408-071ce8fc905c h1:jaUktAGR/AamGkFbH/Pw+TOi0mQHgNW8yG9QLFLckik= -github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-20220326012408-071ce8fc905c/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= @@ -840,8 +840,9 @@ github.com/hyperledger/aries-framework-go/spi v0.0.0-20220308060532-714cd5c18552 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/go.mod h1:4bD5c5fj5K7rkQurVa/8I8+TfNcI4bxIBzaUNcxTOTg= -github.com/hyperledger/aries-framework-go/spi v0.0.0-20220326012408-071ce8fc905c h1:F6HUClrhlT0hpGcU4UkDHruUU8wtBzxWQintMU3LMJE= github.com/hyperledger/aries-framework-go/spi v0.0.0-20220326012408-071ce8fc905c/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= @@ -853,8 +854,8 @@ github.com/hyperledger/aries-framework-go/test/component v0.0.0-20210909135806-a 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-20220322085443-50e8f9bd208b/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-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= @@ -1372,8 +1373,8 @@ 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.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.20220324215259-0ab3fd8db3f3 h1:Z6GYHyZDFWjWsbpOTUnhB6j8pDs4qox9bqKW5V/odAY= -github.com/trustbloc/edge-core v0.1.8-0.20220324215259-0ab3fd8db3f3/go.mod h1:9Rps/1Ba3B7OA1VT8LAq08HILEAg1QTR0xuZdk9QSss= +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 v0.1.4-0.20220314105645-15799999dd8b h1:dcjyYOqT/eNUbq6NcT0AUYnqHXUCdfKQZhUS8ykTrdo= github.com/trustbloc/orb v0.1.4-0.20220314105645-15799999dd8b/go.mod h1:L03S2sOU224nNWR4BtTOMm2Pbog3In91qWg2KLxBCYI= github.com/trustbloc/sidetree-core-go v0.6.1-0.20210817155948-c3cb7a03f63b/go.mod h1:uv89fJcqz21OrBqZUyXTPp0BBmyi2xh+Eigy5T/dIsc= diff --git a/cmd/wallet-js-sdk/test/fixtures/.env b/cmd/wallet-js-sdk/test/fixtures/.env index 83a0b6ac..bfe1e89f 100644 --- a/cmd/wallet-js-sdk/test/fixtures/.env +++ b/cmd/wallet-js-sdk/test/fixtures/.env @@ -9,8 +9,8 @@ # variables. See docker compose documentation. # router image -HUB_ROUTER_IMAGE=ghcr.io/trustbloc-cicd/hub-router -HUB_ROUTER_IMAGE_TAG=0.1.8-snapshot-bdc626b +HUB_ROUTER_IMAGE=ghcr.io/trustbloc/hub-router +HUB_ROUTER_IMAGE_TAG=0.1.8 HUB_ROUTER_ORB_DOMAINS=http://testnet.orb.local HUB_ROUTER_KEY_TYPE=ecdsap256ieee1363 HUB_ROUTER_KEY_AGREEMENT_TYPE=p256kw diff --git a/go.mod b/go.mod index e0d4e05e..505fb0eb 100644 --- a/go.mod +++ b/go.mod @@ -9,15 +9,15 @@ go 1.17 require ( github.com/google/uuid v1.3.0 github.com/gorilla/mux v1.8.0 - github.com/hyperledger/aries-framework-go v0.1.8-0.20220326012408-071ce8fc905c - github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v0.1.4-0.20220325184342-8ccd5c996898 - github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v0.0.0-20220325184342-8ccd5c996898 + github.com/hyperledger/aries-framework-go v0.1.8 + github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v0.1.4-0.20220330145438-233eb7999876 + github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v0.0.0-20220330145438-233eb7999876 github.com/hyperledger/aries-framework-go/component/storage/indexeddb v0.0.0-20220326012408-071ce8fc905c - github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-20220326012408-071ce8fc905c + github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-20220330140627-07042d78580c github.com/hyperledger/aries-framework-go/spi v0.0.0-20220326012408-071ce8fc905c github.com/igor-pavlenko/httpsignatures-go v0.0.23 github.com/stretchr/testify v1.7.0 - github.com/trustbloc/edge-core v0.1.8-0.20220324215259-0ab3fd8db3f3 + github.com/trustbloc/edge-core v0.1.8 ) require ( diff --git a/go.sum b/go.sum index 845fb331..39ee0218 100644 --- a/go.sum +++ b/go.sum @@ -766,17 +766,17 @@ github.com/hyperledger/aries-framework-go v0.1.8-0.20220310162624-ca0bc656ea74/g 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/go.mod h1:bqeLa1s8fQ7YueGOOk0Q+r48FGF7sd8GEaS/CyEo/iY= github.com/hyperledger/aries-framework-go v0.1.8-0.20220324201531-18c87667df19/go.mod h1:7ilurt17sjWruVIBxZSrwn8qUbROq8LXYYY+O7dNxIM= -github.com/hyperledger/aries-framework-go v0.1.8-0.20220326012408-071ce8fc905c h1:WITdSBlcYbEAggcNN4fcRwEbfcs79Dv1nsQVIB2s60M= -github.com/hyperledger/aries-framework-go v0.1.8-0.20220326012408-071ce8fc905c/go.mod h1:7ilurt17sjWruVIBxZSrwn8qUbROq8LXYYY+O7dNxIM= +github.com/hyperledger/aries-framework-go v0.1.8 h1:nKPGTqh+gYWrczJ7mf6clbnDegKPJg7TDis8SYNxcGo= +github.com/hyperledger/aries-framework-go v0.1.8/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/mysql v0.0.0-20220310013829-55b4443130f8/go.mod h1:bShq2cEzJcCEFkYIlQATTVldlOfyYvmnVPAdUSfCDm4= -github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v0.1.4-0.20220325184342-8ccd5c996898 h1:FhQrvOEq7LKpAE/PSFQT6MiggnmYIrGqRxc3iVF1JIg= -github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v0.1.4-0.20220325184342-8ccd5c996898/go.mod h1:WtuKbiRdD+mbrHov73fiijM2nY0NJQ8BqTSDb2o1c8Y= +github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v0.1.4-0.20220330145438-233eb7999876 h1:xBoOYFrzIp79Hy5FERHOGEC4gIfcThCGLlM0LumlPi4= +github.com/hyperledger/aries-framework-go-ext/component/vdr/orb v0.1.4-0.20220330145438-233eb7999876/go.mod h1:euvk5PcLAeYzGz8iU4NCWwkNqP9+PjaMBOmJBVam8ok= github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v0.0.0-20220325181924-aed46b24a321/go.mod h1:qSYBot82/GxtmsHTyj59QP81aAMGQ2kQr+uZXC7iNvQ= -github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v0.0.0-20220325184342-8ccd5c996898 h1:0C4HThKLGNyKM/NvZcTuikVDCqvahfihHR9XIBsDDMI= -github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v0.0.0-20220325184342-8ccd5c996898/go.mod h1:qSYBot82/GxtmsHTyj59QP81aAMGQ2kQr+uZXC7iNvQ= +github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v0.0.0-20220330145438-233eb7999876 h1:NiplvhIMVl3214D4jP5yqzSmcU07doubQRpkTHnQFF4= +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/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= @@ -795,8 +795,8 @@ github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-202203080 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-20220326012408-071ce8fc905c h1:jaUktAGR/AamGkFbH/Pw+TOi0mQHgNW8yG9QLFLckik= -github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-20220326012408-071ce8fc905c/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= @@ -1341,8 +1341,8 @@ 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.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.20220324215259-0ab3fd8db3f3 h1:Z6GYHyZDFWjWsbpOTUnhB6j8pDs4qox9bqKW5V/odAY= -github.com/trustbloc/edge-core v0.1.8-0.20220324215259-0ab3fd8db3f3/go.mod h1:9Rps/1Ba3B7OA1VT8LAq08HILEAg1QTR0xuZdk9QSss= +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 v0.1.4-0.20220314105645-15799999dd8b h1:dcjyYOqT/eNUbq6NcT0AUYnqHXUCdfKQZhUS8ykTrdo= github.com/trustbloc/orb v0.1.4-0.20220314105645-15799999dd8b/go.mod h1:L03S2sOU224nNWR4BtTOMm2Pbog3In91qWg2KLxBCYI= github.com/trustbloc/sidetree-core-go v0.6.1-0.20210817155948-c3cb7a03f63b/go.mod h1:uv89fJcqz21OrBqZUyXTPp0BBmyi2xh+Eigy5T/dIsc=