mirror of
https://github.com/chenasraf/sofmani.git
synced 2026-05-17 17:28:04 +00:00
20 lines
435 B
Modula-2
20 lines
435 B
Modula-2
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/samber/lo v1.47.0
|
|
github.com/stretchr/testify v1.9.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
golang.org/x/sys v0.40.0 // indirect
|
|
golang.org/x/term v0.39.0 // indirect
|
|
golang.org/x/text v0.16.0 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|