Commit c3c2165 1 parent e700252 commit c3c2165 Copy full SHA for c3c2165
File tree 2 files changed +150
-77
lines changed
2 files changed +150
-77
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ module github.com/boson-project/func
3
3
go 1.14
4
4
5
5
require (
6
- github.com/buildpacks/pack v0.14 .0
6
+ github.com/buildpacks/pack v0.16 .0
7
7
github.com/markbates/pkger v0.17.1
8
8
github.com/mitchellh/go-homedir v1.1.0
9
9
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
11
11
gopkg.in/yaml.v2 v2.3.0
12
12
k8s.io/api v0.18.8
13
13
k8s.io/apimachinery v0.19.1
@@ -23,13 +23,6 @@ replace (
23
23
// packages (and old docker versions)
24
24
github.com/Sirupsen/logrus => github.com/sirupsen/logrus v1.7.0
25
25
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
-
33
26
// Nail down k8 deps to align with transisitive deps
34
27
k8s.io/apimachinery => k8s.io/apimachinery v0.18.8
35
28
k8s.io/client-go => k8s.io/client-go v0.18.8
You can’t perform that action at this time.
0 commit comments