mirror of
https://github.com/chenasraf/sofmani.git
synced 2026-05-17 17:28:04 +00:00
25 lines
647 B
Modula-2
Executable File
25 lines
647 B
Modula-2
Executable File
module github.com/chenasraf/sofmani
|
|
|
|
go 1.24.0
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/eschao/config v0.1.0
|
|
github.com/mattn/go-runewidth v0.0.19
|
|
github.com/samber/lo v1.47.0
|
|
github.com/spf13/cobra v1.10.2
|
|
github.com/stretchr/testify v1.9.0
|
|
golang.org/x/term v0.39.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/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/spf13/pflag v1.0.9 // indirect
|
|
golang.org/x/sys v0.40.0 // indirect
|
|
golang.org/x/text v0.16.0 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|