Reviewed-on: #28 Co-authored-by: Natercio Moniz <[email protected]>
This commit was merged in pull request #28.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
module github.com/nmoniz/any2anexoj
|
||||
|
||||
go 1.25.3
|
||||
go 1.26.4
|
||||
|
||||
require (
|
||||
github.com/biter777/countries v1.7.5
|
||||
@@ -8,17 +8,18 @@ require (
|
||||
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 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 // indirect
|
||||
golang.org/x/text v0.23.0
|
||||
golang.org/x/tools v0.36.0 // indirect
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user