Housekeeping

This commit is contained in:
Matthew Holt 2020-04-23 14:36:17 -06:00
parent 6f998dab69
commit 7e4f9a06d3
No known key found for this signature in database
GPG key ID: 2A349DD577D586A5
3 changed files with 5 additions and 4 deletions

3
.gitignore vendored
View file

@ -1 +1,2 @@
buildenv_*/
buildenv_*/
_gitignore/

2
go.mod
View file

@ -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

4
go.sum
View file

@ -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=