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

Wasp deps remove #1102

Merged
merged 6 commits into from
Aug 28, 2024
Merged

Wasp deps remove #1102

merged 6 commits into from
Aug 28, 2024

Conversation

skudasov
Copy link
Collaborator

@skudasov skudasov commented Aug 28, 2024


Below is a summarization created by an LLM (gpt-4-0125-preview). Be mindful of hallucinations and verify accuracy.

Why

The updates in the go.mod, go.sum, and various Go files reflect dependency version updates, notably the change from github.com/smartcontractkit/wasp to github.com/smartcontractkit/chainlink-testing-framework/wasp for better alignment with the Chainlink Testing Framework. Other changes include version bumps for various dependencies to ensure compatibility and leverage new features or fixes.

What

  • go.mod and go.sum files
    • Updated dependencies to newer versions.
    • Switched github.com/smartcontractkit/wasp to github.com/smartcontractkit/chainlink-testing-framework/wasp.
  • Go files (*.go)
    • Updated import paths from github.com/smartcontractkit/wasp to github.com/smartcontractkit/chainlink-testing-framework/wasp to reflect the dependency change.
    • Updated github.com/gogo/protobuf version from v1.3.3 to v1.3.2 in indirect dependencies.

@cl-sonarqube-production
Copy link

Quality Gate failed Quality Gate failed

Failed conditions
10.7% Duplication on New Code (required ≤ 3%)

See analysis details on SonarQube

@skudasov skudasov merged commit 9ea5d6a into main Aug 28, 2024
40 of 41 checks passed
@skudasov skudasov deleted the wasp-deps-remove branch August 28, 2024 12:27
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