Skip to content

Commit

Permalink
Add a go.mod
Browse files Browse the repository at this point in the history
Signed-off-by: Dani Louca <[email protected]>
  • Loading branch information
dloucasfx committed Feb 10, 2020
1 parent 89cdc0d commit f51d404
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module github.com/bndr/gojenkins

go 1.13

require (
github.com/stretchr/testify v1.4.0
golang.org/x/net v0.0.0-20200114155413-6afb5195e5aa
)

0 comments on commit f51d404

Please sign in to comment.