-
- Downloads
You need to sign in or sign up before continuing.
Update module github.com/jhillyerd/enmime to v2
parent
77393e5a
No related branches found
No related tags found
... | ... | @@ -7,9 +7,10 @@ toolchain go1.23.1 |
require ( | ||
github.com/chrj/smtpd v0.3.1 | ||
github.com/jhillyerd/enmime v1.3.0 | ||
github.com/jhillyerd/enmime/v2 v2.1.0 | ||
github.com/oschwald/geoip2-golang v1.11.0 | ||
github.com/prometheus/client_golang v1.20.3 | ||
golang.org/x/sync v0.8.0 | ||
golang.org/x/sync v0.11.0 | ||
) | ||
require ( | ||
... | ... | @@ -24,7 +25,7 @@ require ( |
github.com/go-kit/log v0.2.1 // indirect | ||
github.com/go-logfmt/logfmt v0.5.1 // indirect | ||
github.com/go-stack/stack v1.8.0 // indirect | ||
github.com/go-test/deep v1.1.0 // indirect | ||
github.com/go-test/deep v1.1.1 // indirect | ||
github.com/gogo/protobuf v1.1.1 // indirect | ||
github.com/gogs/chardet v0.0.0-20211120154057-b7413eaefb8f // indirect | ||
github.com/golang/protobuf v1.5.0 // indirect | ||
... | ... | @@ -40,7 +41,7 @@ require ( |
github.com/kr/pretty v0.3.1 // indirect | ||
github.com/kr/pty v1.1.1 // indirect | ||
github.com/kr/text v0.2.0 // indirect | ||
github.com/mattn/go-runewidth v0.0.15 // indirect | ||
github.com/mattn/go-runewidth v0.0.16 // indirect | ||
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
github.com/modern-go/reflect2 v1.0.2 // indirect | ||
... | ... | @@ -53,19 +54,19 @@ require ( |
github.com/prometheus/client_model v0.6.1 // indirect | ||
github.com/prometheus/common v0.55.0 // indirect | ||
github.com/prometheus/procfs v0.15.1 // indirect | ||
github.com/rivo/uniseg v0.4.4 // indirect | ||
github.com/rivo/uniseg v0.4.7 // indirect | ||
github.com/sirupsen/logrus v1.6.0 // indirect | ||
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect | ||
github.com/stretchr/objx v0.5.2 // indirect | ||
github.com/stretchr/testify v1.9.0 // indirect | ||
github.com/stretchr/testify v1.10.0 // indirect | ||
github.com/yuin/goldmark v1.4.13 // indirect | ||
golang.org/x/crypto v0.24.0 // indirect | ||
golang.org/x/crypto v0.33.0 // indirect | ||
golang.org/x/mod v0.17.0 // indirect | ||
golang.org/x/net v0.26.0 // indirect | ||
golang.org/x/net v0.35.0 // indirect | ||
golang.org/x/oauth2 v0.21.0 // indirect | ||
golang.org/x/sys v0.22.0 // indirect | ||
golang.org/x/term v0.21.0 // indirect | ||
golang.org/x/text v0.16.0 // indirect | ||
golang.org/x/sys v0.30.0 // indirect | ||
golang.org/x/term v0.29.0 // indirect | ||
golang.org/x/text v0.22.0 // indirect | ||
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect | ||
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect | ||
google.golang.org/appengine v1.4.0 // indirect | ||
... | ... |
Please register or sign in to comment