forked from rancher/wrangler-sample
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sync go version and wrangler versions to what is in the main project
- Loading branch information
Dylan Hitt
committed
Jan 4, 2022
1 parent
efc0731
commit 2e49fe1
Showing
4 changed files
with
211 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,17 @@ | ||
module github.com/rancher/wrangler-sample | ||
|
||
go 1.13 | ||
go 1.16 | ||
|
||
replace k8s.io/client-go => k8s.io/client-go v0.18.0 | ||
|
||
require ( | ||
github.com/rancher/wrangler v0.6.0 | ||
github.com/rancher/lasso v0.0.0-20210616224652-fc3ebd901c08 | ||
github.com/rancher/wrangler v0.8.10 | ||
github.com/rancher/wrangler-api v0.6.0 | ||
github.com/sirupsen/logrus v1.4.2 | ||
k8s.io/api v0.18.0 | ||
k8s.io/apimachinery v0.18.0 | ||
k8s.io/api v0.18.8 | ||
k8s.io/apimachinery v0.18.8 | ||
k8s.io/client-go v11.0.1-0.20190409021438-1a26190bd76a+incompatible | ||
) | ||
|
||
replace github.com/rancher/wrangler-api v0.6.0 => github.com/dylanhitt/wrangler-api v0.7.0 |
Oops, something went wrong.