diff options
author | Matthew Holt <[email protected]> | 2024-05-07 10:17:10 -0600 |
---|---|---|
committer | Matthew Holt <[email protected]> | 2024-05-07 10:17:10 -0600 |
commit | dd203ad41f15872939e327f0b399366cb13f2287 (patch) | |
tree | 2061439f4939ddbe90f4b3abfadeb216501ebf30 /go.mod | |
parent | b2b29dcd4956c9fa722daf6d31fc22aea74ed4fb (diff) | |
download | caddy-dd203ad41f15872939e327f0b399366cb13f2287.tar.gz caddy-dd203ad41f15872939e327f0b399366cb13f2287.zip |
go.mod: CertMagic v0.21.0v2.8.0-beta.2
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -7,7 +7,7 @@ require ( github.com/Masterminds/sprig/v3 v3.2.3 github.com/alecthomas/chroma/v2 v2.13.0 github.com/aryann/difflib v0.0.0-20210328193216-ff5ff6dc229b - github.com/caddyserver/certmagic v0.20.1-0.20240423172519-140a6fa9202e + github.com/caddyserver/certmagic v0.21.0 github.com/caddyserver/zerossl v0.1.2 github.com/dustin/go-humanize v1.0.1 github.com/go-chi/chi/v5 v5.0.12 @@ -15,7 +15,7 @@ require ( github.com/google/uuid v1.6.0 github.com/klauspost/compress v1.17.0 github.com/klauspost/cpuid/v2 v2.2.7 - github.com/mholt/acmez/v2 v2.0.0-beta.2 + github.com/mholt/acmez/v2 v2.0.1 github.com/prometheus/client_golang v1.19.0 github.com/quic-go/quic-go v0.43.1 github.com/smallstep/certificates v0.25.3-rc5 @@ -35,11 +35,11 @@ require ( go.uber.org/automaxprocs v1.5.3 go.uber.org/zap v1.27.0 go.uber.org/zap/exp v0.2.0 - golang.org/x/crypto v0.22.0 + golang.org/x/crypto v0.23.0 golang.org/x/crypto/x509roots/fallback v0.0.0-20240416174822-0da2a6a1bbc8 - golang.org/x/net v0.24.0 + golang.org/x/net v0.25.0 golang.org/x/sync v0.7.0 - golang.org/x/term v0.19.0 + golang.org/x/term v0.20.0 golang.org/x/time v0.5.0 gopkg.in/natefinch/lumberjack.v2 v2.2.1 gopkg.in/yaml.v3 v3.0.1 @@ -117,7 +117,7 @@ require ( github.com/mattn/go-colorable v0.1.13 // indirect github.com/mattn/go-isatty v0.0.20 // indirect github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect - github.com/miekg/dns v1.1.58 // indirect + github.com/miekg/dns v1.1.59 // indirect github.com/mitchellh/copystructure v1.2.0 // indirect github.com/mitchellh/go-ps v1.0.0 // indirect github.com/mitchellh/reflectwalk v1.0.2 // indirect @@ -144,10 +144,10 @@ require ( go.step.sm/crypto v0.42.1 go.step.sm/linkedca v0.20.1 // indirect go.uber.org/multierr v1.11.0 // indirect - golang.org/x/mod v0.16.0 // indirect - golang.org/x/sys v0.19.0 - golang.org/x/text v0.14.0 // indirect - golang.org/x/tools v0.19.0 // indirect + golang.org/x/mod v0.17.0 // indirect + golang.org/x/sys v0.20.0 + golang.org/x/text v0.15.0 // indirect + golang.org/x/tools v0.21.0 // indirect google.golang.org/grpc v1.62.1 // indirect google.golang.org/protobuf v1.33.0 // indirect howett.net/plist v1.0.0 // indirect |