launch oc-monitor locally or in a container
This commit is contained in:
15
go.mod
15
go.mod
@@ -2,11 +2,16 @@ module oc-monitor
|
||||
|
||||
go 1.22.0
|
||||
|
||||
require github.com/grafana/loki-client-go v0.0.0-20230116142646-e7494d0ef70c
|
||||
require (
|
||||
cloud.o-forge.io/core/oc-lib v0.0.0-20240725103514-2891dc8a6819
|
||||
github.com/akamensky/argparse v1.4.0
|
||||
github.com/goraz/onion v0.1.3
|
||||
github.com/rs/zerolog v1.33.0
|
||||
)
|
||||
|
||||
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
|
||||
github.com/mattn/go-colorable v0.1.13 // indirect
|
||||
github.com/mattn/go-isatty v0.0.20 // indirect
|
||||
github.com/smartystreets/goconvey v1.6.4 // indirect
|
||||
golang.org/x/sys v0.22.0 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user