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

Commit

Permalink
Merge pull request #335 from sudeshrshetty/release
Browse files Browse the repository at this point in the history
chore: release v0.1.8
  • Loading branch information
sudeshrshetty committed Mar 30, 2022
2 parents e983f5d + 4a5bb78 commit 04822f6
Show file tree
Hide file tree
Showing 11 changed files with 78 additions and 77 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ci/version_var.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
10 changes: 5 additions & 5 deletions cmd/agent-js-worker/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand All @@ -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
Expand Down
20 changes: 10 additions & 10 deletions cmd/agent-js-worker/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand All @@ -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=
Expand Down Expand Up @@ -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=
Expand Down
10 changes: 5 additions & 5 deletions cmd/agent-mobile/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
20 changes: 10 additions & 10 deletions cmd/agent-mobile/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand All @@ -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=
Expand Down Expand Up @@ -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=
Expand Down
18 changes: 9 additions & 9 deletions cmd/agent-rest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Loading

0 comments on commit 04822f6

Please sign in to comment.