diff options
author | Matthew Holt <mholt@users.noreply.github.com> | 2020-02-25 19:24:13 -0700 |
---|---|---|
committer | Matthew Holt <mholt@users.noreply.github.com> | 2020-02-25 19:24:13 -0700 |
commit | 78760c0ddcd890702977c876fdb126026e13f937 (patch) | |
tree | 0ce4a74bc80d586387f97a76efb567464e9d04e4 | |
parent | b0a491aec808652dfd65910ee192ab88c07ac99d (diff) |
go.mod: Bump to Go 1.14
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |