mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-08 00:22:14 +01:00
80 lines
3.2 KiB
Modula-2
80 lines
3.2 KiB
Modula-2
module github.com/gotenberg/gotenberg/v8
|
|
|
|
go 1.24.0
|
|
|
|
require (
|
|
github.com/alexliesenfeld/health v0.8.0
|
|
github.com/andybalholm/brotli v1.1.1 // indirect
|
|
github.com/barasher/go-exiftool v1.10.0
|
|
github.com/chromedp/cdproto v0.0.0-20250304222902-64be311ed8b0
|
|
github.com/chromedp/chromedp v0.13.0
|
|
github.com/google/uuid v1.6.0
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
|
github.com/hashicorp/go-retryablehttp v0.7.7
|
|
github.com/klauspost/compress v1.18.0 // indirect
|
|
github.com/klauspost/pgzip v1.2.6 // indirect
|
|
github.com/labstack/echo/v4 v4.13.3
|
|
github.com/labstack/gommon v0.4.2
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/microcosm-cc/bluemonday v1.0.27
|
|
github.com/pierrec/lz4/v4 v4.1.22 // indirect
|
|
github.com/prometheus/client_golang v1.21.1
|
|
github.com/russross/blackfriday/v2 v2.1.0
|
|
github.com/spf13/pflag v1.0.6
|
|
github.com/ulikunitz/xz v0.5.12 // indirect
|
|
go.uber.org/multierr v1.11.0
|
|
go.uber.org/zap v1.27.0
|
|
golang.org/x/crypto v0.35.0 // indirect
|
|
golang.org/x/net v0.36.0
|
|
golang.org/x/sync v0.11.0
|
|
golang.org/x/sys v0.30.0 // indirect
|
|
golang.org/x/term v0.29.0
|
|
golang.org/x/text v0.22.0
|
|
)
|
|
|
|
require (
|
|
github.com/dlclark/regexp2 v1.11.5
|
|
github.com/mholt/archives v0.1.0
|
|
github.com/shirou/gopsutil/v4 v4.25.2
|
|
)
|
|
|
|
require (
|
|
github.com/STARRY-S/zip v0.2.2 // indirect
|
|
github.com/aymerick/douceur v0.2.0 // indirect
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/bodgit/plumbing v1.3.0 // indirect
|
|
github.com/bodgit/sevenzip v1.6.0 // indirect
|
|
github.com/bodgit/windows v1.0.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/chromedp/sysutil v1.1.0 // indirect
|
|
github.com/dsnet/compress v0.0.2-0.20230904184137-39efe44ab707 // indirect
|
|
github.com/ebitengine/purego v0.8.2 // indirect
|
|
github.com/go-json-experiment/json v0.0.0-20250223041408-d3c622f1b874 // indirect
|
|
github.com/go-ole/go-ole v1.3.0 // indirect
|
|
github.com/gobwas/httphead v0.1.0 // indirect
|
|
github.com/gobwas/pool v0.2.1 // indirect
|
|
github.com/gobwas/ws v1.4.0 // indirect
|
|
github.com/gorilla/css v1.0.1 // indirect
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
|
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
|
|
github.com/lufia/plan9stats v0.0.0-20250303091104-876f3ea5145d // indirect
|
|
github.com/mattn/go-colorable v0.1.14 // indirect
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
|
github.com/nwaples/rardecode/v2 v2.1.0 // indirect
|
|
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
|
|
github.com/prometheus/client_model v0.6.1 // indirect
|
|
github.com/prometheus/common v0.62.0 // indirect
|
|
github.com/prometheus/procfs v0.15.1 // indirect
|
|
github.com/sorairolake/lzip-go v0.3.5 // indirect
|
|
github.com/therootcompany/xz v1.0.1 // indirect
|
|
github.com/tklauser/go-sysconf v0.3.14 // indirect
|
|
github.com/tklauser/numcpus v0.9.0 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasttemplate v1.2.2 // indirect
|
|
github.com/yusufpapurcu/wmi v1.2.4 // indirect
|
|
go4.org v0.0.0-20230225012048-214862532bf5 // indirect
|
|
golang.org/x/time v0.10.0 // indirect
|
|
google.golang.org/protobuf v1.36.5 // indirect
|
|
)
|