Skip to content

Commit

Permalink
chore: Update Knative dependencies to 0.18 (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsimansk authored Dec 7, 2020
1 parent 8a30ba1 commit 7e47377
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 69 deletions.
13 changes: 7 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,16 @@ require (
github.com/mitchellh/go-homedir v1.1.0
github.com/ory/viper v1.7.4
github.com/spf13/cobra v1.0.1-0.20201006035406-b97b5ead31f7
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a // indirect
golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f // indirect
gopkg.in/yaml.v2 v2.3.0
k8s.io/api v0.18.8
k8s.io/apimachinery v0.19.1
k8s.io/client-go v11.0.1-0.20190805182717-6502b5e7b1b5+incompatible
knative.dev/client v0.17.2
knative.dev/eventing v0.17.5
knative.dev/pkg v0.0.0-20200831162708-14fb2347fb77
knative.dev/serving v0.17.3
knative.dev/client v0.18.4
knative.dev/eventing v0.18.0
knative.dev/pkg v0.0.0-20200922164940-4bf40ad82aab
knative.dev/serving v0.18.0
)

replace (
Expand All @@ -32,6 +33,6 @@ replace (
golang.org/x/sys => golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527

// Nail down k8 deps to align with transisitive deps
k8s.io/apimachinery => k8s.io/apimachinery v0.17.6
k8s.io/client-go => k8s.io/client-go v0.17.6
k8s.io/apimachinery => k8s.io/apimachinery v0.18.8
k8s.io/client-go => k8s.io/client-go v0.18.8
)
Loading

0 comments on commit 7e47377

Please sign in to comment.