Skip to content

Commit 741eaf9

Browse files
committed
Add nfpm to tools and go.mod.
1 parent 91989f6 commit 741eaf9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ require (
1111
github.com/golang/protobuf v1.3.2
1212
github.com/gopherjs/gopherjs v0.0.0-20190430165422-3e4dfb77656c // indirect
1313
github.com/goreleaser/goreleaser v0.106.0
14+
github.com/goreleaser/nfpm v0.11.0
1415
github.com/gorilla/websocket v1.4.0
1516
github.com/jacobsa/crypto v0.0.0-20190317225127-9f44e2d11115 // indirect
1617
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect

internal/tools/tools.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ package tools
44

55
import (
66
_ "github.com/goreleaser/goreleaser"
7+
_ "github.com/goreleaser/nfpm"
78
_ "golang.org/x/lint/golint"
89
)

0 commit comments

Comments
 (0)