-
Notifications
You must be signed in to change notification settings - Fork 285
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 #1288 from nats-io/release_0_25_4
Release v0.25.4
- Loading branch information
Showing
19 changed files
with
124 additions
and
173 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
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,35 @@ | ||
module github.com/nats-io/nats-streaming-server | ||
|
||
go 1.14 | ||
go 1.19 | ||
|
||
require ( | ||
github.com/go-sql-driver/mysql v1.7.0 | ||
github.com/gogo/protobuf v1.3.2 | ||
github.com/hashicorp/go-hclog v1.5.0 | ||
github.com/hashicorp/go-msgpack/v2 v2.1.0 | ||
github.com/hashicorp/raft v1.4.0 | ||
github.com/lib/pq v1.10.7 | ||
github.com/nats-io/nats-server/v2 v2.9.15 | ||
github.com/lib/pq v1.10.8 | ||
github.com/nats-io/nats-server/v2 v2.9.16 | ||
github.com/nats-io/nats.go v1.25.0 | ||
github.com/nats-io/nuid v1.0.1 | ||
github.com/nats-io/stan.go v0.10.4 | ||
github.com/prometheus/procfs v0.8.0 | ||
go.etcd.io/bbolt v1.3.6 | ||
golang.org/x/crypto v0.6.0 | ||
golang.org/x/sys v0.5.0 | ||
github.com/prometheus/procfs v0.9.0 | ||
go.etcd.io/bbolt v1.3.7 | ||
golang.org/x/crypto v0.8.0 | ||
golang.org/x/sys v0.7.0 | ||
) | ||
|
||
require ( | ||
github.com/armon/go-metrics v0.4.1 // indirect | ||
github.com/fatih/color v1.13.0 // indirect | ||
github.com/hashicorp/go-immutable-radix v1.0.0 // indirect | ||
github.com/hashicorp/go-msgpack v0.5.5 // indirect | ||
github.com/hashicorp/golang-lru v0.5.0 // indirect | ||
github.com/klauspost/compress v1.16.4 // indirect | ||
github.com/mattn/go-colorable v0.1.12 // indirect | ||
github.com/mattn/go-isatty v0.0.14 // indirect | ||
github.com/minio/highwayhash v1.0.2 // indirect | ||
github.com/nats-io/jwt/v2 v2.4.1 // indirect | ||
github.com/nats-io/nkeys v0.4.4 // indirect | ||
golang.org/x/time v0.3.0 // indirect | ||
) |
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
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
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
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
Oops, something went wrong.