Skip to content

Commit c3c2165

Browse files
authored
fix: update pack dependency
Signed-off-by: Matej Vasek <mvasek@redhat.com>
1 parent e700252 commit c3c2165

File tree

2 files changed

+150
-77
lines changed

2 files changed

+150
-77
lines changed

go.mod

+2-9
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ module github.com/boson-project/func
33
go 1.14
44

55
require (
6-
github.com/buildpacks/pack v0.14.0
6+
github.com/buildpacks/pack v0.16.0
77
github.com/markbates/pkger v0.17.1
88
github.com/mitchellh/go-homedir v1.1.0
99
github.com/ory/viper v1.7.4
10-
github.com/spf13/cobra v1.0.1-0.20201006035406-b97b5ead31f7
10+
github.com/spf13/cobra v1.1.1
1111
gopkg.in/yaml.v2 v2.3.0
1212
k8s.io/api v0.18.8
1313
k8s.io/apimachinery v0.19.1
@@ -23,13 +23,6 @@ replace (
2323
// packages (and old docker versions)
2424
github.com/Sirupsen/logrus => github.com/sirupsen/logrus v1.7.0
2525

26-
// This is required to pin the docker module to that version that build packs are requiring
27-
// Otherwise it's overwritten by knative-dev/test-infra to a version v.1.13 that is higher
28-
github.com/docker/docker => github.com/docker/docker v1.4.2-0.20200221181110-62bd5a33f707
29-
30-
// Needed for macos
31-
golang.org/x/sys => golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527
32-
3326
// Nail down k8 deps to align with transisitive deps
3427
k8s.io/apimachinery => k8s.io/apimachinery v0.18.8
3528
k8s.io/client-go => k8s.io/client-go v0.18.8

0 commit comments

Comments
 (0)