From 38a99178158f855e8f9a82b3ca6ae66a85fc963b Mon Sep 17 00:00:00 2001 From: jola5 Date: Thu, 9 Feb 2017 10:19:38 +0100 Subject: [PATCH] Handle dependencies in gomfile --- .travis.yml | 1 - Gomfile | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4fcc813f..6174f0df 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,6 @@ before_install: - mkdir -p $GOPATH/src/github.com/smira - ln -s $TRAVIS_BUILD_DIR $GOPATH/src/github.com/smira || true - cd $GOPATH/src/github.com/smira/aptly - - go get golang.org/x/sys/unix install: - make prepare diff --git a/Gomfile b/Gomfile index 929235a6..c96908e4 100644 --- a/Gomfile +++ b/Gomfile @@ -26,6 +26,7 @@ gom 'github.com/ugorji/go/codec', :commit => '71c2886f5a673a35f909803f38ece58101 gom 'github.com/vaughan0/go-ini', :commit => 'a98ad7ee00ec53921f08832bc06ecf7fd600e6a1' gom 'github.com/wsxiaoys/terminal/color', :commit => '5668e431776a7957528361f90ce828266c69ed08' gom 'golang.org/x/crypto/ssh/terminal', :commit => 'a7ead6ddf06233883deca151dffaef2effbf498f' +gom 'golang.org/x/sys/unix', :commit => '7a6e5648d140666db5d920909e082ca00a87ba2c' group :test do gom 'gopkg.in/check.v1'