puppetlabs-toy-chest / wash

Wide Area SHell: a cloud-native shell for bringing remote infrastructure to your terminal.
https://puppetlabs.github.io/wash
Apache License 2.0
180 stars 29 forks source link

Fix build in Homebrew #785

Closed MikaelSmith closed 3 years ago

MikaelSmith commented 3 years ago

Homebrew installs failed with

/Users/michaelsmith/Library/Caches/Homebrew/go_mod_cache/pkg/mod/k8s.io/client-go@v0.18.0/plugin/pkg/client/auth/azure/azure.go:28:2: missing go.sum entry for module providing package github.com/Azure/go-autorest/autorest (imported by k8s.io/client-go/plugin/pkg/client/auth/azure); to add:
    go get k8s.io/client-go/plugin/pkg/client/auth/azure@v0.18.0

Fixes this by updating go.sum.