diff options
author | Matthew Holt <[email protected]> | 2021-08-26 15:00:25 -0600 |
---|---|---|
committer | Matthew Holt <[email protected]> | 2021-08-26 15:00:25 -0600 |
commit | 84b906a248a7cf7299f39f2f997822cb38387759 (patch) | |
tree | cf056069e6831e1039b0cfa9b431c27dd1462e5d /go.mod | |
parent | 403732c433b816409e3525a9f49b4cc90abc2486 (diff) | |
download | caddy-84b906a248a7cf7299f39f2f997822cb38387759.tar.gz caddy-84b906a248a7cf7299f39f2f997822cb38387759.zip |
go.mod: Upgrade some dependencies
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -6,15 +6,15 @@ require ( github.com/Masterminds/sprig/v3 v3.2.2 github.com/alecthomas/chroma v0.9.2 github.com/aryann/difflib v0.0.0-20210328193216-ff5ff6dc229b - github.com/caddyserver/certmagic v0.14.0 + github.com/caddyserver/certmagic v0.14.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.7.3 - github.com/google/uuid v1.2.0 - github.com/klauspost/compress v1.13.1 - github.com/klauspost/cpuid/v2 v2.0.6 + github.com/google/uuid v1.3.0 + github.com/klauspost/compress v1.13.4 + github.com/klauspost/cpuid/v2 v2.0.9 github.com/lucas-clemente/quic-go v0.23.0 - github.com/mholt/acmez v0.1.3 + github.com/mholt/acmez v1.0.0 github.com/naoina/go-stringutil v0.1.0 // indirect github.com/naoina/toml v0.1.1 github.com/prometheus/client_golang v1.11.0 @@ -22,9 +22,9 @@ require ( github.com/smallstep/cli v0.16.1 github.com/smallstep/nosql v0.3.8 github.com/smallstep/truststore v0.9.6 - github.com/yuin/goldmark v1.3.8 + github.com/yuin/goldmark v1.4.0 github.com/yuin/goldmark-highlighting v0.0.0-20210516132338-9216f9c5aa01 - go.uber.org/zap v1.17.0 + go.uber.org/zap v1.19.0 golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e golang.org/x/net v0.0.0-20210614182718-04defd469f4e golang.org/x/term v0.0.0-20210503060354-a79de5458b56 |