Skip to content

Commit

Permalink
Update microsoft/go-winio dependency (#112)
Browse files Browse the repository at this point in the history
* Removed debug file

* Formatted with gofmt after files were modified via GitHub web interface

* Updated go-winio dependency to latest version.

This update includes fixes from this PR:
microsoft/go-winio#48

That fixes:
microsoft/go-winio#41

And should fix #111.
  • Loading branch information
PaulMaddox authored and sanathkr committed Sep 13, 2017
1 parent 69633c0 commit 79dcd37
Show file tree
Hide file tree
Showing 9 changed files with 382 additions and 104 deletions.
2 changes: 1 addition & 1 deletion invoke.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ func invoke(c *cli.Context) {
EnvOverrideFile: c.String("env-vars"),
DebugPort: c.String("debug-port"),
SkipPullImage: c.Bool("skip-pull-image"),
DockerNetwork: c.String("docker-network"),
DockerNetwork: c.String("docker-network"),
})

if err != nil {
Expand Down
Binary file removed router/debug.test
Binary file not shown.
20 changes: 16 additions & 4 deletions vendor/github.com/Microsoft/go-winio/backup.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

137 changes: 137 additions & 0 deletions vendor/github.com/Microsoft/go-winio/ea.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 79dcd37

Please sign in to comment.