2023-03-10 07:45:44 +00:00
|
|
|
module git.asdf.cafe/abs3nt/converter
|
2023-02-28 06:12:00 +00:00
|
|
|
|
|
|
|
go 1.20
|
|
|
|
|
|
|
|
require (
|
2023-02-28 06:32:34 +00:00
|
|
|
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
|
2023-02-28 06:12:00 +00:00
|
|
|
github.com/inconshreveable/mousetrap v1.0.1 // indirect
|
2023-02-28 08:36:11 +00:00
|
|
|
github.com/kelvins/geocoder v0.0.0-20200113010004-f579500e9e27 // indirect
|
2023-02-28 06:12:00 +00:00
|
|
|
github.com/spf13/cobra v1.6.1 // indirect
|
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
|
|
)
|