-
Notifications
You must be signed in to change notification settings - Fork 699
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Target server branch with strict mode enabled
- Loading branch information
1 parent
a06b6a9
commit bef39fc
Showing
2 changed files
with
29 additions
and
9 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,27 @@ | ||
module github.com/nats-io/nats.go | ||
|
||
go 1.21 | ||
go 1.21.0 | ||
|
||
toolchain go1.22.5 | ||
toolchain go1.23.0 | ||
|
||
require ( | ||
github.com/golang/protobuf v1.4.2 | ||
github.com/klauspost/compress v1.17.9 | ||
github.com/nats-io/jwt v1.2.2 | ||
github.com/nats-io/nats-server/v2 v2.10.17 | ||
github.com/nats-io/nats-server/v2 v2.11.0-dev.0.20240905091245-6af52709f48a | ||
github.com/nats-io/nkeys v0.4.7 | ||
github.com/nats-io/nuid v1.0.1 | ||
go.uber.org/goleak v1.3.0 | ||
golang.org/x/text v0.16.0 | ||
golang.org/x/text v0.17.0 | ||
google.golang.org/protobuf v1.23.0 | ||
) | ||
|
||
require ( | ||
github.com/minio/highwayhash v1.0.2 // indirect | ||
github.com/nats-io/jwt/v2 v2.5.7 // indirect | ||
golang.org/x/crypto v0.24.0 // indirect | ||
golang.org/x/sys v0.21.0 // indirect | ||
golang.org/x/time v0.5.0 // indirect | ||
github.com/google/go-tpm v0.9.0 // indirect | ||
github.com/minio/highwayhash v1.0.3 // indirect | ||
github.com/nats-io/jwt/v2 v2.5.8 // indirect | ||
go.uber.org/automaxprocs v1.5.3 // indirect | ||
golang.org/x/crypto v0.26.0 // indirect | ||
golang.org/x/sys v0.24.0 // indirect | ||
golang.org/x/time v0.6.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