-
Notifications
You must be signed in to change notification settings - Fork 284
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 #1066 from nats-io/update_deps
Update dependencies
- Loading branch information
Showing
81 changed files
with
2,764 additions
and
1,213 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,20 +1,20 @@ | ||
module github.com/nats-io/nats-streaming-server | ||
|
||
go 1.14 | ||
|
||
require ( | ||
github.com/go-sql-driver/mysql v1.5.0 | ||
github.com/gogo/protobuf v1.3.1 | ||
github.com/hashicorp/go-hclog v0.9.1 | ||
github.com/hashicorp/go-msgpack v0.5.5 | ||
github.com/hashicorp/raft v1.1.2 | ||
github.com/lib/pq v1.3.0 | ||
github.com/nats-io/nats-server/v2 v2.1.4 | ||
github.com/nats-io/nats.go v1.9.1 | ||
github.com/lib/pq v1.7.0 | ||
github.com/nats-io/nats-server/v2 v2.1.7 | ||
github.com/nats-io/nats.go v1.10.0 | ||
github.com/nats-io/nuid v1.0.1 | ||
github.com/nats-io/stan.go v0.6.0 | ||
github.com/nats-io/stan.go v0.7.0 | ||
github.com/prometheus/procfs v0.0.8 | ||
go.etcd.io/bbolt v1.3.4 | ||
golang.org/x/crypto v0.0.0-20200206161412-a0c6ece9d31a | ||
go.etcd.io/bbolt v1.3.5 | ||
golang.org/x/crypto v0.0.0-20200323165209-0ec3e9974c59 | ||
golang.org/x/sys v0.0.0-20200202164722-d101bd2416d5 | ||
) | ||
|
||
go 1.13 |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.