module github.com/ncabatoff/sensor-exporter go 1.13 require ( github.com/beorn7/perks v0.0.0-20150223135152-b965b613227f github.com/golang/protobuf v0.0.0-20160829194233-1f49d83d9aa0 github.com/matttproud/golang_protobuf_extensions v0.0.0-20150406173934-fc2b8d3a73c4 github.com/ncabatoff/gosensors v0.0.0-20160723180328-ec599725a39a github.com/prometheus/client_golang v0.8.1-0.20160912103428-8aae34f3ffc9 github.com/prometheus/client_model v0.0.0-20150212101744-fa8ad6fec335 github.com/prometheus/common v0.0.0-20160607094339-3a184ff7dfd4 github.com/prometheus/procfs v0.0.0-20160411190841-abf152e5f3e9 )