46 lines
1.6 KiB
Modula-2
46 lines
1.6 KiB
Modula-2
module github.com/steipete/spogo
|
|
|
|
go 1.25.0
|
|
|
|
require (
|
|
github.com/alecthomas/kong v1.15.0
|
|
github.com/coder/websocket v1.8.14
|
|
github.com/daixiang0/gci v0.13.7
|
|
github.com/fatih/color v1.19.0
|
|
github.com/mattn/go-isatty v0.0.22
|
|
github.com/pelletier/go-toml/v2 v2.3.1
|
|
github.com/steipete/sweetcookie v0.0.0-20260427094007-8d5619cc372e
|
|
mvdan.cc/gofumpt v0.9.2
|
|
)
|
|
|
|
require (
|
|
github.com/danieljoos/wincred v1.2.3 // indirect
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
|
github.com/go-ini/ini v1.67.0 // indirect
|
|
github.com/godbus/dbus/v5 v5.2.2 // indirect
|
|
github.com/google/go-cmp v0.7.0 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/hexops/gotextdiff v1.0.3 // indirect
|
|
github.com/inconshreveable/mousetrap v1.0.1 // indirect
|
|
github.com/mattn/go-colorable v0.1.14 // indirect
|
|
github.com/ncruces/go-strftime v1.0.0 // indirect
|
|
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
|
|
github.com/spf13/cobra v1.6.1 // indirect
|
|
github.com/spf13/pflag v1.0.6 // indirect
|
|
github.com/zalando/go-keyring v0.2.8 // indirect
|
|
go.uber.org/atomic v1.7.0 // indirect
|
|
go.uber.org/multierr v1.6.0 // indirect
|
|
go.uber.org/zap v1.24.0 // indirect
|
|
golang.org/x/crypto v0.50.0 // indirect
|
|
golang.org/x/mod v0.35.0 // indirect
|
|
golang.org/x/sync v0.20.0 // indirect
|
|
golang.org/x/sys v0.43.0 // indirect
|
|
golang.org/x/tools v0.44.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
modernc.org/libc v1.72.1 // indirect
|
|
modernc.org/mathutil v1.7.1 // indirect
|
|
modernc.org/memory v1.11.0 // indirect
|
|
modernc.org/sqlite v1.50.0 // indirect
|
|
)
|