Squashed commit of the following:
commit 0203e5c57f397865fd5a95b7f91f5f27fd306431 Author: Marius <maerious@gmail.com> Date: Sat Jan 9 20:39:46 2016 +0100 Update dependencies commit be5b2b8f62b4644fd9c52a838fe68d98b4eae8e4 Author: Marius <maerious@gmail.com> Date: Sat Jan 9 19:17:32 2016 +0100 Pull dependencies from vendor/ in /home/marius/workspace/go for Go < 1.5 commit e631bbcc59e4c9e5e928b172b4c6aab6eb71274d Author: Marius <maerious@gmail.com> Date: Sat Jan 9 19:15:20 2016 +0100 Vendor dependencies
This commit is contained in:
parent
a6e85ecf7e
commit
a1141b836f
|
@ -1,15 +1,27 @@
|
|||
[submodule "vendor/github.com/nightlyone/lockfile"]
|
||||
path = vendor/github.com/nightlyone/lockfile
|
||||
url = https://github.com/nightlyone/lockfile.git
|
||||
[submodule "vendor/github.com/aws/aws-sdk-go"]
|
||||
path = vendor/github.com/aws/aws-sdk-go
|
||||
url = https://github.com/aws/aws-sdk-go
|
||||
[submodule "vendor/github.com/bmizerany/pat"]
|
||||
path = vendor/github.com/bmizerany/pat
|
||||
url = https://github.com/bmizerany/pat
|
||||
[submodule "vendor/github.com/golang/mock"]
|
||||
path = vendor/github.com/golang/mock
|
||||
url = https://github.com/golang/mock
|
||||
[submodule "vendor/github.com/stretchr/testify"]
|
||||
path = vendor/github.com/stretchr/testify
|
||||
url = https://github.com/stretchr/testify
|
||||
[submodule "github.com/bmizerany/pat"]
|
||||
path = vendor/github.com/bmizerany/pat
|
||||
url = https://github.com/bmizerany/pat
|
||||
[submodule "github.com/nightlyone/lockfile"]
|
||||
path = vendor/github.com/nightlyone/lockfile
|
||||
url = https://github.com/nightlyone/lockfile
|
||||
[submodule "github.com/aws/aws-sdk-go"]
|
||||
path = vendor/github.com/aws/aws-sdk-go
|
||||
url = https://github.com/aws/aws-sdk-go
|
||||
[submodule "github.com/go-ini/ini"]
|
||||
path = vendor/github.com/go-ini/ini
|
||||
url = https://github.com/go-ini/ini
|
||||
[submodule "github.com/jmespath/go-jmespath"]
|
||||
path = vendor/github.com/jmespath/go-jmespath
|
||||
url = https://github.com/jmespath/go-jmespath
|
||||
[submodule "github.com/golang/mock"]
|
||||
path = vendor/github.com/golang/mock
|
||||
url = https://github.com/golang/mock
|
||||
[submodule "github.com/stretchr/testify"]
|
||||
path = vendor/github.com/stretchr/testify
|
||||
url = https://github.com/stretchr/testify
|
||||
[submodule "github.com/davecgh/go-spew"]
|
||||
path = vendor/github.com/davecgh/go-spew
|
||||
url = https://github.com/davecgh/go-spew
|
||||
[submodule "github.com/pmezard/go-difflib"]
|
||||
path = vendor/github.com/pmezard/go-difflib
|
||||
url = https://github.com/pmezard/go-difflib
|
||||
|
|
|
@ -19,7 +19,7 @@ matrix:
|
|||
|
||||
install:
|
||||
- export PACKAGES=$(find ./ -maxdepth 1 -type d -not \( -name ".git" -or -name "cmd" -or -name "vendor" -or -name "data" \))
|
||||
- go get $PACKAGES
|
||||
- rsync -r ./vendor/ $GOPATH/src
|
||||
|
||||
script:
|
||||
- go test $PACKAGES
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit c676927b4f3771ff71c0c0b0cb8cf4575d8d0a65
|
||||
Subproject commit b7b1a098eeebcdf7db0af5818e255dc8569b88ce
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 5215b55f46b2b919f50a1df0eaa5886afe4e3b3d
|
|
@ -0,0 +1 @@
|
|||
Subproject commit afbd495e5aaea13597b5e14fe514ddeaa4d76fc3
|
|
@ -0,0 +1 @@
|
|||
Subproject commit c01cf91b011868172fdcd9f41838e80c9d716264
|
|
@ -0,0 +1 @@
|
|||
Subproject commit e8554b8641db39598be7f6342874b958f12ae1d4
|
|
@ -1 +1 @@
|
|||
Subproject commit 67106a5111a06241c8d84952c33214675f51a34a
|
||||
Subproject commit ac0e5818a16c41b78daa9b7c4b491eb4be5cc629
|
Loading…
Reference in New Issue