26 lines
765 B
Modula-2
26 lines
765 B
Modula-2
module github.com/llywelwyn/pda
|
|
|
|
go 1.25.3
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.6.0
|
|
github.com/agnivade/levenshtein v1.2.1
|
|
github.com/gobwas/glob v0.2.3
|
|
github.com/google/go-cmdtest v0.4.0
|
|
github.com/jedib0t/go-pretty/v6 v6.7.0
|
|
github.com/muesli/go-app-paths v0.2.2
|
|
github.com/spf13/cobra v1.10.1
|
|
golang.org/x/term v0.36.0
|
|
)
|
|
|
|
require (
|
|
github.com/google/go-cmp v0.7.0 // indirect
|
|
github.com/google/renameio v0.1.0 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/mattn/go-runewidth v0.0.16 // indirect
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
|
github.com/spf13/pflag v1.0.9 // indirect
|
|
golang.org/x/sys v0.37.0 // indirect
|
|
golang.org/x/text v0.26.0 // indirect
|
|
)
|