Skip to content
This repository was archived by the owner on Jul 14, 2023. It is now read-only.

Commit 9f7a742

Browse files
authored
Merge pull request #111 from sandrask/issue-110
chore: Release 0.1.2
2 parents 9754ba5 + 3ef61fc commit 9f7a742

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

ci/version_var.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
# Release Parameters
99
BASE_VERSION=0.1.2
10-
IS_RELEASE=false
10+
IS_RELEASE=true
1111

1212
ARCH=$(go env GOARCH)
1313

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/sirupsen/logrus v1.3.0
1212
github.com/spf13/viper v1.3.2
1313
github.com/stretchr/testify v1.4.0
14-
github.com/trustbloc/sidetree-core-go v0.1.2-0.20200220212110-5676c1827fc3
14+
github.com/trustbloc/sidetree-core-go v0.1.2
1515
)
1616

1717
go 1.13

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+
6161
github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs=
6262
github.com/stretchr/testify v1.4.0 h1:2E4SXV/wtOkTonXsotYi4li6zVWxYlZuYNCXe9XRJyk=
6363
github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4=
64-
github.com/trustbloc/sidetree-core-go v0.1.2-0.20200220212110-5676c1827fc3 h1:3T1YFMcoLJl0r7c945BF7MFm9MDMCase+JEBZV/4pcU=
65-
github.com/trustbloc/sidetree-core-go v0.1.2-0.20200220212110-5676c1827fc3/go.mod h1:qJ7oOPveEqrxTsO4KJsSHUM/Yivym221Dvd+IUq1V1U=
64+
github.com/trustbloc/sidetree-core-go v0.1.2 h1:u0/6JShQV3laQ9jp/VlBLi/hFDSl8Yyl6/XU4p8C07Y=
65+
github.com/trustbloc/sidetree-core-go v0.1.2/go.mod h1:qJ7oOPveEqrxTsO4KJsSHUM/Yivym221Dvd+IUq1V1U=
6666
github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0=
6767
github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77/go.mod h1:aYKd//L2LvnjZzWKhF00oedf4jCCReLcmhLdhm1A27Q=
6868
golang.org/x/crypto v0.0.0-20180904163835-0709b304e793/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4=

test/bddtests/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/fsouza/go-dockerclient v1.3.0
1010
github.com/pkg/errors v0.8.1
1111
github.com/sirupsen/logrus v1.3.0
12-
github.com/trustbloc/sidetree-core-go v0.1.2-0.20200220212110-5676c1827fc3
12+
github.com/trustbloc/sidetree-core-go v0.1.2
1313
)
1414

1515
go 1.13

test/bddtests/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+
7373
github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs=
7474
github.com/stretchr/testify v1.4.0 h1:2E4SXV/wtOkTonXsotYi4li6zVWxYlZuYNCXe9XRJyk=
7575
github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4=
76-
github.com/trustbloc/sidetree-core-go v0.1.2-0.20200220212110-5676c1827fc3 h1:3T1YFMcoLJl0r7c945BF7MFm9MDMCase+JEBZV/4pcU=
77-
github.com/trustbloc/sidetree-core-go v0.1.2-0.20200220212110-5676c1827fc3/go.mod h1:qJ7oOPveEqrxTsO4KJsSHUM/Yivym221Dvd+IUq1V1U=
76+
github.com/trustbloc/sidetree-core-go v0.1.2 h1:u0/6JShQV3laQ9jp/VlBLi/hFDSl8Yyl6/XU4p8C07Y=
77+
github.com/trustbloc/sidetree-core-go v0.1.2/go.mod h1:qJ7oOPveEqrxTsO4KJsSHUM/Yivym221Dvd+IUq1V1U=
7878
github.com/vishvananda/netlink v1.0.0 h1:bqNY2lgheFIu1meHUFSH3d7vG93AFyqg3oGbJCOJgSM=
7979
github.com/vishvananda/netlink v1.0.0/go.mod h1:+SR5DhBJrl6ZM7CoCKvpw5BKroDKQ+PJqOg65H/2ktk=
8080
github.com/vishvananda/netns v0.0.0-20180720170159-13995c7128cc h1:R83G5ikgLMxrBvLh22JhdfI8K6YXEPHx5P03Uu3DRs4=

0 commit comments

Comments
 (0)