Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
Drop goreleaser dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
minamijoyo committed Feb 18, 2020
1 parent 9a82925 commit 1c950cb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 269 deletions.
6 changes: 0 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@ GOBIN := $(shell echo "$${GOPATH%%:*}/bin")
endif

GOLINT := $(GOBIN)/golint
GORELEASER := $(GOBIN)/goreleaser

$(GOLINT): ; @go install golang.org/x/lint/golint
$(GORELEASER): ; @go install github.com/goreleaser/goreleaser

.DEFAULT_GOAL := build

Expand Down Expand Up @@ -38,7 +36,3 @@ test: deps

.PHONY: check
check: lint vet test build

.PHONY: release
release: check $(GORELEASER)
goreleaser --rm-dist
5 changes: 3 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@ module github.com/minamijoyo/hcledit
go 1.13

require (
github.com/goreleaser/goreleaser v0.123.3
github.com/hashicorp/hcl/v2 v2.3.1-0.20200103191330-7990d6e9a2c9
github.com/hashicorp/logutils v1.0.0
github.com/spf13/cobra v0.0.5
github.com/spf13/pflag v1.0.5 // indirect
github.com/zclconf/go-cty v1.2.0
github.com/stretchr/testify v1.4.0 // indirect
golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v2 v2.2.7 // indirect
)

replace github.com/hashicorp/hcl/v2 => github.com/minamijoyo/hcl/v2 v2.0.1-0.20200129060650-436ebf7cac4f
Loading

0 comments on commit 1c950cb

Please sign in to comment.