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 #40

Merged
merged 5 commits into from
Feb 15, 2024
Merged

Update dependencies #40

merged 5 commits into from
Feb 15, 2024

Conversation

wneessen
Copy link
Owner

This PR has updated the version of the dependencies in go.mod and go.sum. Several versions of dependencies including but not limited to 'gopenpgp/v2', 'go-msgauth', and 'go-mail' were updated to newer versions. This ensures the project is keeping up-to-date with the latest releases and improvements from these dependencies. It also cleans up some code and removes unnecessary files.

This commit removes several .idea files that are not needed in the repository and updates the .gitignore file accordingly. These removed files were specific to the individual IDE setup, which are not necessary to share with others. The .gitignore has been updated to prevent these files from being added back in the future.
This commit updates the 'Work In Progress' note to a general 'Use with caution' warning in the openpgp/README.md. It also confirms that PGP/MIME functionality is now supported. These changes accurately describe the current state of the middleware and advise potential users on proper usage.
This commit has updated the version of the dependencies in go.mod and go.sum. Several versions of dependencies including but not limited to 'gopenpgp/v2', 'go-msgauth', and 'go-mail' were updated to newer versions. This ensures the project is keeping up-to-date with the latest releases and improvements from these dependencies.
This commit updates the Go version for codecov.yaml, sonarqube.yaml, and golangci-lint.yml in GitHub workflows. The Go version has been changed from 1.19 to 1.22 to maintain congruence with recent updates and potential improvements in the programming language.
The commit modifies the helper.go in the openpgp module to handle potential errors from the EmbedReader and AttachReader methods. Previously, the code didn't have error capture statements, so issues during the embedding or attaching of readers weren't detected or logged. This update ensures these issues will be caught and appropriate error messages will be logged.
@codecov-commenter
Copy link

Codecov Report

Attention: 6 lines in your changes are missing coverage. Please review.

Comparison is base (2a36bd7) 90.47% compared to head (7fa7068) 89.66%.

Files Patch % Lines
openpgp/helper.go 0.00% 6 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #40      +/-   ##
==========================================
- Coverage   90.47%   89.66%   -0.82%     
==========================================
  Files           7        7              
  Lines         441      445       +4     
==========================================
  Hits          399      399              
- Misses         35       39       +4     
  Partials        7        7              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@wneessen wneessen merged commit 7f3c87f into main Feb 15, 2024
19 checks passed
@wneessen wneessen deleted the cleanup_dep-updates branch February 15, 2024 22:43
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