gojenkins icon indicating copy to clipboard operation
gojenkins copied to clipboard

add go modules

Open mattheusv opened this issue 7 years ago • 3 comments

It's useful to add a go.mod file. The build in Travis is broken because not find some dependencies

mattheusv avatar Dec 13 '18 15:12 mattheusv

And the tags are not semver and so the project cannot be imported into a go.mod. Creating a new tag v1.0.0 based on the current v1.0 will really help, thanks.

freddy33 avatar Jan 07 '19 15:01 freddy33

For help here is your go.mod file:

module github.com/bndr/gojenkins

require (
	github.com/stretchr/testify v1.3.0
	golang.org/x/net v0.0.0-20180901120000-a4630153038d
)

freddy33 avatar Jan 08 '19 10:01 freddy33

+1

bartenbach avatar Apr 02 '19 19:04 bartenbach