update to latest dependencies

This commit is contained in:
Mechiel Lukkien
2024-10-04 09:44:59 +02:00
parent 9a4fa8633f
commit 98d0ff22bb
48 changed files with 6775 additions and 1091 deletions

14
go.mod
View File

@ -1,6 +1,6 @@
module github.com/mjl-/mox
go 1.22
go 1.22.0
require (
github.com/mjl-/adns v0.0.0-20240509092456-2dc8715bf4af
@ -14,10 +14,10 @@ require (
github.com/prometheus/client_golang v1.18.0
github.com/russross/blackfriday/v2 v2.1.0
go.etcd.io/bbolt v1.3.11
golang.org/x/crypto v0.26.0
golang.org/x/crypto v0.27.0
golang.org/x/exp v0.0.0-20240416160154-fe59bbe5cc7f
golang.org/x/net v0.28.0
golang.org/x/text v0.17.0
golang.org/x/net v0.29.0
golang.org/x/text v0.18.0
rsc.io/qr v0.2.0
)
@ -29,9 +29,9 @@ require (
github.com/prometheus/client_model v0.5.0 // indirect
github.com/prometheus/common v0.45.0 // indirect
github.com/prometheus/procfs v0.12.0 // indirect
golang.org/x/mod v0.20.0 // indirect
golang.org/x/mod v0.21.0 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/sys v0.24.0 // indirect
golang.org/x/tools v0.24.0 // indirect
golang.org/x/sys v0.25.0 // indirect
golang.org/x/tools v0.25.0 // indirect
google.golang.org/protobuf v1.31.0 // indirect
)