Files
sofmani/go.mod

22 lines
515 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/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/pmezard/go-difflib v1.0.0 // 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
)