Skip to content

Commit

Permalink
Merge pull request #1 from archaron/fix/package-renamed
Browse files Browse the repository at this point in the history
Update nats repository url

Commits that makes changes:
- [stan repo](nats-io/go-nats-streaming@c4c6d40)
- [nats repo](nats-io/go-nats@73ffc26)
  • Loading branch information
im-kulikov authored Oct 26, 2019
2 parents 63d5d53 + 91656ca commit 57f0512
Show file tree
Hide file tree
Showing 5 changed files with 313 additions and 244 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
![GitHub](https://img.shields.io/github/license/go-helium/nats.svg?style=popout)

Module provides you with the following things:
- [`*nats.Conn`](https://godoc.org/github.com/nats-io/go-nats#Conn) represents a bare connection to a nats-server. It can send and receive []byte payloads
- [`stan.Conn`](https://godoc.org/github.com/nats-io/go-nats-streaming#Conn) represents a connection to the NATS Streaming subsystem. It can Publish and Subscribe to messages within the NATS Streaming cluster.
- [`*nats.Conn`](https://godoc.org/github.com/nats-io/nats.go#Conn) represents a bare connection to a nats-server. It can send and receive []byte payloads
- [`stan.Conn`](https://godoc.org/github.com/nats-io/stan.go#Conn) represents a connection to the NATS Streaming subsystem. It can Publish and Subscribe to messages within the NATS Streaming cluster.

Configuration:
- yaml example
Expand Down
27 changes: 9 additions & 18 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,22 +1,13 @@
module github.com/go-helium/nats

go 1.13

require (
github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da // indirect
github.com/boltdb/bolt v1.3.1 // indirect
github.com/go-sql-driver/mysql v1.4.1 // indirect
github.com/hashicorp/go-immutable-radix v1.0.0 // indirect
github.com/hashicorp/go-msgpack v0.5.3 // indirect
github.com/hashicorp/raft v1.0.0 // indirect
github.com/im-kulikov/helium v0.10.1
github.com/lib/pq v1.0.0 // indirect
github.com/nats-io/gnatsd v1.3.0 // indirect
github.com/nats-io/go-nats v1.7.2
github.com/nats-io/go-nats-streaming v0.4.0
github.com/nats-io/nats-streaming-server v0.11.2
github.com/nats-io/nkeys v0.0.2 // indirect
github.com/nats-io/nuid v1.0.0 // indirect
github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c // indirect
github.com/pkg/errors v0.8.1
github.com/smartystreets/goconvey v0.0.0-20190222223459-a17d461953aa
github.com/spf13/viper v1.3.1
github.com/im-kulikov/helium v0.12.2
github.com/nats-io/nats-server/v2 v2.1.0 // indirect
github.com/nats-io/nats-streaming-server v0.16.2
github.com/nats-io/nats.go v1.8.1
github.com/nats-io/stan.go v0.5.0
github.com/spf13/viper v1.4.0
github.com/stretchr/testify v1.4.0
)
Loading

0 comments on commit 57f0512

Please sign in to comment.