2020-12-29 17:52:15 +00:00
|
|
|
module git.freifunk-rhein-sieg.net/Freifunk-Troisdorf/ubnt-freifunk-map-api
|
|
|
|
|
2023-04-28 14:47:15 +00:00
|
|
|
go 1.20
|
2021-02-05 23:57:51 +00:00
|
|
|
|
2023-03-20 14:38:48 +00:00
|
|
|
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
|
|
|
|
)
|
2023-04-28 14:47:15 +00:00
|
|
|
|
|
|
|
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
|
|
|
|
)
|