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

Commit

Permalink
chore: Release v0.1.4
Browse files Browse the repository at this point in the history
Closes #49

Signed-off-by: Andriy Holovko <[email protected]>
  • Loading branch information
aholovko committed Aug 31, 2020
1 parent a583732 commit 93d0891
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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.4
IS_RELEASE=false
IS_RELEASE=true

# Project Parameters
SOURCE_REPO=hub-kms
Expand Down
2 changes: 1 addition & 1 deletion cmd/kms-rest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ go 1.15

require (
github.com/gorilla/mux v1.8.0
github.com/hyperledger/aries-framework-go v0.1.4-0.20200827170810-92a1bcd9fd85
github.com/hyperledger/aries-framework-go v0.1.4
github.com/rs/cors v1.7.0
github.com/spf13/cobra v1.0.0
github.com/spf13/pflag v1.0.5 // indirect
Expand Down
4 changes: 2 additions & 2 deletions cmd/kms-rest/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ
github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ=
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.4-0.20200827170810-92a1bcd9fd85 h1:2KAk9xILLogoM+NEBZTkrWIAHbuJLFJEiTqrG+pmptU=
github.com/hyperledger/aries-framework-go v0.1.4-0.20200827170810-92a1bcd9fd85/go.mod h1:mzdpIGEYiXCkicIrDmrMDuLx3AJPSlvIaJMrzJNFNdI=
github.com/hyperledger/aries-framework-go v0.1.4 h1:Ng7NGgo2VWnQHVxyiMwbD2EtFuoKtShU3/8cZb+vuD8=
github.com/hyperledger/aries-framework-go v0.1.4/go.mod h1:mzdpIGEYiXCkicIrDmrMDuLx3AJPSlvIaJMrzJNFNdI=
github.com/inconshreveable/mousetrap v1.0.0 h1:Z8tu5sraLXCXIcARxBp/8cbvlwVa7Z1NHg9XEKhtSvM=
github.com/inconshreveable/mousetrap v1.0.0/go.mod h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8=
github.com/jessevdk/go-flags v0.0.0-20141203071132-1679536dcc89/go.mod h1:4FA24M0QyGHXBuZZK/XkWh8h0e1EYbRYJSGM75WSRxI=
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ go 1.15
require (
github.com/google/tink/go v1.4.0-rc2.0.20200807212851-52ae9c6679b2
github.com/gorilla/mux v1.8.0
github.com/hyperledger/aries-framework-go v0.1.4-0.20200827170810-92a1bcd9fd85
github.com/hyperledger/aries-framework-go v0.1.4
github.com/onsi/ginkgo v1.10.1 // indirect
github.com/onsi/gomega v1.7.0 // indirect
github.com/rs/xid v1.2.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ
github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ=
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.4-0.20200827170810-92a1bcd9fd85 h1:2KAk9xILLogoM+NEBZTkrWIAHbuJLFJEiTqrG+pmptU=
github.com/hyperledger/aries-framework-go v0.1.4-0.20200827170810-92a1bcd9fd85/go.mod h1:mzdpIGEYiXCkicIrDmrMDuLx3AJPSlvIaJMrzJNFNdI=
github.com/hyperledger/aries-framework-go v0.1.4 h1:Ng7NGgo2VWnQHVxyiMwbD2EtFuoKtShU3/8cZb+vuD8=
github.com/hyperledger/aries-framework-go v0.1.4/go.mod h1:mzdpIGEYiXCkicIrDmrMDuLx3AJPSlvIaJMrzJNFNdI=
github.com/inconshreveable/mousetrap v1.0.0/go.mod h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8=
github.com/jessevdk/go-flags v0.0.0-20141203071132-1679536dcc89/go.mod h1:4FA24M0QyGHXBuZZK/XkWh8h0e1EYbRYJSGM75WSRxI=
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af/go.mod h1:Nht3zPeWKUH0NzdCt2Blrr5ys8VGpn0CEB0cQHVjt7k=
Expand Down

0 comments on commit 93d0891

Please sign in to comment.