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.mod
file. 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/barcode
from v1.0.1 to v1.0.2.github.com/gabriel-vasile/mimetype
from v1.4.3 to v1.4.8.github.com/unidoc/unipdf/v3
from v3.66.0 to v3.67.0.golang.org/x/crypto
from v0.31.0 to v0.32.0.golang.org/x/image
from v0.18.0 to v0.24.0.golang.org/x/text
from v0.21.0 to v0.22.0.github.com/adrg/xdg
from v0.4.0 to v0.5.3.github.com/stretchr/testify
from v1.9.0 to v1.10.0.github.com/unidoc/unitype
from v0.4.0 to v0.5.1.golang.org/x/net
from v0.33.0 to v0.34.0.golang.org/x/sys
from v0.28.0 to v0.30.0.golang.org/x/xerrors
from 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.