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

fix: configutil redeclared as imported package name #9211

Merged
merged 1 commit into from
Jun 12, 2020

Conversation

austingebauer
Copy link
Contributor

@austingebauer austingebauer commented Jun 12, 2020

Fixes the build by removing the redeclared github.com/hashicorp/vault/internalshared/configutil import introduced in 3d02fb4.

make dev
==> Checking that build is using go version >= 1.13.7...
==> Using go version 1.13.10...
==> 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/hashicorp/vault/vault
vault/testing.go:47:2: configutil redeclared as imported package name
        previous declaration at vault/testing.go:29:2

@austingebauer austingebauer merged commit 0c535a5 into master Jun 12, 2020
@austingebauer austingebauer deleted the fix-import-redeclared branch June 12, 2020 01:08
catsby added a commit that referenced this pull request Jun 15, 2020
* master: (36 commits)
  Minor transform docs rewording (#9223)
  Validate physical CockroachDB table config value before using it (#9191)
  Validate physical MySQL database and table config values before using them (#9189)
  add disable_iss_validation option to k8s auth docs (#9142)
  fix: configutil redeclared as imported package name (#9211)
  Integrate password policies into RabbitMQ secret engine (#9143)
  Clarify cache setting. (#9204)
  Test pre-1.4 seal migration  (#9085)
  Simple typos (#9119)
  Update contribution guidelines
  changelog++
  Add ssh signing algorithm as a role option.   (#9096)
  replacing "a key usage mode" as it is confusing (#9194)
  changelog++
  fix: invalidate cached clients after a config change in the aws secrets backend (#9186)
  website: remove whitepaper link from subnav (#9190)
  changelog++
  Improving transit batch encrypt and decrypt latencies (#8775)
  changelog++
  AWS: Add iam_groups parameter to role create/update (#8811)
  ...
@pbernal pbernal added this to the 1.5 milestone Jun 22, 2020
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.

3 participants