Skip to content

Commit

Permalink
sync go version and wrangler versions to what is in the main project
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan Hitt committed Jan 4, 2022
1 parent efc0731 commit 2e49fe1
Show file tree
Hide file tree
Showing 4 changed files with 211 additions and 49 deletions.
11 changes: 7 additions & 4 deletions go.mod
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
Loading

0 comments on commit 2e49fe1

Please sign in to comment.