26 lines
621 B
Modula-2
26 lines
621 B
Modula-2
module github.com/nmoniz/any2anexoj
|
|
|
|
go 1.25.3
|
|
|
|
require (
|
|
github.com/biter777/countries v1.7.5
|
|
github.com/jedib0t/go-pretty/v6 v6.7.2
|
|
github.com/shopspring/decimal v1.4.0
|
|
github.com/spf13/pflag v1.0.10
|
|
go.uber.org/mock v0.6.0
|
|
golang.org/x/sync v0.18.0
|
|
golang.org/x/time v0.14.0
|
|
)
|
|
|
|
require (
|
|
github.com/mattn/go-runewidth v0.0.16 // indirect
|
|
github.com/nicksnyder/go-i18n/v2 v2.6.0
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
|
golang.org/x/mod v0.27.0 // indirect
|
|
golang.org/x/sys v0.35.0 // indirect
|
|
golang.org/x/text v0.23.0 // indirect
|
|
golang.org/x/tools v0.36.0 // indirect
|
|
)
|
|
|
|
tool go.uber.org/mock/mockgen
|