2024-07-04 09:14:25 +02:00
|
|
|
module oc-monitor
|
|
|
|
|
|
|
|
go 1.22.0
|
|
|
|
|
2024-07-25 18:48:25 +02:00
|
|
|
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
|
|
|
|
)
|
2024-07-04 09:14:25 +02:00
|
|
|
|
|
|
|
require (
|
2024-07-25 18:48:25 +02:00
|
|
|
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
|
2024-07-04 09:14:25 +02:00
|
|
|
)
|