Skip to content
This repository has been archived by the owner on Apr 1, 2022. It is now read-only.

Commit

Permalink
updating to kind v0.10.0 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Roth authored Feb 12, 2021
1 parent 4ebf0bf commit 83d5502
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 16 deletions.
8 changes: 3 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,13 @@ require (
github.com/hashicorp/terraform-config-inspect v0.0.0-20191212124732-c6ae6269b9d7 // indirect
github.com/hashicorp/terraform-plugin-sdk v1.15.0
github.com/imdario/mergo v0.3.9 // indirect
github.com/pelletier/go-toml v1.8.0
github.com/pelletier/go-toml v1.8.1
github.com/zclconf/go-cty v1.5.1 // indirect
github.com/zclconf/go-cty-yaml v1.0.2 // indirect
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect
golang.org/x/net v0.0.0-20200602114024-627f9648deb9 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
k8s.io/client-go v12.0.0+incompatible
k8s.io/utils v0.0.0-20200619165400-6e3d28b6ed19 // indirect
sigs.k8s.io/kind v0.9.0
sigs.k8s.io/kind v0.10.0
)

replace k8s.io/client-go => k8s.io/client-go v0.18.5
Loading

0 comments on commit 83d5502

Please sign in to comment.