14 lines
433 B
Modula-2
14 lines
433 B
Modula-2
module git.asdf.cafe/abs3nt/converter
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/Knetic/govaluate v3.0.0+incompatible // indirect
|
|
github.com/bcicen/bfstree v1.0.0 // indirect
|
|
github.com/bcicen/go-units v1.0.4 // indirect
|
|
github.com/inconshreveable/mousetrap v1.0.1 // indirect
|
|
github.com/kelvins/geocoder v0.0.0-20200113010004-f579500e9e27 // indirect
|
|
github.com/spf13/cobra v1.6.1 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
)
|