diff options
author | Matthew Holt <[email protected]> | 2022-08-18 10:56:27 -0600 |
---|---|---|
committer | Matthew Holt <[email protected]> | 2022-08-18 10:56:27 -0600 |
commit | fe5f5dfd6aa2f48e92897327c9c7d8c8583a3d72 (patch) | |
tree | 34a834bfe9604e3a6222bd79bf81f842b0abfb57 /go.mod | |
parent | c7772588bd44ceffcc0ba4817e4d43c826675379 (diff) | |
download | caddy-fe5f5dfd6aa2f48e92897327c9c7d8c8583a3d72.tar.gz caddy-fe5f5dfd6aa2f48e92897327c9c7d8c8583a3d72.zip |
go.mod: Upgrade CertMagic to v0.16.3
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -7,7 +7,7 @@ require ( github.com/Masterminds/sprig/v3 v3.2.2 github.com/alecthomas/chroma v0.10.0 github.com/aryann/difflib v0.0.0-20210328193216-ff5ff6dc229b - github.com/caddyserver/certmagic v0.16.2 + github.com/caddyserver/certmagic v0.16.3 github.com/dustin/go-humanize v1.0.1-0.20200219035652-afde56e7acac github.com/go-chi/chi v4.1.2+incompatible github.com/google/cel-go v0.12.4 @@ -29,7 +29,7 @@ require ( go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.0 go.opentelemetry.io/otel/sdk v1.4.0 go.uber.org/zap v1.21.0 - golang.org/x/crypto v0.0.0-20220331220935-ae2d96664a29 + golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa golang.org/x/net v0.0.0-20220812165438-1d4ff48094d1 golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21 @@ -90,7 +90,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.46 // indirect + github.com/miekg/dns v1.1.50 // 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 |