🌱🏠☎️ A simple gateway in front of Grafana Loki, for collecting telemetry data for the greenhouse alpha test phase
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
279 B

module git.sequentialread.com/forest/greenhouse-telemetry
go 1.16
require (
git.sequentialread.com/forest/pkg-errors v0.9.2 // indirect
github.com/fxamacker/cbor/v2 v2.3.0 // indirect
github.com/syndtr/goleveldb v1.0.0
golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
)