summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorMatthew Holt <mholt@users.noreply.github.com>2019-08-09 12:19:56 -0600
committerMatthew Holt <mholt@users.noreply.github.com>2019-08-09 12:19:56 -0600
commitc4159ef76d279d6a84257b24dbe97430af32eb1e (patch)
tree8749cd1171cde33b132a94bfcd1fd8c55cdfd979 /go.mod
parentab885f07b844fd60adb9d49ed7884f3cd2d939a7 (diff)
Fix module-related errors
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 bf9e248..6ad14bb 100644
--- a/go.mod
+++ b/go.mod
@@ -16,7 +16,7 @@ require (
github.com/imdario/mergo v0.3.7 // indirect
github.com/klauspost/compress v1.7.1-0.20190613161414-0b31f265a57b
github.com/klauspost/cpuid v1.2.1
- github.com/mholt/certmagic v0.6.2-0.20190624175158-6a42ef9fe8c2
+ github.com/mholt/certmagic v0.6.2
github.com/mitchellh/go-ps v0.0.0-20170309133038-4fdf99ab2936
github.com/rs/cors v1.6.0
github.com/russross/blackfriday/v2 v2.0.1