Skip to content

Commit

Permalink
Remove dependency on lyft/api (flyteorg#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
kumare3 committed Mar 5, 2021
1 parent 1c75376 commit 4816e8b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 119 deletions.
8 changes: 1 addition & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,6 @@ require (
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
k8s.io/apimachinery v0.20.2
k8s.io/client-go v11.0.0+incompatible
k8s.io/client-go v0.0.0-20210217172142-7279fc64d847
k8s.io/klog/v2 v2.5.0 // indirect
)

// Pin the version of client-go to something that's compatible with katrogan's fork of api and apimachinery
// Type the following
// replace k8s.io/client-go => k8s.io/client-go kubernetes-1.16.2
// and it will be replaced with the 'sha' variant of the version
replace k8s.io/client-go => k8s.io/client-go v0.0.0-20191016111102-bec269661e48
Loading

0 comments on commit 4816e8b

Please sign in to comment.