go.mod: Append /v2 to module name; update all import paths

See https://github.com/golang/go/wiki/Modules#semantic-import-versioning
This commit is contained in:
Matthew Holt 2019-07-02 12:37:06 -06:00
parent 94c28a2574
commit fdd871e177
No known key found for this signature in database
GPG key ID: 2A349DD577D586A5
41 changed files with 72 additions and 72 deletions

View file

@ -21,7 +21,7 @@ import (
"path"
"strings"
"github.com/caddyserver/caddy"
"github.com/caddyserver/caddy/v2"
)
// TODO: A simple way to format or escape or encode each value would be nice