Add new dependency to Jenkinsfile

This commit is contained in:
Gunnsteinn Hall 2018-12-02 22:02:56 +00:00
parent dd145a2d15
commit ec15ac6fa4

1
Jenkinsfile vendored
View File

@ -23,6 +23,7 @@ node {
// Get dependencies
sh 'go get golang.org/x/image/tiff/lzw'
sh 'go get golang.org/x/text/unicode/norm'
sh 'go get github.com/boombuler/barcode'
}