Skip to content

Commit

Permalink
fix gomod name
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed May 1, 2020
1 parent 6ef1864 commit 7f86a1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ clean:

.PHONY: bulid
build:
go build -o git-chglog ./cmd/git-chglog
go build -o git-chglog github.com/git-chglog/git-chglog/cmd/git-chglog

.PHONY: test
test:
Expand Down
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
module git-chglog
module github.com/git-chglog/git-chglog

go 1.13

require (
github.com/fatih/color v1.9.0
github.com/git-chglog/git-chglog v0.0.0-20200414013904-db796966b373
github.com/imdario/mergo v0.3.9
github.com/mattn/go-colorable v0.1.6
github.com/stretchr/testify v1.5.1
Expand Down

0 comments on commit 7f86a1e

Please sign in to comment.