diff --git a/Makefile b/Makefile index 3548834..53e3cbd 100644 --- a/Makefile +++ b/Makefile @@ -28,4 +28,4 @@ test: go test -coverprofile=coverage.out ./... .PHONY: ci -ci: clean test build \ No newline at end of file +ci: clean test build diff --git a/go.mod b/go.mod index 1d59b22..360ab47 100644 --- a/go.mod +++ b/go.mod @@ -7,6 +7,6 @@ require ( github.com/ghodss/yaml v1.0.0 github.com/mitchellh/go-homedir v1.1.0 github.com/xeipuuv/gojsonschema v1.2.0 - golang.org/x/text v0.3.7 // indirect + golang.org/x/text v0.3.7 gopkg.in/yaml.v2 v2.2.8 // indirect ) diff --git a/go.sum b/go.sum index e6e462a..4b002ef 100644 --- a/go.sum +++ b/go.sum @@ -1,4 +1,3 @@ -github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=