Files
sofmani/go.mod
2025-01-17 00:59:00 +02:00

22 lines
539 B
Modula-2

module github.com/chenasraf/sofmani
go 1.23.0
require (
github.com/davecgh/go-spew v1.1.1
github.com/eschao/config v0.1.0
github.com/fatih/color v1.18.0
github.com/samber/lo v1.47.0
github.com/stretchr/testify v1.9.0
)
require (
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sys v0.25.0 // indirect
golang.org/x/text v0.16.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)