summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorMatthew Holt <mholt@users.noreply.github.com>2020-01-08 18:40:17 -0700
committerMatthew Holt <mholt@users.noreply.github.com>2020-01-08 18:40:17 -0700
commit3828a3aaacb6dbab7117efe3797eeb8625f9670f (patch)
tree0c8d91d49ff22438745caf8feae485693e9fc2e0 /go.mod
parent8bae8f5f5a4e8dd7bf805093b320aadb752432d2 (diff)
go.mod: Update lego, tidy up
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index fd97f2a..18df415 100644
--- a/go.mod
+++ b/go.mod
@@ -8,7 +8,7 @@ require (
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.2.0
+ github.com/go-acme/lego/v3 v3.3.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