From e7211f5f97ae9cbdb6c19513628acebd5d4ace43 Mon Sep 17 00:00:00 2001 From: Neil Pankey Date: Thu, 22 Sep 2022 16:04:41 -0700 Subject: [PATCH] go mod tidy --- Makefile | 2 +- go.mod | 2 +- go.sum | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) 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=