chore: update Go dependencies

- Update github.com/a-h/templ from v0.3.977 to v0.3.1001
- Update github.com/pdfcpu/pdfcpu from v0.9.1 to v0.11.1
- Update indirect dependencies including:
  - golang.org/x/image from v0.21.0 to v0.36.0
  - golang.org/x/net from v0.50.0 to v0.51.0
  - github.com/mattn/go-runewidth from v0.0.16 to v0.0.20
  - Add github.com/clipperhouse/uax29/v2 v2.7.0
  - Add github.com/hhrutter/pkcs7 v0.2.0
  - Update github.com/hhrutter/tiff from v1.0.1 to v1.0.2
  - Remove github.com/rivo/uniseg (no longer needed)
This commit is contained in:
2026-03-06 01:52:26 -05:00
parent 4d8e3e5358
commit ff68c1aa49
2 changed files with 24 additions and 22 deletions
+8 -7
View File
@@ -4,7 +4,7 @@ go 1.25.0
require (
github.com/ArcadiaLin/go-epub v0.1.1
github.com/a-h/templ v0.3.977
github.com/a-h/templ v0.3.1001
github.com/andybalholm/brotli v1.2.0
github.com/bodgit/plumbing v1.3.0
github.com/bodgit/windows v1.0.1
@@ -19,7 +19,7 @@ require (
github.com/labstack/echo-jwt/v4 v4.4.0
github.com/labstack/echo/v4 v4.15.1
github.com/nwaples/rardecode v1.1.3
github.com/pdfcpu/pdfcpu v0.9.1
github.com/pdfcpu/pdfcpu v0.11.1
github.com/pierrec/lz4/v4 v4.1.25
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
github.com/spf13/afero v1.15.0
@@ -33,6 +33,7 @@ require (
require (
github.com/alecthomas/chroma v0.10.0 // indirect
github.com/clipperhouse/uax29/v2 v2.7.0 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/dlclark/regexp2 v1.11.5 // indirect
github.com/gabriel-vasile/mimetype v1.4.13 // indirect
@@ -40,7 +41,8 @@ require (
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/google/go-cmp v0.7.0 // indirect
github.com/hhrutter/lzw v1.0.0 // indirect
github.com/hhrutter/tiff v1.0.1 // indirect
github.com/hhrutter/pkcs7 v0.2.0 // indirect
github.com/hhrutter/tiff v1.0.2 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
github.com/jackc/puddle/v2 v2.2.2 // indirect
@@ -49,16 +51,15 @@ require (
github.com/leodido/go-urn v1.4.0 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.16 // indirect
github.com/mattn/go-runewidth v0.0.20 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/rogpeppe/go-internal v1.14.1 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.2 // indirect
github.com/xyproto/randomstring v1.2.0 // indirect
golang.org/x/image v0.21.0 // indirect
golang.org/x/net v0.50.0 // indirect
golang.org/x/image v0.36.0 // indirect
golang.org/x/net v0.51.0 // indirect
golang.org/x/sync v0.19.0 // indirect
golang.org/x/sys v0.41.0 // indirect
golang.org/x/time v0.14.0 // indirect