18 lines
541 B
Modula-2
18 lines
541 B
Modula-2
module git.freifunk-rhein-sieg.net/Freifunk-Troisdorf/ubnt-freifunk-map-api
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
git.nils.zone/nils/prettify v0.0.4
|
|
github.com/fatih/structs v1.1.0
|
|
github.com/influxdata/influxdb1-client v0.0.0-20220302092344-a9ab5670611c
|
|
)
|
|
|
|
require (
|
|
github.com/TylerBrock/colorjson v0.0.0-20200706003622-8a50f05110d2 // indirect
|
|
github.com/fatih/color v1.9.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.4 // indirect
|
|
github.com/mattn/go-isatty v0.0.11 // indirect
|
|
golang.org/x/sys v0.0.0-20191026070338-33540a1f6037 // indirect
|
|
)
|