summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorMatthew Holt <mholt@users.noreply.github.com>2021-10-12 01:08:28 -0600
committerMatthew Holt <mholt@users.noreply.github.com>2021-10-12 01:08:28 -0600
commitc4790d7f9d48f72254051e5743d00e930928e0c9 (patch)
tree96e89c8b2dcd62e2f491c890eaaafd46ca5d8d9b /go.mod
parent837cdc566d609eae8f5f6b7207c4642768dfa4de (diff)
go.mod: Carefully upgrade some dependencies (fix #4251)
The upgrade of smallstep/certificates fixes #4251. The upgrade of CertMagic fixes an issue reported in the forum that a longer timeout was confirmed to resolve (without any particular explanation, but oh well). Other upgrades have minor improvements and seem safe.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod16
1 files changed, 8 insertions, 8 deletions
diff --git a/go.mod b/go.mod
index 522abd8..fe32353 100644
--- a/go.mod
+++ b/go.mod
@@ -6,29 +6,29 @@ 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.5
+ github.com/caddyserver/certmagic v0.15.1
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.3.0
- github.com/klauspost/compress v1.13.4
+ github.com/klauspost/compress v1.13.6
github.com/klauspost/cpuid/v2 v2.0.9
github.com/lucas-clemente/quic-go v0.23.0
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
- github.com/smallstep/certificates v0.16.4
- github.com/smallstep/cli v0.16.1
+ github.com/smallstep/certificates v0.17.5-0.20211008195551-04fe3126bebf
+ github.com/smallstep/cli v0.17.6
github.com/smallstep/nosql v0.3.8
github.com/smallstep/truststore v0.9.6
- github.com/yuin/goldmark v1.4.0
+ github.com/yuin/goldmark v1.4.1
github.com/yuin/goldmark-highlighting v0.0.0-20210516132338-9216f9c5aa01
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/crypto v0.0.0-20210915214749-c084706c2272
+ golang.org/x/net v0.0.0-20210913180222-943fd674d43e
golang.org/x/term v0.0.0-20210503060354-a79de5458b56
- google.golang.org/genproto v0.0.0-20210604141403-392c879c8b08
+ google.golang.org/genproto v0.0.0-20210719143636-1d5a45f8e492
google.golang.org/protobuf v1.27.1
gopkg.in/natefinch/lumberjack.v2 v2.0.0
gopkg.in/yaml.v2 v2.4.0