We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91989f6 commit 741eaf9Copy full SHA for 741eaf9
go.mod
@@ -11,6 +11,7 @@ require (
11
github.com/golang/protobuf v1.3.2
12
github.com/gopherjs/gopherjs v0.0.0-20190430165422-3e4dfb77656c // indirect
13
github.com/goreleaser/goreleaser v0.106.0
14
+ github.com/goreleaser/nfpm v0.11.0
15
github.com/gorilla/websocket v1.4.0
16
github.com/jacobsa/crypto v0.0.0-20190317225127-9f44e2d11115 // indirect
17
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
internal/tools/tools.go
@@ -4,5 +4,6 @@ package tools
4
5
import (
6
_ "github.com/goreleaser/goreleaser"
7
+ _ "github.com/goreleaser/nfpm"
8
_ "golang.org/x/lint/golint"
9
)
0 commit comments