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

seth: bump external seth import; rm replace #1096

Merged
merged 2 commits into from
Aug 27, 2024
Merged

seth: bump external seth import; rm replace #1096

merged 2 commits into from
Aug 27, 2024

Conversation

jmank88
Copy link
Collaborator

@jmank88 jmank88 commented Aug 27, 2024


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

Why

The changes in the go.mod and go.sum files were made to update dependencies, ensuring compatibility and security by incorporating the latest versions and fixes from the upstream libraries. Specifically, the github.com/smartcontractkit/seth dependency was updated to a newer version, and the indirect dependency github.com/gogo/protobuf was added to enhance serialization performance and compatibility.

What

  • seth/go.mod
    • Updated github.com/smartcontractkit/seth from v1.2.0 to v1.2.1-0.20240827060008-860f949fcb26. This update brings in new features or fixes from the seth library that could improve the functionality or security of the project.
    • Removed the replace directive for github.com/gogo/protobuf, streamlining the dependency management by relying on the module's native version resolution.
  • seth/go.sum
    • Added checksums for github.com/gogo/protobuf v1.3.2, ensuring the integrity and authenticity of the newly added indirect dependency.
    • Updated checksums for github.com/smartcontractkit/seth to match the new version specified in go.mod, reflecting the change in dependencies and ensuring consistency across the project configuration.
    • Removed checksums for github.com/regen-network/protobuf, aligning with the removal of the replace directive in go.mod and cleaning up the dependency graph.

@cl-sonarqube-production
Copy link

Quality Gate passed Quality Gate passed

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarQube

@jmank88 jmank88 merged commit bd8c580 into main Aug 27, 2024
41 checks passed
@jmank88 jmank88 deleted the seth-rm-replace branch August 27, 2024 11:29
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