Skip to content

Commit 9112ac6

Browse files
committed
go mod tidy
1 parent ea00d2d commit 9112ac6

File tree

1 file changed

+1
-1
lines changed
  • receiver/prometheusreceiver

1 file changed

+1
-1
lines changed

receiver/prometheusreceiver/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/receiver/promet
33
go 1.23.0
44

55
require (
6+
github.com/fsnotify/fsnotify v1.9.0
67
github.com/go-kit/log v0.2.1
78
github.com/gogo/protobuf v1.3.2
89
github.com/golang/snappy v1.0.0
@@ -86,7 +87,6 @@ require (
8687
github.com/facette/natsort v0.0.0-20181210072756-2cd4dd1e2dcb // indirect
8788
github.com/fatih/color v1.16.0 // indirect
8889
github.com/felixge/httpsnoop v1.0.4 // indirect
89-
github.com/fsnotify/fsnotify v1.9.0 // indirect
9090
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
9191
github.com/go-logfmt/logfmt v0.6.0 // indirect
9292
github.com/go-logr/logr v1.4.2 // indirect

0 commit comments

Comments
 (0)