mirror of
https://github.com/chenasraf/cospend-cli.git
synced 2026-05-18 01:39:03 +00:00
18 lines
361 B
Modula-2
18 lines
361 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/spf13/cobra v1.8.0
|
|
golang.org/x/term v0.39.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
golang.org/x/sys v0.40.0 // indirect
|
|
)
|