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

Fix build in Homebrew #785

Merged
merged 1 commit into from
Mar 18, 2021
Merged

Conversation

MikaelSmith
Copy link
Contributor

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.

@MikaelSmith MikaelSmith requested review from a team and ekinanp and removed request for a team March 18, 2021 21:07
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.

Signed-off-by: Michael Smith <michael.smith@puppet.com>
@MikaelSmith MikaelSmith merged commit 2bc12df into puppetlabs-toy-chest:main Mar 18, 2021
@MikaelSmith MikaelSmith deleted the fix-build branch March 18, 2021 21:11
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant