initial commit - untested

This commit is contained in:
ycc
2024-07-04 09:14:25 +02:00
parent 4611e44c4c
commit f7eb7e4b81
4 changed files with 1947 additions and 0 deletions

12
go.mod Normal file
View File

@@ -0,0 +1,12 @@
module oc-monitor
go 1.22.0
require github.com/grafana/loki-client-go v0.0.0-20230116142646-e7494d0ef70c
require (
github.com/blang/semver v3.5.1+incompatible // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/opentracing/opentracing-go v1.2.0 // indirect
)