forked from buildpacks/pack
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request buildpacks#314 from buildpack/verbose
Add verbose option
- Loading branch information
Showing
14 changed files
with
237 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,11 @@ | ||
module step | ||
|
||
require ( | ||
github.com/buildpack/lifecycle v0.0.0-20190131183901-e63977609a26 | ||
github.com/docker/distribution v2.7.1+incompatible // indirect | ||
github.com/docker/docker v0.7.3-0.20181027010111-b8e87cfdad8d | ||
github.com/google/go-containerregistry v0.0.0-20190206233756-dbc4da98389f | ||
github.com/pkg/errors v0.8.1 // indirect | ||
golang.org/x/net v0.0.0-20190206173232-65e2d4e15006 // indirect | ||
golang.org/x/sys v0.0.0-20190204203706-41f3e6584952 // indirect | ||
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect | ||
github.com/buildpack/lifecycle v0.4.1-0.20190923204251-11f83ef99246 | ||
github.com/docker/docker v0.7.3-0.20190307005417-54dddadc7d5d | ||
github.com/google/go-containerregistry v0.0.0-20190503220729-1c6c7f61e8a5 | ||
github.com/gorilla/context v1.1.1 // indirect | ||
) | ||
|
||
go 1.13 |
Oops, something went wrong.