Files
homeport--termshot/go.mod
T
wehub-resource-sync 607e84665c
spellcheck / spellcheck (push) Successful in 17m28s
golangci-lint / golangci-lint (push) Has been cancelled
Tests / Tests (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:33:05 +08:00

43 lines
1.5 KiB
Modula-2

module github.com/homeport/termshot
go 1.25.0
require (
github.com/creack/pty v1.1.24
github.com/esimov/stackblur-go v1.1.1
github.com/fogleman/gg v1.3.0
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
github.com/gonvenience/bunt v1.4.3
github.com/gonvenience/font v0.0.4
github.com/gonvenience/neat v1.3.20
github.com/gonvenience/term v1.0.5
github.com/mattn/go-isatty v0.0.22
github.com/onsi/ginkgo/v2 v2.32.0
github.com/onsi/gomega v1.42.1
github.com/spf13/cobra v1.10.2
golang.org/x/image v0.44.0
golang.org/x/term v0.45.0
)
require (
github.com/Masterminds/semver/v3 v3.5.0 // indirect
github.com/go-logr/logr v1.4.3 // indirect
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
github.com/google/go-cmp v0.7.0 // indirect
github.com/google/pprof v0.0.0-20260402051712-545e8a4df936 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/lucasb-eyer/go-colorful v1.4.0 // indirect
github.com/mattn/go-ciede2000 v0.0.0-20170301095244-782e8c62fec3 // indirect
github.com/mitchellh/go-ps v1.0.0 // indirect
github.com/spf13/pflag v1.0.10 // indirect
go.yaml.in/yaml/v2 v2.4.4 // indirect
go.yaml.in/yaml/v3 v3.0.4 // indirect
golang.org/x/mod v0.38.0 // indirect
golang.org/x/net v0.57.0 // indirect
golang.org/x/sync v0.22.0 // indirect
golang.org/x/sys v0.47.0 // indirect
golang.org/x/text v0.40.0 // indirect
golang.org/x/tools v0.48.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
)