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

Commit

Permalink
Merge pull request #73 from ripienaar/132
Browse files Browse the repository at this point in the history
(misc) Release 1.3.2
  • Loading branch information
ripienaar committed Dec 7, 2019
2 parents 8b329f8 + fecd432 commit 6bbb45a
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 23 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
|Date |Issue |Description |
|----------|------|---------------------------------------------------------------------------------------------------------|
|2019/12/07| |Release 1.3.2
|2019/11/21|71 |Update NATS Server to 2.1.2 |
|2019/09/07| |Release 1.3.1 |
|2019/08/28|67 |Specifically allow servers to publish to `>` rather than rely on nats default behavior |
|2019/08/17| |Release 1.3.0 |
Expand Down
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ module github.com/choria-io/go-network-broker
go 1.13

require (
github.com/choria-io/go-config v0.0.3
github.com/choria-io/go-config v0.0.5
github.com/choria-io/go-srvcache v0.0.6
github.com/golang/mock v1.3.1
github.com/nats-io/jwt v0.3.2
github.com/nats-io/nats-server/v2 v2.1.2
github.com/nats-io/nsc v0.0.0-20190830155057-8a0ff64219e6
github.com/onsi/ginkgo v1.8.0
github.com/onsi/gomega v1.5.0
github.com/prometheus/client_golang v1.0.0
github.com/nats-io/nsc v0.0.0-20191204192136-dc3fc58b4695
github.com/onsi/ginkgo v1.10.3
github.com/onsi/gomega v1.7.1
github.com/prometheus/client_golang v1.2.1
github.com/sirupsen/logrus v1.4.2
)
Loading

0 comments on commit 6bbb45a

Please sign in to comment.