29 lines
865 B
Modula-2
29 lines
865 B
Modula-2
module github.com/llywelwyn/pda
|
|
|
|
go 1.25.3
|
|
|
|
require (
|
|
filippo.io/age v1.3.1
|
|
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.37.0
|
|
)
|
|
|
|
require (
|
|
filippo.io/hpke v0.4.0 // indirect
|
|
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/crypto v0.45.0 // indirect
|
|
golang.org/x/sys v0.38.0 // indirect
|
|
golang.org/x/text v0.31.0 // indirect
|
|
)
|