2022-08-04 00:03:19 +01:00
|
|
|
module git.hacksrus.org/samw/twitter-prometheus
|
2020-01-02 18:05:42 +00:00
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
|
|
require (
|
2022-08-04 00:03:19 +01:00
|
|
|
github.com/prometheus/client_golang v1.12.2
|
|
|
|
github.com/prometheus/common v0.37.0 // indirect
|
|
|
|
github.com/prometheus/procfs v0.8.0 // indirect
|
|
|
|
github.com/sirupsen/logrus v1.9.0
|
|
|
|
golang.org/x/sys v0.0.0-20220803195053-6e608f9ce704 // indirect
|
|
|
|
google.golang.org/protobuf v1.28.1 // indirect
|
2020-01-02 18:05:42 +00:00
|
|
|
)
|