This repository was archived by the owner on Feb 7, 2020. It is now read-only.
File tree 3 files changed +5
-1
lines changed
3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
| Date | Issue | Description |
2
2
| ----------| ------| ---------------------------------------------------------------------------------------------------------|
3
+ | 2019/12/07| | Release 1.1.0 |
4
+ | 2019/12/04| 19 | Migrate to cloudevents.io format |
3
5
| 2019/09/19| | Release 1.0.4 |
4
6
| 2019/09/19| | Update dependencies |
5
7
| 2019/09/06| | Release 1.0.3 |
Original file line number Diff line number Diff line change 4
4
5
5
require (
6
6
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
8
8
github.com/choria-io/go-srvcache v0.0.6
9
9
github.com/cloudevents/sdk-go v0.10.1
10
10
github.com/gofrs/uuid v3.2.0+incompatible
Original file line number Diff line number Diff line change @@ -83,6 +83,8 @@ github.com/choria-io/go-config v0.0.3/go.mod h1:y2mXxXQ865arJG3WxqQZD2or9cS3wAFD
83
83
github.com/choria-io/go-config v0.0.4-0.20190914115046-53ac9c8e4c1d /go.mod h1:y2mXxXQ865arJG3WxqQZD2or9cS3wAFD5r/krm9dYN4 =
84
84
github.com/choria-io/go-config v0.0.4 h1:Rg4ued/3xOdslqq24KU/R5PjpltrIVD93WlRi0GN9rQ =
85
85
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 =
86
88
github.com/choria-io/go-confkey v1.2.0 h1:kT35wUPPxpKDAg2/Me100yIV+po6aTrnZFyBXk0Ohn8 =
87
89
github.com/choria-io/go-confkey v1.2.0 /go.mod h1:ojIUK4p2mX/ZSKuSG5hgU/p7Db+EIX8il4yjQweZtiU =
88
90
github.com/choria-io/go-confkey v1.3.0 h1:KlqctKfo843I2Uas2vLFOzScyjSMyKFUsSf/FdMRuQI =
You can’t perform that action at this time.
0 commit comments