update latest deps

This commit is contained in:
Mechiel Lukkien
2023-09-20 16:52:18 +02:00
parent ca5ef645f3
commit 0d8603f9e1
14 changed files with 138 additions and 24 deletions

8
go.mod
View File

@ -11,10 +11,10 @@ require (
github.com/mjl-/sherpats v0.0.4
github.com/prometheus/client_golang v1.14.0
go.etcd.io/bbolt v1.3.7
golang.org/x/crypto v0.12.0
golang.org/x/crypto v0.13.0
golang.org/x/exp v0.0.0-20230811145659-89c5cff77bcb
golang.org/x/net v0.14.0
golang.org/x/text v0.12.0
golang.org/x/net v0.15.0
golang.org/x/text v0.13.0
)
require (
@ -27,7 +27,7 @@ require (
github.com/prometheus/common v0.37.0 // indirect
github.com/prometheus/procfs v0.8.0 // indirect
golang.org/x/mod v0.12.0 // indirect
golang.org/x/sys v0.11.0 // indirect
golang.org/x/sys v0.12.0 // indirect
golang.org/x/tools v0.12.0 // indirect
google.golang.org/protobuf v1.28.1 // indirect
)