Skip to content

Commit b651717

Browse files
author
App Platform Runtime Working Group CI Bot
committed
Update go.mod dependencies
-------- index 0d6d03f..21553c4 100644
1 parent e0044a3 commit b651717

File tree

4 files changed

+10
-12
lines changed

4 files changed

+10
-12
lines changed

src/routing_utils/nats_client/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ require (
1212
github.com/klauspost/compress v1.17.7 // indirect
1313
github.com/nats-io/nkeys v0.4.7 // indirect
1414
github.com/nats-io/nuid v1.0.1 // indirect
15-
golang.org/x/crypto v0.19.0 // indirect
15+
golang.org/x/crypto v0.20.0 // indirect
1616
golang.org/x/sys v0.17.0 // indirect
1717
)

src/routing_utils/nats_client/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ github.com/nats-io/nuid v1.0.1/go.mod h1:19wcPz3Ph3q0Jbyiqsd0kePYG7A95tJPxeL+1OS
1212
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
1313
github.com/square/certstrap v1.3.0 h1:N9P0ZRA+DjT8pq5fGDj0z3FjafRKnBDypP0QHpMlaAk=
1414
go.step.sm/crypto v0.43.1 h1:18Z/M49SnFDPXvFbfoN/ugE1i0J7phLWARhSQs/XSDI=
15-
golang.org/x/crypto v0.19.0 h1:ENy+Az/9Y1vSrlrvBSyna3PITt4tiZLf7sgCjZBX7Wo=
16-
golang.org/x/crypto v0.19.0/go.mod h1:Iy9bg/ha4yyC70EfRS8jz+B6ybOBKMaSxLj6P6oBDfU=
15+
golang.org/x/crypto v0.20.0 h1:jmAMJJZXr5KiCw05dfYK9QnqaqKLYXijU23lsEdcQqg=
16+
golang.org/x/crypto v0.20.0/go.mod h1:Xwo95rrVNIoSMx9wa1JroENMToLWn3RNVrTBpLHgZPQ=
1717
golang.org/x/sys v0.17.0 h1:25cE3gD+tdBA7lp7QfhuV+rJiE9YXTcS3VG1SqssI/Y=
1818
golang.org/x/sys v0.17.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
1919
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=

src/routing_utils/nats_client/vendor/golang.org/x/crypto/internal/poly1305/sum_ppc64le.s

Lines changed: 6 additions & 8 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/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ github.com/nats-io/nkeys
1616
# github.com/nats-io/nuid v1.0.1
1717
## explicit
1818
github.com/nats-io/nuid
19-
# golang.org/x/crypto v0.19.0
19+
# golang.org/x/crypto v0.20.0
2020
## explicit; go 1.18
2121
golang.org/x/crypto/blake2b
2222
golang.org/x/crypto/curve25519

0 commit comments

Comments
 (0)