From a1a8825cdc0a95d43ba725376c40c2e83074ef36 Mon Sep 17 00:00:00 2001 From: Matt Farina Date: Thu, 3 Oct 2019 14:51:37 -0400 Subject: [PATCH] Removing some duplicate go module stuff not needed Signed-off-by: Matt Farina --- Makefile | 4 ++-- go.mod | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index e91beb5e3..2634a4e40 100644 --- a/Makefile +++ b/Makefile @@ -120,13 +120,13 @@ format: $(GOIMPORTS) # when downloading the following dependencies $(GOX): - (cd /; GO111MODULE=on GO111MODULE=on go get -u github.com/mitchellh/gox) + (cd /; GO111MODULE=on go get -u github.com/mitchellh/gox) $(GOLANGCI_LINT): (cd /; GO111MODULE=on go get -u github.com/golangci/golangci-lint/cmd/golangci-lint) $(GOIMPORTS): - (cd /; GO111MODULE=on GO111MODULE=on go get -u golang.org/x/tools/cmd/goimports) + (cd /; GO111MODULE=on go get -u golang.org/x/tools/cmd/goimports) # ------------------------------------------------------------------------------ # release diff --git a/go.mod b/go.mod index 42c0fa088..219d9e212 100644 --- a/go.mod +++ b/go.mod @@ -10,9 +10,7 @@ require ( github.com/BurntSushi/toml v0.3.1 github.com/MakeNowJust/heredoc v0.0.0-20171113091838-e9091a26100e github.com/Masterminds/goutils v1.1.0 - github.com/Masterminds/semver v1.5.0 // indirect github.com/Masterminds/semver/v3 v3.0.1 - github.com/Masterminds/sprig v2.22.0+incompatible // indirect github.com/Masterminds/sprig/v3 v3.0.0 github.com/Masterminds/vcs v1.13.0 github.com/Microsoft/go-winio v0.4.12