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

Update dependencies #192

Merged
merged 1 commit into from
Aug 22, 2024
Merged

Update dependencies #192

merged 1 commit into from
Aug 22, 2024

Conversation

edif2008
Copy link
Member

@edif2008 edif2008 commented Aug 20, 2024

We want to keep the provider up to date with the latest version of the dependencies.

Also resolves https://github.com/1Password/terraform-provider-onepassword/security/dependabot/34

The dependencies were updated by running the following command:

go get -u ./... && \
    go mod tidy && \
    go mod vendor

@hculea
Copy link
Member

hculea commented Aug 22, 2024

What command have you used to update the dependencies?

@edif2008
Copy link
Member Author

Good question.

Here are the steps that I made:

  1. go get -u ./...
  2. go mod tidy && go mod vendor

I've updated the PR description with the steps as well.

@edif2008 edif2008 merged commit d2d2390 into main Aug 22, 2024
5 checks passed
@edif2008 edif2008 deleted the feat/update-dependencies branch August 22, 2024 14:42
@github-actions github-actions bot mentioned this pull request Aug 22, 2024
2 tasks
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