diff --git a/README.md b/README.md index 4d65ad50..3b7c2e65 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ # edge-agent -Edge Agent is agent involved in sending (creating) and receiving (processing) an Agent Message +Edge Agent is agent involved in sending (creating) and receiving (processing) an Agent Message. # Components diff --git a/ci/version_var.sh b/ci/version_var.sh index 9c630a98..7ae0e1d1 100644 --- a/ci/version_var.sh +++ b/ci/version_var.sh @@ -8,7 +8,7 @@ # Release Parameters BASE_VERSION=0.1.1 -IS_RELEASE=false +IS_RELEASE=true ARCH=$(go env GOARCH) diff --git a/cmd/issuer-agent/wasm/go.mod b/cmd/issuer-agent/wasm/go.mod index 1a2ab012..2a1678ec 100644 --- a/cmd/issuer-agent/wasm/go.mod +++ b/cmd/issuer-agent/wasm/go.mod @@ -7,7 +7,7 @@ module github.com/trustbloc/edge-agent/cmd/issuer-agent/wasm go 1.13 require ( - github.com/hyperledger/aries-framework-go v0.1.1-0.20200129154545-455855208ddf + github.com/hyperledger/aries-framework-go v0.1.1 github.com/trustbloc/edge-agent v0.0.0 ) diff --git a/cmd/issuer-agent/wasm/go.sum b/cmd/issuer-agent/wasm/go.sum index 429f986c..ea8de6e2 100644 --- a/cmd/issuer-agent/wasm/go.sum +++ b/cmd/issuer-agent/wasm/go.sum @@ -55,9 +55,8 @@ github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= github.com/hpcloud/tail v1.0.0 h1:nfCOvKYfkgYP8hkirhJocXT2+zOD8yUNjXaWfTlyFKI= github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU= -github.com/hyperledger/aries-framework-go v0.1.1-0.20200114193257-789d490a1bdf h1:rGsS1jJMrCd6CJcK7Ae5WAR3Z+4cPJ6tWJGzMsD2CCQ= -github.com/hyperledger/aries-framework-go v0.1.1-0.20200114193257-789d490a1bdf/go.mod h1:1wIgYlQulTD2fQSrslEalfuQADm1VB0UBDTPZJvQeFg= -github.com/hyperledger/aries-framework-go v0.1.1-0.20200129154545-455855208ddf/go.mod h1:EWYMDfPqWVI/XxSvvCQJHJYEwYRWChhN7ItoM1SGinI= +github.com/hyperledger/aries-framework-go v0.1.1 h1:E9ZbE1ob3yvttio9K4xygjy0sUornEXGkO21m1r5Y+g= +github.com/hyperledger/aries-framework-go v0.1.1/go.mod h1:EWYMDfPqWVI/XxSvvCQJHJYEwYRWChhN7ItoM1SGinI= github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af/go.mod h1:Nht3zPeWKUH0NzdCt2Blrr5ys8VGpn0CEB0cQHVjt7k= github.com/jstemmer/go-junit-report v0.0.0-20190106144839-af01ea7f8024/go.mod h1:6v2b51hI/fHJwM22ozAgKL4VKDeJcHhJFhtBdhmNjmU= github.com/kr/pretty v0.1.0 h1:L/CwN0zerZDmRFUapSPitk6f+Q3+0za1rQkzVuMiMFI= @@ -69,6 +68,7 @@ github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1 h1:lYpkrQH5ajf0 github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1/go.mod h1:pD8RvIylQ358TN4wwqatJ8rNavkEINozVn9DtGI3dfQ= github.com/minio/sha256-simd v0.1.1-0.20190913151208-6de447530771 h1:MHkK1uRtFbVqvAgvWxafZe54+5uBxLluGylDiKgdhwo= github.com/minio/sha256-simd v0.1.1-0.20190913151208-6de447530771/go.mod h1:B5e1o+1/KgNmWrSQK08Y6Z1Vb5pwIktudl0J58iy0KM= +github.com/mitchellh/mapstructure v1.1.2 h1:fmNYVwqnSfB9mZU6OS2O6GsXM+wcskZDuKQzvN1EDeE= github.com/mitchellh/mapstructure v1.1.2/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y= github.com/mr-tron/base58 v1.1.0/go.mod h1:xcD2VGqlgYjBdcBLw+TuYLr8afG+Hj8g2eTVqeSzSU8= github.com/mr-tron/base58 v1.1.2 h1:ZEw4I2EgPKDJ2iEw0cNmLB3ROrEmkOtXIkaG7wZg+78= diff --git a/cmd/rp-agent/wasm/go.mod b/cmd/rp-agent/wasm/go.mod index a6263a24..e5c5b11e 100644 --- a/cmd/rp-agent/wasm/go.mod +++ b/cmd/rp-agent/wasm/go.mod @@ -7,7 +7,7 @@ module github.com/trustbloc/edge-agent/cmd/rp-agent/wasm go 1.13 require ( - github.com/hyperledger/aries-framework-go v0.1.1-0.20200129154545-455855208ddf + github.com/hyperledger/aries-framework-go v0.1.1 github.com/trustbloc/edge-agent v0.0.0 ) diff --git a/cmd/rp-agent/wasm/go.sum b/cmd/rp-agent/wasm/go.sum index 429f986c..ea8de6e2 100644 --- a/cmd/rp-agent/wasm/go.sum +++ b/cmd/rp-agent/wasm/go.sum @@ -55,9 +55,8 @@ github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= github.com/hpcloud/tail v1.0.0 h1:nfCOvKYfkgYP8hkirhJocXT2+zOD8yUNjXaWfTlyFKI= github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU= -github.com/hyperledger/aries-framework-go v0.1.1-0.20200114193257-789d490a1bdf h1:rGsS1jJMrCd6CJcK7Ae5WAR3Z+4cPJ6tWJGzMsD2CCQ= -github.com/hyperledger/aries-framework-go v0.1.1-0.20200114193257-789d490a1bdf/go.mod h1:1wIgYlQulTD2fQSrslEalfuQADm1VB0UBDTPZJvQeFg= -github.com/hyperledger/aries-framework-go v0.1.1-0.20200129154545-455855208ddf/go.mod h1:EWYMDfPqWVI/XxSvvCQJHJYEwYRWChhN7ItoM1SGinI= +github.com/hyperledger/aries-framework-go v0.1.1 h1:E9ZbE1ob3yvttio9K4xygjy0sUornEXGkO21m1r5Y+g= +github.com/hyperledger/aries-framework-go v0.1.1/go.mod h1:EWYMDfPqWVI/XxSvvCQJHJYEwYRWChhN7ItoM1SGinI= github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af/go.mod h1:Nht3zPeWKUH0NzdCt2Blrr5ys8VGpn0CEB0cQHVjt7k= github.com/jstemmer/go-junit-report v0.0.0-20190106144839-af01ea7f8024/go.mod h1:6v2b51hI/fHJwM22ozAgKL4VKDeJcHhJFhtBdhmNjmU= github.com/kr/pretty v0.1.0 h1:L/CwN0zerZDmRFUapSPitk6f+Q3+0za1rQkzVuMiMFI= @@ -69,6 +68,7 @@ github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1 h1:lYpkrQH5ajf0 github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1/go.mod h1:pD8RvIylQ358TN4wwqatJ8rNavkEINozVn9DtGI3dfQ= github.com/minio/sha256-simd v0.1.1-0.20190913151208-6de447530771 h1:MHkK1uRtFbVqvAgvWxafZe54+5uBxLluGylDiKgdhwo= github.com/minio/sha256-simd v0.1.1-0.20190913151208-6de447530771/go.mod h1:B5e1o+1/KgNmWrSQK08Y6Z1Vb5pwIktudl0J58iy0KM= +github.com/mitchellh/mapstructure v1.1.2 h1:fmNYVwqnSfB9mZU6OS2O6GsXM+wcskZDuKQzvN1EDeE= github.com/mitchellh/mapstructure v1.1.2/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y= github.com/mr-tron/base58 v1.1.0/go.mod h1:xcD2VGqlgYjBdcBLw+TuYLr8afG+Hj8g2eTVqeSzSU8= github.com/mr-tron/base58 v1.1.2 h1:ZEw4I2EgPKDJ2iEw0cNmLB3ROrEmkOtXIkaG7wZg+78= diff --git a/cmd/user-agent/wasm/go.mod b/cmd/user-agent/wasm/go.mod index baafeb97..1e0b772b 100644 --- a/cmd/user-agent/wasm/go.mod +++ b/cmd/user-agent/wasm/go.mod @@ -7,7 +7,7 @@ module github.com/trustbloc/edge-agent/cmd/user-agent/wasm go 1.13 require ( - github.com/hyperledger/aries-framework-go v0.1.1-0.20200129154545-455855208ddf + github.com/hyperledger/aries-framework-go v0.1.1 github.com/trustbloc/edge-agent v0.0.0 ) diff --git a/cmd/user-agent/wasm/go.sum b/cmd/user-agent/wasm/go.sum index ee160f4e..ea2b02e1 100644 --- a/cmd/user-agent/wasm/go.sum +++ b/cmd/user-agent/wasm/go.sum @@ -58,9 +58,8 @@ github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= github.com/hpcloud/tail v1.0.0 h1:nfCOvKYfkgYP8hkirhJocXT2+zOD8yUNjXaWfTlyFKI= github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU= -github.com/hyperledger/aries-framework-go v0.1.1-0.20200114193257-789d490a1bdf h1:rGsS1jJMrCd6CJcK7Ae5WAR3Z+4cPJ6tWJGzMsD2CCQ= -github.com/hyperledger/aries-framework-go v0.1.1-0.20200114193257-789d490a1bdf/go.mod h1:1wIgYlQulTD2fQSrslEalfuQADm1VB0UBDTPZJvQeFg= -github.com/hyperledger/aries-framework-go v0.1.1-0.20200129154545-455855208ddf/go.mod h1:EWYMDfPqWVI/XxSvvCQJHJYEwYRWChhN7ItoM1SGinI= +github.com/hyperledger/aries-framework-go v0.1.1 h1:E9ZbE1ob3yvttio9K4xygjy0sUornEXGkO21m1r5Y+g= +github.com/hyperledger/aries-framework-go v0.1.1/go.mod h1:EWYMDfPqWVI/XxSvvCQJHJYEwYRWChhN7ItoM1SGinI= github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af/go.mod h1:Nht3zPeWKUH0NzdCt2Blrr5ys8VGpn0CEB0cQHVjt7k= github.com/jstemmer/go-junit-report v0.0.0-20190106144839-af01ea7f8024/go.mod h1:6v2b51hI/fHJwM22ozAgKL4VKDeJcHhJFhtBdhmNjmU= github.com/kr/pretty v0.1.0 h1:L/CwN0zerZDmRFUapSPitk6f+Q3+0za1rQkzVuMiMFI= @@ -72,6 +71,7 @@ github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1 h1:lYpkrQH5ajf0 github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1/go.mod h1:pD8RvIylQ358TN4wwqatJ8rNavkEINozVn9DtGI3dfQ= github.com/minio/sha256-simd v0.1.1-0.20190913151208-6de447530771 h1:MHkK1uRtFbVqvAgvWxafZe54+5uBxLluGylDiKgdhwo= github.com/minio/sha256-simd v0.1.1-0.20190913151208-6de447530771/go.mod h1:B5e1o+1/KgNmWrSQK08Y6Z1Vb5pwIktudl0J58iy0KM= +github.com/mitchellh/mapstructure v1.1.2 h1:fmNYVwqnSfB9mZU6OS2O6GsXM+wcskZDuKQzvN1EDeE= github.com/mitchellh/mapstructure v1.1.2/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y= github.com/mr-tron/base58 v1.1.0/go.mod h1:xcD2VGqlgYjBdcBLw+TuYLr8afG+Hj8g2eTVqeSzSU8= github.com/mr-tron/base58 v1.1.2 h1:ZEw4I2EgPKDJ2iEw0cNmLB3ROrEmkOtXIkaG7wZg+78= diff --git a/go.mod b/go.mod index fcdcb3f6..7003f44e 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ module github.com/trustbloc/edge-agent go 1.13 require ( - github.com/hyperledger/aries-framework-go v0.1.1-0.20200129154545-455855208ddf + github.com/hyperledger/aries-framework-go v0.1.1 github.com/stretchr/testify v1.4.0 ) diff --git a/go.sum b/go.sum index 5b7b6f01..cbb56310 100644 --- a/go.sum +++ b/go.sum @@ -50,8 +50,8 @@ github.com/gorilla/websocket v1.4.1/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/ad github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU= -github.com/hyperledger/aries-framework-go v0.1.1-0.20200129154545-455855208ddf h1:WsILDpGCwkCQt2lcaojtXEZbxjiWC2eirqKlnLUcH6o= -github.com/hyperledger/aries-framework-go v0.1.1-0.20200129154545-455855208ddf/go.mod h1:EWYMDfPqWVI/XxSvvCQJHJYEwYRWChhN7ItoM1SGinI= +github.com/hyperledger/aries-framework-go v0.1.1 h1:E9ZbE1ob3yvttio9K4xygjy0sUornEXGkO21m1r5Y+g= +github.com/hyperledger/aries-framework-go v0.1.1/go.mod h1:EWYMDfPqWVI/XxSvvCQJHJYEwYRWChhN7ItoM1SGinI= github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af/go.mod h1:Nht3zPeWKUH0NzdCt2Blrr5ys8VGpn0CEB0cQHVjt7k= github.com/jstemmer/go-junit-report v0.0.0-20190106144839-af01ea7f8024/go.mod h1:6v2b51hI/fHJwM22ozAgKL4VKDeJcHhJFhtBdhmNjmU= github.com/kr/pretty v0.1.0 h1:L/CwN0zerZDmRFUapSPitk6f+Q3+0za1rQkzVuMiMFI=