File tree Expand file tree Collapse file tree 4 files changed +10
-12
lines changed
src/routing_utils/nats_client
golang.org/x/crypto/internal/poly1305 Expand file tree Collapse file tree 4 files changed +10
-12
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ require (
12
12
github.com/klauspost/compress v1.17.7 // indirect
13
13
github.com/nats-io/nkeys v0.4.7 // indirect
14
14
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
16
16
golang.org/x/sys v0.17.0 // indirect
17
17
)
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ github.com/nats-io/nuid v1.0.1/go.mod h1:19wcPz3Ph3q0Jbyiqsd0kePYG7A95tJPxeL+1OS
12
12
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4 =
13
13
github.com/square/certstrap v1.3.0 h1:N9P0ZRA+DjT8pq5fGDj0z3FjafRKnBDypP0QHpMlaAk =
14
14
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 =
17
17
golang.org/x/sys v0.17.0 h1:25cE3gD+tdBA7lp7QfhuV+rJiE9YXTcS3VG1SqssI/Y =
18
18
golang.org/x/sys v0.17.0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
19
19
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM =
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ github.com/nats-io/nkeys
16
16
# github.com/nats-io/nuid v1.0.1
17
17
## explicit
18
18
github.com/nats-io/nuid
19
- # golang.org/x/crypto v0.19 .0
19
+ # golang.org/x/crypto v0.20 .0
20
20
## explicit; go 1.18
21
21
golang.org/x/crypto/blake2b
22
22
golang.org/x/crypto/curve25519
You can’t perform that action at this time.
0 commit comments