update golang.org/x dependencies

This commit is contained in:
Mechiel Lukkien
2023-04-20 15:05:26 +02:00
parent 6eff832d09
commit dae73eb32d
86 changed files with 261 additions and 668 deletions

8
go.mod
View File

@ -10,9 +10,9 @@ require (
github.com/mjl-/sherpaprom v0.0.2
github.com/prometheus/client_golang v1.14.0
go.etcd.io/bbolt v1.3.7
golang.org/x/crypto v0.7.0
golang.org/x/net v0.8.0
golang.org/x/text v0.8.0
golang.org/x/crypto v0.8.0
golang.org/x/net v0.9.0
golang.org/x/text v0.9.0
)
require (
@ -25,7 +25,7 @@ require (
github.com/prometheus/common v0.37.0 // indirect
github.com/prometheus/procfs v0.8.0 // indirect
golang.org/x/mod v0.8.0 // indirect
golang.org/x/sys v0.6.0 // indirect
golang.org/x/sys v0.7.0 // indirect
golang.org/x/tools v0.6.0 // indirect
google.golang.org/protobuf v1.28.1 // indirect
)