George Bartolomey
840b20538b
Added frostfs-locode-db CLI utility that can generate and view UN/LOCODE database files. Go package git.frostfs.info/TrueCloudLab/frostfs-node/pkg/util/locode copied to this repository to eliminate interdependency between frostfs-node and frostfs-locode-db projects. The process of building database files reduced to starting make command. Signed-off-by: George Bartolomey <george@bh4.ru>
21 lines
623 B
Modula-2
21 lines
623 B
Modula-2
module git.frostfs.info/TrueCloudLab/frostfs-locode-db
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
github.com/paulmach/orb v0.11.1
|
|
github.com/spf13/cobra v1.8.1
|
|
github.com/stretchr/testify v1.9.0
|
|
go.etcd.io/bbolt v1.3.10
|
|
golang.org/x/sync v0.7.0
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
go.mongodb.org/mongo-driver v1.13.1 // indirect
|
|
golang.org/x/sys v0.18.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|