Bump golang.org/x/crypto from 0.12.0 to 0.13.0 (#62)

This commit is contained in:
dependabot[bot]
2023-09-07 10:48:39 +02:00
committed by GitHub
parent b763ea5490
commit 7bc065100f
2 changed files with 9 additions and 9 deletions

6
go.mod
View File

@ -12,7 +12,7 @@ require (
github.com/rabbitmq/amqp091-go v1.8.1
github.com/sirupsen/logrus v1.9.3
github.com/stretchr/testify v1.8.4
golang.org/x/crypto v0.12.0
golang.org/x/crypto v0.13.0
gopkg.in/yaml.v3 v3.0.1
)
@ -32,7 +32,7 @@ require (
github.com/prometheus/procfs v0.10.1 // indirect
github.com/rogpeppe/go-internal v1.10.0 // indirect
golang.org/x/net v0.10.0 // indirect
golang.org/x/sys v0.11.0 // indirect
golang.org/x/term v0.11.0 // indirect
golang.org/x/sys v0.12.0 // indirect
golang.org/x/term v0.12.0 // indirect
google.golang.org/protobuf v1.30.0 // indirect
)