diff options
author | Alan Pearce | 2024-11-30 10:54:54 +0100 |
---|---|---|
committer | Alan Pearce | 2024-11-30 10:54:54 +0100 |
commit | ad428e7cf3d54542bea2881fe699a29f7ee28fee (patch) | |
tree | 6bae0ca8d18fe9a05a9c87a0b17d01be324253ca /go.mod | |
parent | b94f66cfe5bf87ec6d2a32448ca5c55ba118c7aa (diff) | |
download | website-ad428e7cf3d54542bea2881fe699a29f7ee28fee.tar.lz website-ad428e7cf3d54542bea2881fe699a29f7ee28fee.tar.zst website-ad428e7cf3d54542bea2881fe699a29f7ee28fee.zip |
Update certmagic
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/go.mod b/go.mod index 9646d0b..ab98116 100644 --- a/go.mod +++ b/go.mod @@ -13,7 +13,7 @@ require ( github.com/ardanlabs/conf/v3 v3.1.7 github.com/benpate/digit v0.12.1 github.com/caddyserver/caddy/v2 v2.8.4 - github.com/caddyserver/certmagic v0.21.3 + github.com/caddyserver/certmagic v0.21.4 github.com/crewjam/csp v0.0.2 github.com/deckarep/golang-set/v2 v2.6.0 github.com/fatih/structtag v1.2.0 @@ -62,9 +62,9 @@ require ( github.com/inconshreveable/mousetrap v1.1.0 // indirect github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect github.com/kevinburke/ssh_config v1.2.0 // indirect - github.com/klauspost/cpuid/v2 v2.2.8 // indirect + github.com/klauspost/cpuid/v2 v2.2.9 // indirect github.com/libdns/libdns v0.2.2 // indirect - github.com/mholt/acmez/v2 v2.0.2 // indirect + github.com/mholt/acmez/v2 v2.0.3 // indirect github.com/microcosm-cc/bluemonday v1.0.26 // indirect github.com/miekg/dns v1.1.62 // indirect github.com/mittwald/go-powerdns v0.6.6 // indirect @@ -94,17 +94,17 @@ require ( go.uber.org/multierr v1.11.0 // indirect go.uber.org/zap v1.27.0 // indirect go.uber.org/zap/exp v0.2.0 // indirect - golang.org/x/crypto v0.27.0 // indirect + golang.org/x/crypto v0.29.0 // indirect golang.org/x/crypto/x509roots/fallback v0.0.0-20240624163532-1c7450041f58 // indirect golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect - golang.org/x/mod v0.21.0 // indirect - golang.org/x/net v0.29.0 // indirect - golang.org/x/sync v0.8.0 // indirect - golang.org/x/sys v0.25.0 // indirect - golang.org/x/term v0.24.0 // indirect - golang.org/x/text v0.18.0 // indirect + golang.org/x/mod v0.22.0 // indirect + golang.org/x/net v0.31.0 // indirect + golang.org/x/sync v0.9.0 // indirect + golang.org/x/sys v0.27.0 // indirect + golang.org/x/term v0.26.0 // indirect + golang.org/x/text v0.20.0 // indirect golang.org/x/time v0.6.0 // indirect - golang.org/x/tools v0.25.0 // indirect + golang.org/x/tools v0.27.0 // indirect google.golang.org/protobuf v1.34.2 // indirect gopkg.in/warnings.v0 v0.1.2 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect |