Skip to content

Commit 585e1d1

Browse files
author
App Platform Runtime Working Group CI Bot
committed
Update go.mod dependencies
-------- index 094ff67..63ded8f 100644
1 parent 2efb9bf commit 585e1d1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/routing_utils/nats_client/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ require (
1313
github.com/nats-io/nkeys v0.4.7 // indirect
1414
github.com/nats-io/nuid v1.0.1 // indirect
1515
golang.org/x/crypto v0.18.0 // indirect
16-
golang.org/x/sys v0.16.0 // indirect
16+
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
@@ -14,8 +14,8 @@ github.com/square/certstrap v1.3.0 h1:N9P0ZRA+DjT8pq5fGDj0z3FjafRKnBDypP0QHpMlaA
1414
go.step.sm/crypto v0.16.2 h1:Pr9aazTwWBBZNogUsOqhOrPSdwAa9pPs+lMB602lnDA=
1515
golang.org/x/crypto v0.18.0 h1:PGVlW0xEltQnzFZ55hkuX5+KLyrMYhHld1YHO4AKcdc=
1616
golang.org/x/crypto v0.18.0/go.mod h1:R0j02AL6hcrfOiy9T4ZYp/rcWeMxM3L6QYxlOuEG1mg=
17-
golang.org/x/sys v0.16.0 h1:xWw16ngr6ZMtmxDyKyIgsE93KNKz5HKmMa3b8ALHidU=
18-
golang.org/x/sys v0.16.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
17+
golang.org/x/sys v0.17.0 h1:25cE3gD+tdBA7lp7QfhuV+rJiE9YXTcS3VG1SqssI/Y=
18+
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=
2020
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
2121
gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=

src/routing_utils/nats_client/vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ golang.org/x/crypto/internal/poly1305
2727
golang.org/x/crypto/nacl/box
2828
golang.org/x/crypto/nacl/secretbox
2929
golang.org/x/crypto/salsa20/salsa
30-
# golang.org/x/sys v0.16.0
30+
# golang.org/x/sys v0.17.0
3131
## explicit; go 1.18
3232
golang.org/x/sys/cpu
3333
# gopkg.in/yaml.v2 v2.4.0

0 commit comments

Comments
 (0)