Badges / coveralls (push) Successful in 1m33s
Reviewed-on: #28 Co-authored-by: Natercio Moniz <[email protected]>
27 lines
629 B
AMPL
27 lines
629 B
AMPL
module github.com/nmoniz/any2anexoj
|
|
|
|
go 1.26.4
|
|
|
|
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/time v0.14.0
|
|
)
|
|
|
|
require golang.org/x/sync v0.18.0 // indirect
|
|
|
|
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
|
|
golang.org/x/tools v0.36.0 // indirect
|
|
)
|
|
|
|
tool go.uber.org/mock/mockgen
|