mirror of
https://github.com/mvanhorn/cli-printing-press.git
synced 2026-09-14 15:38:08 +08:00
102578c08c
* fix(cli): make go install work on Go 1.27 Pin github.com/enetx/http to v1.0.29 so enetx/http2's go1.27-tagged DisableClientPriority read compiles. Floor the same version in generated go.mod files so regen-merge cannot reintroduce v1.0.28. Co-authored-by: Trevin Chow <tmchow@users.noreply.github.com> * test(cli): cover browser-transport go.mod pin under Go 1.27 Add a browser-chrome-h2 golden/generated-output fixture for the emitted enetx/http pin, and compile the affected generated modules — including the go1.27-tagged http2 source — instead of string-matching go.mod. Co-authored-by: Trevin Chow <tmchow@users.noreply.github.com> --------- Co-authored-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: Trevin Chow <tmchow@users.noreply.github.com>
82 lines
3.2 KiB
Modula-2
82 lines
3.2 KiB
Modula-2
module github.com/mvanhorn/cli-printing-press/v4
|
|
|
|
go 1.26.6
|
|
|
|
require (
|
|
github.com/chromedp/chromedp v0.15.1
|
|
github.com/dave/dst v0.27.4
|
|
github.com/enetx/surf v1.0.199
|
|
github.com/getkin/kin-openapi v0.137.0
|
|
github.com/keybase/go-keychain v0.0.1
|
|
github.com/mozillazg/go-unidecode v0.2.0
|
|
github.com/spf13/cobra v1.10.2
|
|
github.com/stretchr/testify v1.11.1
|
|
golang.org/x/mod v0.37.0
|
|
golang.org/x/net v0.56.0
|
|
golang.org/x/sync v0.21.0
|
|
golang.org/x/sys v0.46.0
|
|
golang.org/x/text v0.39.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
tinygo.org/x/bluetooth v0.15.0
|
|
)
|
|
|
|
require (
|
|
github.com/go-ole/go-ole v1.2.6 // indirect
|
|
github.com/godbus/dbus/v5 v5.1.0 // indirect
|
|
github.com/saltosystems/winrt-go v0.0.0-20260317170058-9c2fec580d96 // indirect
|
|
github.com/sirupsen/logrus v1.9.3 // indirect
|
|
github.com/soypat/cyw43439 v0.1.0 // indirect
|
|
github.com/soypat/lneto v0.1.0 // indirect
|
|
github.com/soypat/seqs v0.0.0-20250124201400-0d65bc7c1710 // indirect
|
|
github.com/tinygo-org/cbgo v0.0.4 // indirect
|
|
github.com/tinygo-org/pio v0.3.0 // indirect
|
|
golang.org/x/exp v0.0.0-20241204233417-43b7b7cde48d // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.2.1 // indirect
|
|
github.com/chromedp/cdproto v0.0.0-20260321001828-e3e3800016bc
|
|
github.com/chromedp/sysutil v1.1.0 // indirect
|
|
github.com/dave/jennifer v1.7.1 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/dlclark/regexp2 v1.12.0 // indirect
|
|
github.com/enetx/g v1.0.224 // indirect
|
|
github.com/enetx/http v1.0.29 // indirect
|
|
github.com/enetx/http2 v1.0.26 // indirect
|
|
github.com/enetx/http3 v1.0.7 // indirect
|
|
github.com/enetx/iter v0.0.0-20250912135656-f1583323588f // indirect
|
|
github.com/go-json-experiment/json v0.0.0-20260214004413-d219187c3433 // indirect
|
|
github.com/go-openapi/jsonpointer v0.23.1 // indirect
|
|
github.com/go-openapi/swag/jsonname v0.26.0 // indirect
|
|
github.com/go-openapi/testify/v2 v2.5.0 // indirect
|
|
github.com/go-test/deep v1.1.1 // 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/google/go-cmp v0.7.0 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/josharian/intern v1.0.0 // indirect
|
|
github.com/klauspost/compress v1.18.5 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/mailru/easyjson v0.9.2 // indirect
|
|
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
|
|
github.com/oasdiff/yaml v0.0.9 // indirect
|
|
github.com/oasdiff/yaml3 v0.0.12 // indirect
|
|
github.com/perimeterx/marshmallow v1.1.5 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/quic-go/qpack v0.6.0 // indirect
|
|
github.com/quic-go/quic-go v0.59.0 // indirect
|
|
github.com/refraction-networking/utls v1.8.3-0.20260301010127-aa6edf4b11af // indirect
|
|
github.com/rogpeppe/go-internal v1.14.1 // indirect
|
|
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2
|
|
github.com/sergi/go-diff v1.4.0 // indirect
|
|
github.com/spf13/pflag v1.0.10 // indirect
|
|
github.com/ugorji/go/codec v1.3.1 // indirect
|
|
github.com/woodsbury/decimal128 v1.4.0 // indirect
|
|
github.com/wzshiming/socks5 v0.7.0 // indirect
|
|
github.com/xyproto/randomstring v1.2.0 // indirect
|
|
go.uber.org/mock v0.6.0 // indirect
|
|
golang.org/x/crypto v0.53.0 // indirect
|
|
golang.org/x/tools v0.47.0 // indirect
|
|
)
|