Skip to content

Commit

Permalink
go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
ncabatoff committed Nov 17, 2021
1 parent 44d59f9 commit 935906b
Show file tree
Hide file tree
Showing 2 changed files with 275 additions and 241 deletions.
6 changes: 2 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,13 @@ module github.com/ncabatoff/process-exporter
go 1.13

require (
github.com/go-kit/kit v0.10.0 // indirect
github.com/golang/protobuf v1.4.3 // indirect
github.com/google/go-cmp v0.5.6
github.com/kr/pretty v0.3.0 // indirect
github.com/ncabatoff/fakescraper v0.0.0-20201102132415-4b37ba603d65
github.com/ncabatoff/go-seq v0.0.0-20180805175032-b08ef85ed833
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/prometheus/client_golang v1.11.0
github.com/prometheus/common v0.26.0
github.com/prometheus/common v0.29.0
github.com/prometheus/exporter-toolkit v0.7.0
github.com/prometheus/procfs v0.7.3
github.com/rogpeppe/go-internal v1.8.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
Expand Down
Loading

0 comments on commit 935906b

Please sign in to comment.