mirror of
https://gitlab.com/TECHNOFAB/nixtest.git
synced 2025-12-11 01:30:11 +01:00
27 lines
698 B
Modula-2
27 lines
698 B
Modula-2
module gitlab.com/technofab/nixtest
|
|
|
|
go 1.23.0
|
|
|
|
require (
|
|
github.com/akedrou/textdiff v0.1.0
|
|
github.com/rs/zerolog v1.34.0
|
|
github.com/spf13/pflag v1.0.6
|
|
github.com/stretchr/testify v1.10.0
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/mattn/go-runewidth v0.0.16 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
|
golang.org/x/text v0.25.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/jedib0t/go-pretty/v6 v6.6.7
|
|
github.com/mattn/go-colorable v0.1.14 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/sergi/go-diff v1.3.1
|
|
golang.org/x/sys v0.33.0 // indirect
|
|
)
|