Files
pdfsign/go.mod
Tryanks 0d83ec6b6c Migrate repository to new hosting and cleanup CI/CD files
Switched module path and imports to gitea.tryanks.com. Removed GitHub-specific files like workflows, dependabot, and devcontainer as part of migration. This streamlines the codebase for the new hosting environment.
2025-05-12 22:33:48 +08:00

15 lines
343 B
Modula-2

module gitea.tryanks.com/Tryanks/pdfsign
go 1.23.0
toolchain go1.23.6
require (
github.com/digitorus/pdf v0.1.2
github.com/digitorus/pkcs7 v0.0.0-20230818184609-3a137a874352
github.com/digitorus/timestamp v0.0.0-20231217203849-220c5c2851b7
github.com/mattetti/filebuffer v1.0.1
golang.org/x/crypto v0.35.0
golang.org/x/text v0.25.0
)