Skip to content

Commit 5e9c771

Browse files
Bump github.com/nats-io/nats.go from 1.22.1 to 1.23.0 (#79)
Bumps [github.com/nats-io/nats.go](https://github.com/nats-io/nats.go) from 1.22.1 to 1.23.0. - [Release notes](https://github.com/nats-io/nats.go/releases) - [Commits](nats-io/nats.go@v1.22.1...v1.23.0) --- updated-dependencies: - dependency-name: github.com/nats-io/nats.go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0af6448 commit 5e9c771

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/gorilla/websocket v1.5.0
88
github.com/iris-contrib/go.uuid v2.0.0+incompatible
99
github.com/mediocregopher/radix/v3 v3.8.1
10-
github.com/nats-io/nats.go v1.22.1
10+
github.com/nats-io/nats.go v1.23.0
1111
golang.org/x/sync v0.1.0
1212
)
1313

@@ -18,8 +18,8 @@ require (
1818
github.com/nats-io/nats-server/v2 v2.9.10 // indirect
1919
github.com/nats-io/nkeys v0.3.0 // indirect
2020
github.com/nats-io/nuid v1.0.1 // indirect
21-
golang.org/x/crypto v0.0.0-20220926161630-eccd6366d1be // indirect
22-
golang.org/x/sys v0.0.0-20220928140112-f11e5e49a4ec // indirect
21+
golang.org/x/crypto v0.5.0 // indirect
22+
golang.org/x/sys v0.4.0 // indirect
2323
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect
2424
google.golang.org/protobuf v1.28.1 // indirect
2525
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect

go.sum

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)