initial commit - untested
This commit is contained in:
12
go.mod
Normal file
12
go.mod
Normal 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
|
||||
)
|
||||
Reference in New Issue
Block a user