Skip to content
This repository was archived by the owner on Feb 7, 2020. It is now read-only.

Commit e07a816

Browse files
committed
(misc) Release 1.1.0
1 parent d3f9615 commit e07a816

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
|Date |Issue |Description |
22
|----------|------|---------------------------------------------------------------------------------------------------------|
3+
|2019/12/07| |Release 1.1.0 |
4+
|2019/12/04|19 |Migrate to cloudevents.io format |
35
|2019/09/19| |Release 1.0.4 |
46
|2019/09/19| |Update dependencies |
57
|2019/09/06| |Release 1.0.3 |

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.13
44

55
require (
66
github.com/choria-io/go-choria v0.12.1
7-
github.com/choria-io/go-config v0.0.4
7+
github.com/choria-io/go-config v0.0.5
88
github.com/choria-io/go-srvcache v0.0.6
99
github.com/cloudevents/sdk-go v0.10.1
1010
github.com/gofrs/uuid v3.2.0+incompatible

go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ github.com/choria-io/go-config v0.0.3/go.mod h1:y2mXxXQ865arJG3WxqQZD2or9cS3wAFD
8383
github.com/choria-io/go-config v0.0.4-0.20190914115046-53ac9c8e4c1d/go.mod h1:y2mXxXQ865arJG3WxqQZD2or9cS3wAFD5r/krm9dYN4=
8484
github.com/choria-io/go-config v0.0.4 h1:Rg4ued/3xOdslqq24KU/R5PjpltrIVD93WlRi0GN9rQ=
8585
github.com/choria-io/go-config v0.0.4/go.mod h1:y2mXxXQ865arJG3WxqQZD2or9cS3wAFD5r/krm9dYN4=
86+
github.com/choria-io/go-config v0.0.5 h1:/jKkMtbLf6nl9hPr0A/axaTrCpPUcRwEv65/+OdzqAk=
87+
github.com/choria-io/go-config v0.0.5/go.mod h1:y2mXxXQ865arJG3WxqQZD2or9cS3wAFD5r/krm9dYN4=
8688
github.com/choria-io/go-confkey v1.2.0 h1:kT35wUPPxpKDAg2/Me100yIV+po6aTrnZFyBXk0Ohn8=
8789
github.com/choria-io/go-confkey v1.2.0/go.mod h1:ojIUK4p2mX/ZSKuSG5hgU/p7Db+EIX8il4yjQweZtiU=
8890
github.com/choria-io/go-confkey v1.3.0 h1:KlqctKfo843I2Uas2vLFOzScyjSMyKFUsSf/FdMRuQI=

0 commit comments

Comments
 (0)