Skip to content
  • Matt Farina's avatar
    fix(deps): fix issues when running glide up · be3ae4ea
    Matt Farina authored
    When running glide update there are errors due to pinned versions
    in the glide.yaml file mixed with getting a more recent version of
    kubernetes. client-go needs a newer version of go-autorest.
    
    Note, go-autorest is pinned to v8.0.0 rather than the latest
    release of v8.4.0 because kubernetes is pinned to v8.0.0.
    
    (cherry picked from commit b69d6cec)
    be3ae4ea