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

Commit fecd432

Browse files
committed
(misc) Release 1.3.2
1 parent 8b329f8 commit fecd432

File tree

3 files changed

+86
-23
lines changed

3 files changed

+86
-23
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
|Date |Issue |Description |
22
|----------|------|---------------------------------------------------------------------------------------------------------|
3+
|2019/12/07| |Release 1.3.2
4+
|2019/11/21|71 |Update NATS Server to 2.1.2 |
35
|2019/09/07| |Release 1.3.1 |
46
|2019/08/28|67 |Specifically allow servers to publish to `>` rather than rely on nats default behavior |
57
|2019/08/17| |Release 1.3.0 |

go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ module github.com/choria-io/go-network-broker
33
go 1.13
44

55
require (
6-
github.com/choria-io/go-config v0.0.3
6+
github.com/choria-io/go-config v0.0.5
77
github.com/choria-io/go-srvcache v0.0.6
88
github.com/golang/mock v1.3.1
99
github.com/nats-io/jwt v0.3.2
1010
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
1515
github.com/sirupsen/logrus v1.4.2
1616
)

0 commit comments

Comments
 (0)