This repository was archived by the owner on Feb 5, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +86
-23
lines changed Expand file tree Collapse file tree 3 files changed +86
-23
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.3.2
4
+ | 2019/11/21| 71 | Update NATS Server to 2.1.2 |
3
5
| 2019/09/07| | Release 1.3.1 |
4
6
| 2019/08/28| 67 | Specifically allow servers to publish to ` > ` rather than rely on nats default behavior |
5
7
| 2019/08/17| | Release 1.3.0 |
Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ module github.com/choria-io/go-network-broker
3
3
go 1.13
4
4
5
5
require (
6
- github.com/choria-io/go-config v0.0.3
6
+ github.com/choria-io/go-config v0.0.5
7
7
github.com/choria-io/go-srvcache v0.0.6
8
8
github.com/golang/mock v1.3.1
9
9
github.com/nats-io/jwt v0.3.2
10
10
github.com/nats-io/nats-server/v2 v2.1.2
11
- github.com/nats-io/nsc v0.0.0-20190830155057-8a0ff64219e6
12
- github.com/onsi/ginkgo v1.8.0
13
- github.com/onsi/gomega v1.5.0
14
- github.com/prometheus/client_golang v1.0.0
11
+ github.com/nats-io/nsc v0.0.0-20191204192136-dc3fc58b4695
12
+ github.com/onsi/ginkgo v1.10.3
13
+ github.com/onsi/gomega v1.7.1
14
+ github.com/prometheus/client_golang v1.2.1
15
15
github.com/sirupsen/logrus v1.4.2
16
16
)
You can’t perform that action at this time.
0 commit comments