Skip to content
This repository was archived by the owner on Nov 13, 2025. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module github.com/trustpilot/beat-exporter
go 1.12

require (
github.com/prometheus/client_golang v1.13.1
github.com/prometheus/common v0.37.0
github.com/prometheus/client_golang v1.16.0
github.com/prometheus/common v0.42.0
github.com/sirupsen/logrus v1.9.0
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
golang.org/x/sys v0.8.0
)
Loading