summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorMatthew Holt <mholt@users.noreply.github.com>2020-04-14 11:28:41 -0600
committerMatthew Holt <mholt@users.noreply.github.com>2020-04-14 11:28:41 -0600
commit2609a728936775377ae14834f9073f1bdc2f7601 (patch)
tree194fd604c2ad7db173a9075b86271de446ae2337 /go.mod
parentec456811bb6d61ce32dbe6e4b7580d383f8a4adf (diff)
go.mod: Update dependencies including CertMagic (fixes #3202)
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod18
1 files changed, 9 insertions, 9 deletions
diff --git a/go.mod b/go.mod
index fe50c54..f7d7af5 100644
--- a/go.mod
+++ b/go.mod
@@ -4,9 +4,9 @@ go 1.14
require (
github.com/Masterminds/sprig/v3 v3.0.2
- github.com/alecthomas/chroma v0.7.2-0.20200305040604-4f3623dce67a
+ github.com/alecthomas/chroma v0.7.2
github.com/aryann/difflib v0.0.0-20170710044230-e206f873d14a
- github.com/caddyserver/certmagic v0.10.11
+ github.com/caddyserver/certmagic v0.10.12
github.com/cenkalti/backoff/v4 v4.0.2 // indirect
github.com/dustin/go-humanize v1.0.1-0.20200219035652-afde56e7acac
github.com/go-acme/lego/v3 v3.5.0
@@ -21,18 +21,18 @@ require (
github.com/miekg/dns v1.1.29 // indirect
github.com/naoina/go-stringutil v0.1.0 // indirect
github.com/naoina/toml v0.1.1
- github.com/smallstep/certificates v0.14.1
- github.com/smallstep/cli v0.14.1
+ github.com/smallstep/certificates v0.14.2
+ github.com/smallstep/cli v0.14.2
github.com/smallstep/truststore v0.9.5
github.com/vulcand/oxy v1.1.0
- github.com/yuin/goldmark v1.1.27
+ github.com/yuin/goldmark v1.1.28
github.com/yuin/goldmark-highlighting v0.0.0-20200307114337-60d527fdb691
go.uber.org/zap v1.14.1
- golang.org/x/crypto v0.0.0-20200406173513-056763e48d71
+ golang.org/x/crypto v0.0.0-20200414155820-4f8f47aa7992
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
- golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa // indirect
- google.golang.org/genproto v0.0.0-20200409111301-baae70f3302d
+ golang.org/x/sys v0.0.0-20200413165638-669c56c373c4 // indirect
+ google.golang.org/genproto v0.0.0-20200413115906-b5235f65be36
gopkg.in/natefinch/lumberjack.v2 v2.0.0
- gopkg.in/square/go-jose.v2 v2.4.1 // indirect
+ gopkg.in/square/go-jose.v2 v2.5.0 // indirect
gopkg.in/yaml.v2 v2.2.8
)