-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from archaron/fix/package-renamed
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
Showing
5 changed files
with
313 additions
and
244 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
) |
Oops, something went wrong.