Skip to content

Instantly share code, notes, and snippets.

View ryanwalls's full-sized avatar

Ryan Walls ryanwalls

View GitHub Profile
@ryanwalls
ryanwalls / Gopkg.toml
Last active April 16, 2018 22:54
Overrides for kubernetes client-go version 7.0
[[constraint]]
name = "k8s.io/client-go"
version = "7.0.0"
[[override]]
name = "cloud.google.com/go"
revision = "3b1ae45394a234c385be014e9a488f2bb6eef821"
[[override]]
name = "github.com/Azure/go-autorest"