Update unipdf v3.67.0 #269
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes updates to various dependencies in the
go.modfile. The changes primarily involve upgrading the versions of several dependencies to ensure the project uses the latest features and security patches.Dependency updates:
github.com/boombuler/barcodefrom v1.0.1 to v1.0.2.github.com/gabriel-vasile/mimetypefrom v1.4.3 to v1.4.8.github.com/unidoc/unipdf/v3from v3.66.0 to v3.67.0.golang.org/x/cryptofrom v0.31.0 to v0.32.0.golang.org/x/imagefrom v0.18.0 to v0.24.0.golang.org/x/textfrom v0.21.0 to v0.22.0.github.com/adrg/xdgfrom v0.4.0 to v0.5.3.github.com/stretchr/testifyfrom v1.9.0 to v1.10.0.github.com/unidoc/unitypefrom v0.4.0 to v0.5.1.golang.org/x/netfrom v0.33.0 to v0.34.0.golang.org/x/sysfrom v0.28.0 to v0.30.0.golang.org/x/xerrorsfrom v0.0.0-20231012003039-104605ab7028 to v0.0.0-20240903120638-7835f813f4da.These updates are crucial to maintain the security and functionality of the project by leveraging the latest improvements and fixes in the dependencies.