From 774f2288682c117763a42de17b592200469ebaac Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Sat, 6 May 2023 11:30:27 -0600 Subject: go.mod: Upgrade CertMagic --- go.mod | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 7f110c5..7416791 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/Masterminds/sprig/v3 v3.2.3 github.com/alecthomas/chroma/v2 v2.7.0 github.com/aryann/difflib v0.0.0-20210328193216-ff5ff6dc229b - github.com/caddyserver/certmagic v0.17.2 + github.com/caddyserver/certmagic v0.17.3-0.20230506151259-06734ae7401b github.com/dustin/go-humanize v1.0.1 github.com/go-chi/chi v4.1.2+incompatible github.com/google/cel-go v0.14.0 @@ -15,7 +15,7 @@ require ( github.com/klauspost/compress v1.16.5 github.com/klauspost/cpuid/v2 v2.2.4 github.com/mastercactapus/proxyprotocol v0.0.4 - github.com/mholt/acmez v1.1.0 + github.com/mholt/acmez v1.1.1 github.com/prometheus/client_golang v1.14.0 github.com/quic-go/quic-go v0.34.0 github.com/smallstep/certificates v0.23.2 @@ -108,7 +108,7 @@ require ( github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect github.com/micromdm/scep/v2 v2.1.0 // indirect - github.com/miekg/dns v1.1.50 // indirect + github.com/miekg/dns v1.1.54 // 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 @@ -135,12 +135,12 @@ require ( go.step.sm/cli-utils v0.7.5 // indirect go.step.sm/crypto v0.23.2 go.step.sm/linkedca v0.19.0 // indirect - go.uber.org/atomic v1.9.0 // indirect - go.uber.org/multierr v1.9.0 // indirect - golang.org/x/mod v0.8.0 // indirect - golang.org/x/sys v0.7.0 + go.uber.org/atomic v1.11.0 // indirect + go.uber.org/multierr v1.11.0 // indirect + golang.org/x/mod v0.10.0 // indirect + golang.org/x/sys v0.8.0 golang.org/x/text v0.9.0 // indirect - golang.org/x/tools v0.6.0 // indirect + golang.org/x/tools v0.8.0 // indirect google.golang.org/grpc v1.53.0 // indirect google.golang.org/protobuf v1.28.1 // indirect gopkg.in/square/go-jose.v2 v2.6.0 // indirect -- cgit v1.2.3