diff --git a/.gitignore b/.gitignore index 0041e85..63e3502 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -buildenv_*/ \ No newline at end of file +buildenv_*/ +_gitignore/ \ No newline at end of file diff --git a/go.mod b/go.mod index fd3849f..1872d31 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module github.com/caddyserver/xcaddy go 1.14 -require github.com/Masterminds/semver/v3 v3.0.3 +require github.com/Masterminds/semver/v3 v3.1.0 diff --git a/go.sum b/go.sum index b57e64a..ef56648 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -github.com/Masterminds/semver/v3 v3.0.3 h1:znjIyLfpXEDQjOIEWh+ehwpTU14UzUPub3c3sm36u14= -github.com/Masterminds/semver/v3 v3.0.3/go.mod h1:VPu/7SZ7ePZ3QOrcuXROw5FAcLl4a0cBrbBpGY/8hQs= +github.com/Masterminds/semver/v3 v3.1.0 h1:Y2lUDsFKVRSYGojLJ1yLxSXdMmMYTYls0rCvoqmMUQk= +github.com/Masterminds/semver/v3 v3.1.0/go.mod h1:VPu/7SZ7ePZ3QOrcuXROw5FAcLl4a0cBrbBpGY/8hQs=