Rickard von Essen
f3265e92e0
Updated dep: go-fs
2016-10-08 17:07:26 +02:00
Sander van Harmelen
ba00afd4f1
govendor: add go-cloudstack depedency
2016-10-07 21:42:17 +02:00
Matthew Hooker
5ab19ea469
bump ssh library, check for ssh.ExitMissingError
...
should resolve #3920
2016-10-05 18:16:08 -07:00
Matthew Hooker
fb8ced982a
removes vendor make target
...
documents how to correctly add deps
removes unused dependencies
installs govendor as part of deps make target
2016-10-05 15:50:17 -07:00
Matthew Hooker
9ff9539d72
Ignores appengine
...
The appengine imports cause govendor to fail since it's imported as
"appengine". We get failures like:
Error: Package "appengine" not a go package or not in GOPATH.
If we ignore it, the issue goes away and we can still comple
2016-10-05 15:50:06 -07:00
Matthew Hooker
d08f1b503f
Applies govenor migrate godep
...
Updates contributing and make file
Removes empty vendor package
Removes go 1.4 logic
2016-10-05 15:49:22 -07:00
Rickard von Essen
f4eb612594
Propery vendor github.com/approvals/go-approval-tests
2016-10-03 13:48:29 -07:00
Rickard von Essen
8431fd5f41
Drop unused vendored deps
2016-10-03 13:48:29 -07:00
Rickard von Essen
6376d2744f
builder/googlecompute: Properly vendor test dependencies
...
Properly vendor github.com/stretchr/testify/assert
2016-10-03 13:48:29 -07:00
Rickard von Essen
51a9a51699
Update winrm and winrmcp dependencies
...
Updated winrm and winrmcp dependencies. Relevant unit and acceptance tests passed successfully.
shell.Execute didn't return a Command object.
See f1bcf36a69/winrmcp/cp.go (L167)
and 54ea5d0147/winrm/shell.go (L10-L22)
respectively.
Closes #3763
Original patch by: Philipp Kosel <philipp.kosel@gmail.com>
2016-10-03 13:48:29 -07:00
jasminSPC
325401eaf0
Merge remote-tracking branch 'upstream/master' into packer-builder-profitbricks
2016-09-13 12:06:45 +02:00
Rickard von Essen
c3861d1675
Merge pull request #3856 from rickard-von-essen/ecr-support
...
Improved support for Amazon EC2 Container Registry - ECR
2016-09-12 13:43:41 +02:00
Rickard von Essen
667b97062e
Fixed github.com/stretchr/testify deps
2016-09-12 12:53:01 +02:00
Scott Crunkleton
913a9db23f
Added github.com/stretchr/testify to vendor.
2016-09-09 18:31:21 -07:00
Rickard von Essen
e68f2782f8
Updated aws-sdk-go from v1.1.2 to v1.4.6
...
Updated github.com/aws/aws-sdk-go/aws from v1.1.2 to v1.4.6 to support
Amazon EC2 Container Registry - ECR.
2016-09-04 14:45:01 +02:00
jasminSPC
1ef326ad68
Added missing dependencies
2016-08-01 14:02:25 +02:00
jasminSPC
e26e533e9b
Fixed godep
2016-08-01 13:15:21 +02:00
jasminSPC
a61716d4a4
Merge remote-tracking branch 'upstream/master' into packer-builder-profitbricks
...
# Conflicts:
# Godeps/Godeps.json
2016-08-01 13:09:07 +02:00
jasminSPC
92e0f2bf4c
Merge remote-tracking branch 'upstream/master' into packer-builder-profitbricks
...
# Conflicts:
# Godeps/Godeps.json
2016-08-01 12:09:03 +02:00
Chris Bednarski
f9cea9edd1
Merge pull request #3651 from mitchellh/f-manifest-post-processor
...
Manifest post processor
2016-07-21 15:55:47 -07:00
Christopher Boumenot
323dc70ed6
Merge remote-tracking branch 'origin/master' into pr-3680-update-azure-sdk
2016-07-20 12:08:28 -07:00
Christopher Boumenot
7d259ab098
Update Azure dependencies.
...
* azure-sdk-for-go to 3.1.0-beta
* go-autorest to 7.0.7
* dgrijalva/jwt-go to 3.0.0
Add the German cloud configuration.
Ensure the different cloud URLs are _actually_ used.
2016-07-20 10:47:46 -07:00
Christopher Boumenot
31b5cee287
Add Approvals dependency
2016-07-15 21:21:23 -07:00
jasminSPC
fdffa25028
godep fix
2016-07-08 19:40:36 +02:00
jasminSPC
df0298c9ae
Packer Builder ProfitBricks
2016-06-29 04:35:41 +02:00
Chris Bednarski
104cdcf266
Added go-uuid
2016-06-10 15:58:17 -07:00
Paul Meyer
1fa8255bdb
Update to go-autorest v7.0.6.
2016-06-10 14:23:42 -07:00
Christopher Boumenot
dca2b515a3
Update to go-autorest v7.0.5. ( #3554 )
2016-05-18 17:18:46 -07:00
Peter Schultz
f469434f74
Update google.golang.org/api/compute/v1
2016-05-13 15:24:02 -07:00
Vasiliy Tolstov
6a5f6938ef
post-processor/compress: add bgzf format support
...
* add bgzf compressor (it allows seek inside compressed file)
* add optional format config variable to specify archive format
* Update pgzip to get sse4 and avx optimizations.
Signed-off-by: Vasiliy Tolstov <v.tolstov@selfip.ru>
2016-05-13 11:51:00 +02:00
Chris Bednarski
d458f81dd8
Revert "Updated vendor pacakge for winrmcp"
...
This reverts commit e38c1122ab
.
2016-05-06 23:02:09 -07:00
Chris Bednarski
e38c1122ab
Updated vendor pacakge for winrmcp
2016-05-06 22:57:29 -07:00
Christopher Boumenot
0abf0bbab0
Update Azure dependencies.
...
Add go-ntlmssp.
blah
2016-05-05 13:40:17 -07:00
Paul Hinze
adcae08cd5
Update atlas-go to latest version that uses go-rootcerts ( #3494 )
...
Fixes issues on OS X w/ verifying against an Atlas using a custom certificate.
2016-05-03 16:41:59 -07:00
Chris Bednarski
209603ec88
Vendor Azure dependencies
2016-03-14 20:08:41 -07:00
Chris Bednarski
ab36418729
Udpated winrmcp dep
2016-03-10 15:05:34 -08:00
Chris Bednarski
588f9f30b2
Remove unused dependencies; see godep v54
2016-02-22 16:21:39 -08:00
Chris Bednarski
8a53385cbc
Revert "Remove a bunch of unused dependencies (godep v54+ required)"
...
This reverts commit 9ed133ea01
.
2016-02-22 11:44:12 -08:00
Chris Bednarski
9ed133ea01
Remove a bunch of unused dependencies (godep v54+ required)
2016-02-22 11:40:02 -08:00
Rickard von Essen
0cffcb0c39
Updated vendor after update of gophercloud in 88a84f5
2016-02-22 09:45:21 +01:00
Jeff Mitchell
bbafc0469b
Update go-cleanhttp
2016-02-17 17:22:21 -05:00
Chris Bednarski
115426becb
Update aws-sdk-go to 1.1.2 release
2016-02-12 16:17:46 -08:00
Chris Bednarski
53176f8cdb
Added amazon s3 service to vendor, to support the amazon-import feature
2016-02-12 10:41:26 -08:00
Chris Bednarski
dbdb988634
Vendor all dependencies
2016-02-04 17:33:36 -08:00