Skip to content

Commit

Permalink
Update pack dependency (#4267)
Browse files Browse the repository at this point in the history
* Update docker/docker dependency

Signed-off-by: David Gageot <[email protected]>

* Update github.com/buildpacks/imgutil dependency

Signed-off-by: David Gageot <[email protected]>

* Update github.com/buildpacks/pack dependency

Signed-off-by: David Gageot <[email protected]>

* Update golang.org/x/sys dependency

Signed-off-by: David Gageot <[email protected]>
  • Loading branch information
dgageot authored May 27, 2020
1 parent 012dcde commit f30af02
Show file tree
Hide file tree
Showing 653 changed files with 61,479 additions and 82,211 deletions.
9 changes: 5 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ go 1.14
replace (
github.com/Azure/go-autorest => github.com/Azure/go-autorest v13.0.1+incompatible
github.com/containerd/containerd => github.com/containerd/containerd v1.3.4
github.com/docker/docker => github.com/docker/docker v1.4.2-0.20190319215453-e7b5f7dbe98c
github.com/docker/docker => github.com/docker/docker v1.4.2-0.20200221181110-62bd5a33f707
github.com/tektoncd/pipeline => github.com/tektoncd/pipeline v0.5.1-0.20190731183258-9d7e37e85bf8
golang.org/x/sys => golang.org/x/sys v0.0.0-20190507160741-ecd444e8653b
k8s.io/api => k8s.io/api v0.17.4
k8s.io/apimachinery => k8s.io/apimachinery v0.17.4
k8s.io/client-go => k8s.io/client-go v0.17.4
Expand All @@ -24,8 +23,9 @@ require (
github.com/BurntSushi/toml v0.3.1
github.com/blang/semver v3.5.1+incompatible
github.com/bmatcuk/doublestar v1.2.4
github.com/buildpacks/lifecycle v0.7.1
github.com/buildpacks/pack v0.10.0
github.com/buildpacks/imgutil v0.0.0-20200520132953-ba4f77a60397 // indirect
github.com/buildpacks/lifecycle v0.7.2
github.com/buildpacks/pack v0.10.1-0.20200527141928-1ddd54e7d18f
github.com/cenkalti/backoff/v4 v4.0.2
github.com/docker/cli v0.0.0-20200312141509-ef2f64abbd37
github.com/docker/distribution v2.7.1+incompatible
Expand All @@ -52,6 +52,7 @@ require (
github.com/opencontainers/image-spec v1.0.1
github.com/openzipkin/zipkin-go v0.2.2 // indirect
github.com/pkg/browser v0.0.0-20180916011732-0a3d74bf9ce4
github.com/pkg/errors v0.9.1
github.com/rakyll/statik v0.1.7
github.com/rjeczalik/notify v0.9.2
github.com/russross/blackfriday/v2 v2.0.1
Expand Down
79 changes: 73 additions & 6 deletions go.sum

Large diffs are not rendered by default.

21 changes: 21 additions & 0 deletions vendor/github.com/Microsoft/hcsshim/LICENSE

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

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

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

18 changes: 0 additions & 18 deletions vendor/github.com/buildpacks/imgutil/.travis.yml

This file was deleted.

21 changes: 11 additions & 10 deletions vendor/github.com/buildpacks/imgutil/Makefile

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

4 changes: 2 additions & 2 deletions vendor/github.com/buildpacks/imgutil/README.md

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

8 changes: 4 additions & 4 deletions vendor/github.com/buildpacks/imgutil/go.mod

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

8 changes: 8 additions & 0 deletions vendor/github.com/buildpacks/imgutil/go.sum

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

31 changes: 31 additions & 0 deletions vendor/github.com/buildpacks/imgutil/golangci.yaml

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

3 changes: 3 additions & 0 deletions vendor/github.com/buildpacks/imgutil/image.go

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

Loading

0 comments on commit f30af02

Please sign in to comment.