Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mod: update [email protected] #10261

Merged
merged 1 commit into from
Oct 29, 2020
Merged

mod: update [email protected] #10261

merged 1 commit into from
Oct 29, 2020

Conversation

calvn
Copy link
Contributor

@calvn calvn commented Oct 29, 2020

The changes from #10189 seem to have indirectly updated the deps on golang.org/x/sys which breaks compat with the gopsutil module, causing the build to fail.

› make dev
==> Checking that build is using go version >= 1.14.7...
==> Using go version 1.14.7...
go: downloading github.com/hashicorp/vault-plugin-auth-jwt v0.7.2-0.20201022174242-a68fde2bb2b6
go: downloading github.com/hashicorp/vault-plugin-database-mongodbatlas v0.1.3-0.20201022222205-830fcbc5fdd2
go: downloading github.com/hashicorp/vault-plugin-database-elasticsearch v0.5.6-0.20201022222154-56454997629c
go: downloading github.com/hashicorp/vault-plugin-database-couchbase v0.1.1-0.20201022222321-52b89dc4ff04
==> Removing old directory...
==> Building...
Number of parallel builds: 15

-->    darwin/amd64: github.com/hashicorp/vault

1 errors occurred:
--> darwin/amd64 error: exit status 2
Stderr: # github.com/shirou/gopsutil/internal/common
../../go/pkg/mod/github.com/shirou/[email protected]+incompatible/internal/common/common_darwin.go:39:3: undefined: unix.SYS___SYSCTL
../../go/pkg/mod/github.com/shirou/[email protected]+incompatible/internal/common/common_darwin.go:57:3: undefined: unix.SYS___SYSCTL

Updating gopsutil to v2.20.9 resolves this build failure.

@calvn calvn merged commit 76cb96b into master Oct 29, 2020
@calvn calvn deleted the mod-gopsutil-update branch October 29, 2020 00:20
calvn added a commit that referenced this pull request Oct 29, 2020
calvn added a commit that referenced this pull request Oct 29, 2020
…ure (#10189) (#10260)

* Add support for Managed Identity auth for physical/Azure (#10189)

* Add support for Managed Identity auth for physical/Azure

Obtain OAuth token from IMDS to allow for access to Azure Blob with
short-lived dynamic credentials

Fix #7322

* add tests & update docs/dependencies

* mod: fix go.mod and go.sum conflicts

* mod: update [email protected] (#10261)

Co-authored-by: Jonas-Taha El Sesiy <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants