Skip to content

Commit 1058f71

Browse files
tas-runtime-botgit
authored andcommitted
Update go.mod dependencies
-------- index bace83b..a88235a 100644 @@ -4,7 +4,7 @@ go 1.20 code.cloudfoundry.org/tlsconfig v0.0.0-20240403132441-f9f6ab7c839e - github.com/nats-io/nats.go v1.34.0 + github.com/nats-io/nats.go v1.34.1 gopkg.in/yaml.v2 v2.4.0
1 parent 0bc4854 commit 1058f71

File tree

6 files changed

+28
-8
lines changed

6 files changed

+28
-8
lines changed

src/routing_utils/nats_client/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.20
44

55
require (
66
code.cloudfoundry.org/tlsconfig v0.0.0-20240403132441-f9f6ab7c839e
7-
github.com/nats-io/nats.go v1.34.0
7+
github.com/nats-io/nats.go v1.34.1
88
gopkg.in/yaml.v2 v2.4.0
99
)
1010

src/routing_utils/nats_client/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ code.cloudfoundry.org/tlsconfig v0.0.0-20240403132441-f9f6ab7c839e/go.mod h1:oZO
33
filippo.io/edwards25519 v1.1.0 h1:FNf4tywRC1HmFuKW5xopWpigGjJKiJSV0Cqo0cJWDaA=
44
github.com/klauspost/compress v1.17.7 h1:ehO88t2UGzQK66LMdE8tibEd1ErmzZjNEqWkjLAKQQg=
55
github.com/klauspost/compress v1.17.7/go.mod h1:Di0epgTjJY877eYKx5yC51cX2A2Vl2ibi7bDH9ttBbw=
6-
github.com/nats-io/nats.go v1.34.0 h1:fnxnPCNiwIG5w08rlMcEKTUw4AV/nKyGCOJE8TdhSPk=
7-
github.com/nats-io/nats.go v1.34.0/go.mod h1:Ubdu4Nh9exXdSz0RVWRFBbRfrbSxOYd26oF0wkWclB8=
6+
github.com/nats-io/nats.go v1.34.1 h1:syWey5xaNHZgicYBemv0nohUPPmaLteiBEUT6Q5+F/4=
7+
github.com/nats-io/nats.go v1.34.1/go.mod h1:Ubdu4Nh9exXdSz0RVWRFBbRfrbSxOYd26oF0wkWclB8=
88
github.com/nats-io/nkeys v0.4.7 h1:RwNJbbIdYCoClSDNY7QVKZlyb/wfT6ugvFCiKy6vDvI=
99
github.com/nats-io/nkeys v0.4.7/go.mod h1:kqXRgRDPlGy7nGaEDMuYzmiJCIAAWDK0IMBtDmGD0nc=
1010
github.com/nats-io/nuid v1.0.1 h1:5iA8DT8V7q8WK2EScv2padNa/rTESc1KdnPw4TC2paw=

src/routing_utils/nats_client/vendor/github.com/nats-io/nats.go/README.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/routing_utils/nats_client/vendor/github.com/nats-io/nats.go/js.go

Lines changed: 22 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/routing_utils/nats_client/vendor/github.com/nats-io/nats.go/nats.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/routing_utils/nats_client/vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ code.cloudfoundry.org/tlsconfig
44
# github.com/klauspost/compress v1.17.7
55
## explicit; go 1.20
66
github.com/klauspost/compress/flate
7-
# github.com/nats-io/nats.go v1.34.0
7+
# github.com/nats-io/nats.go v1.34.1
88
## explicit; go 1.20
99
github.com/nats-io/nats.go
1010
github.com/nats-io/nats.go/encoders/builtin

0 commit comments

Comments
 (0)