Use go modules

master
Vitaliy Filippov 2020-03-10 19:15:25 +03:00
parent 1814738cd6
commit 9d03bc178d
2 changed files with 14 additions and 0 deletions

14
go.mod Normal file
View File

@ -0,0 +1,14 @@
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
)