summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorMatthew Holt <mholt@users.noreply.github.com>2019-12-17 10:59:35 -0700
committerMatthew Holt <mholt@users.noreply.github.com>2019-12-17 10:59:35 -0700
commit080a62d5c5cf07db2f4183f4c8741ff9810d033f (patch)
treedd5a71ed12a16a0152d08b27900ce0e669522fe8 /go.mod
parentdae4913fe35ff3f8a97383061ea8d44c1e98279e (diff)
Update go.mod; use CertMagic v0.9.0
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod14
1 files changed, 9 insertions, 5 deletions
diff --git a/go.mod b/go.mod
index cf36857..3d0b241 100644
--- a/go.mod
+++ b/go.mod
@@ -5,17 +5,19 @@ go 1.13
require (
github.com/Masterminds/sprig/v3 v3.0.0
github.com/andybalholm/brotli v0.0.0-20190821151343-b60f0d972eeb
+ github.com/cenkalti/backoff/v3 v3.1.1 // indirect
github.com/dustin/go-humanize v1.0.0
- github.com/go-acme/lego/v3 v3.1.0
+ github.com/go-acme/lego/v3 v3.2.0
github.com/golang/groupcache v0.0.0-20191002201903-404acd9df4cc
github.com/ilibs/json5 v1.0.1
github.com/imdario/mergo v0.3.8 // indirect
github.com/jsternberg/zap-logfmt v1.2.0
github.com/keybase/go-ps v0.0.0-20190827175125-91aafc93ba19
github.com/klauspost/compress v1.8.6
- github.com/klauspost/cpuid v1.2.1
+ github.com/klauspost/cpuid v1.2.2
github.com/lucas-clemente/quic-go v0.14.1
- github.com/mholt/certmagic v0.8.3
+ github.com/mholt/certmagic v0.9.0
+ github.com/miekg/dns v1.1.25 // indirect
github.com/muhammadmuzzammil1998/jsonc v0.0.0-20190906142622-1265e9b150c6
github.com/onsi/ginkgo v1.8.0 // indirect
github.com/onsi/gomega v1.5.0 // indirect
@@ -25,7 +27,9 @@ require (
go.starlark.net v0.0.0-20190919145610-979af19b165c
go.uber.org/multierr v1.2.0 // indirect
go.uber.org/zap v1.10.0
- golang.org/x/crypto v0.0.0-20191010185427-af544f31c8ac
- golang.org/x/net v0.0.0-20191009170851-d66e71096ffb
+ golang.org/x/crypto v0.0.0-20191206172530-e9b2fee46413
+ golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553
+ golang.org/x/sys v0.0.0-20191210023423-ac6580df4449 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0
+ gopkg.in/square/go-jose.v2 v2.4.1 // indirect
)