This repository was archived by the owner on Jul 14, 2023. It is now read-only.
File tree 5 files changed +7
-7
lines changed
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 7
7
8
8
# Release Parameters
9
9
BASE_VERSION=0.1.5
10
- IS_RELEASE=false
10
+ IS_RELEASE=true
11
11
12
12
# Project Parameters
13
13
SOURCE_REPO=sidetree-mock
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ require (
11
11
github.com/sirupsen/logrus v1.4.2
12
12
github.com/spf13/viper v1.4.0
13
13
github.com/stretchr/testify v1.4.0
14
- github.com/trustbloc/sidetree-core-go v0.1.5-0.20201203160228-bad37e299892
14
+ github.com/trustbloc/sidetree-core-go v0.1.5
15
15
)
16
16
17
17
go 1.13
Original file line number Diff line number Diff line change @@ -158,8 +158,8 @@ github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81P
158
158
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 /go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U =
159
159
github.com/trustbloc/edge-core v0.1.4-0.20200709143857-e104bb29f6c6 h1:GlzMPygeehW/W8tq2vBiN6DLsTFY5xtvQysu1aqqGoQ =
160
160
github.com/trustbloc/edge-core v0.1.4-0.20200709143857-e104bb29f6c6 /go.mod h1:SZg7nAIc9FONS+G7MwEyGkCWCJR3R02bePwTpWxqH5w =
161
- github.com/trustbloc/sidetree-core-go v0.1.5-0.20201203160228-bad37e299892 h1:iQuV0H5jDBulx2+kFEznyeQm2WKPZ17yApOLe5eag74 =
162
- github.com/trustbloc/sidetree-core-go v0.1.5-0.20201203160228-bad37e299892 /go.mod h1:prRWqxBavkSxgKtPmUriSxCemrvl47yStMbW4jMFuRs =
161
+ github.com/trustbloc/sidetree-core-go v0.1.5 h1:a4DLyNRHRYfbsLC5Q5SWHP1QBGdaG2UDq9ACspqfa38 =
162
+ github.com/trustbloc/sidetree-core-go v0.1.5 /go.mod h1:prRWqxBavkSxgKtPmUriSxCemrvl47yStMbW4jMFuRs =
163
163
github.com/ugorji/go v1.1.4 /go.mod h1:uQMGLiO92mf5W77hV/PUCpI3pbzQx3CRekS0kk+RGrc =
164
164
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 /go.mod h1:UETIi67q53MR2AWcXfiuqkDkRtnGDLqkBTpCHuJHxtU =
165
165
github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77 /go.mod h1:aYKd//L2LvnjZzWKhF00oedf4jCCReLcmhLdhm1A27Q =
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ require (
10
10
github.com/mr-tron/base58 v1.1.3
11
11
github.com/pkg/errors v0.9.1
12
12
github.com/sirupsen/logrus v1.4.2
13
- github.com/trustbloc/sidetree-core-go v0.1.5-0.20201203160228-bad37e299892
13
+ github.com/trustbloc/sidetree-core-go v0.1.5
14
14
)
15
15
16
16
go 1.13
Original file line number Diff line number Diff line change @@ -176,8 +176,8 @@ github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81P
176
176
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 /go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U =
177
177
github.com/trustbloc/edge-core v0.1.4-0.20200709143857-e104bb29f6c6 h1:GlzMPygeehW/W8tq2vBiN6DLsTFY5xtvQysu1aqqGoQ =
178
178
github.com/trustbloc/edge-core v0.1.4-0.20200709143857-e104bb29f6c6 /go.mod h1:SZg7nAIc9FONS+G7MwEyGkCWCJR3R02bePwTpWxqH5w =
179
- github.com/trustbloc/sidetree-core-go v0.1.5-0.20201203160228-bad37e299892 h1:iQuV0H5jDBulx2+kFEznyeQm2WKPZ17yApOLe5eag74 =
180
- github.com/trustbloc/sidetree-core-go v0.1.5-0.20201203160228-bad37e299892 /go.mod h1:prRWqxBavkSxgKtPmUriSxCemrvl47yStMbW4jMFuRs =
179
+ github.com/trustbloc/sidetree-core-go v0.1.5 h1:a4DLyNRHRYfbsLC5Q5SWHP1QBGdaG2UDq9ACspqfa38 =
180
+ github.com/trustbloc/sidetree-core-go v0.1.5 /go.mod h1:prRWqxBavkSxgKtPmUriSxCemrvl47yStMbW4jMFuRs =
181
181
github.com/ugorji/go v1.1.4 /go.mod h1:uQMGLiO92mf5W77hV/PUCpI3pbzQx3CRekS0kk+RGrc =
182
182
github.com/vishvananda/netlink v1.0.0 h1:bqNY2lgheFIu1meHUFSH3d7vG93AFyqg3oGbJCOJgSM =
183
183
github.com/vishvananda/netlink v1.0.0 /go.mod h1:+SR5DhBJrl6ZM7CoCKvpw5BKroDKQ+PJqOg65H/2ktk =
You can’t perform that action at this time.
0 commit comments