We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea00d2d commit 9112ac6Copy full SHA for 9112ac6
receiver/prometheusreceiver/go.mod
@@ -3,6 +3,7 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/receiver/promet
3
go 1.23.0
4
5
require (
6
+ github.com/fsnotify/fsnotify v1.9.0
7
github.com/go-kit/log v0.2.1
8
github.com/gogo/protobuf v1.3.2
9
github.com/golang/snappy v1.0.0
@@ -86,7 +87,6 @@ require (
86
87
github.com/facette/natsort v0.0.0-20181210072756-2cd4dd1e2dcb // indirect
88
github.com/fatih/color v1.16.0 // indirect
89
github.com/felixge/httpsnoop v1.0.4 // indirect
- github.com/fsnotify/fsnotify v1.9.0 // indirect
90
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
91
github.com/go-logfmt/logfmt v0.6.0 // indirect
92
github.com/go-logr/logr v1.4.2 // indirect
0 commit comments