mirror of
https://github.com/chenasraf/cospend-cli.git
synced 2026-05-17 17:38:04 +00:00
21 lines
480 B
Modula-2
21 lines
480 B
Modula-2
module github.com/chenasraf/cospend-cli
|
|
|
|
go 1.24.0
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.6.0
|
|
github.com/adrg/xdg v0.4.0
|
|
github.com/mattn/go-runewidth v0.0.19
|
|
github.com/spf13/cobra v1.8.0
|
|
golang.org/x/term v0.39.0
|
|
golang.org/x/text v0.33.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/clipperhouse/uax29/v2 v2.2.0 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
golang.org/x/sys v0.40.0 // indirect
|
|
)
|