summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorMatthew Holt <mholt@users.noreply.github.com>2020-02-25 19:24:13 -0700
committerMatthew Holt <mholt@users.noreply.github.com>2020-02-25 19:24:13 -0700
commit78760c0ddcd890702977c876fdb126026e13f937 (patch)
tree0ce4a74bc80d586387f97a76efb567464e9d04e4 /go.mod
parentb0a491aec808652dfd65910ee192ab88c07ac99d (diff)
go.mod: Bump to Go 1.14
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 41be531..b07acdb 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
module github.com/caddyserver/caddy/v2
-go 1.13
+go 1.14
require (
github.com/Masterminds/sprig/v3 v3.0.0