2021-03-05 18:47:23 +00:00
|
|
|
module github.com/jangraefen/hcloud-pricing-exporter
|
2021-03-05 15:35:21 +00:00
|
|
|
|
2022-05-07 14:09:26 +00:00
|
|
|
go 1.18
|
2021-03-05 18:47:23 +00:00
|
|
|
|
|
|
|
require (
|
2022-07-05 04:18:24 +00:00
|
|
|
github.com/hetznercloud/hcloud-go v1.35.1
|
2021-05-31 10:33:11 +00:00
|
|
|
github.com/jtaczanowski/go-scheduler v0.1.0
|
2022-05-16 04:19:29 +00:00
|
|
|
github.com/prometheus/client_golang v1.12.2
|
2021-03-05 18:47:23 +00:00
|
|
|
)
|
2022-05-07 14:23:57 +00:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
|
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
|
|
|
|
github.com/prometheus/client_model v0.2.0 // indirect
|
|
|
|
github.com/prometheus/common v0.32.1 // indirect
|
|
|
|
github.com/prometheus/procfs v0.7.3 // indirect
|
2022-07-05 04:18:24 +00:00
|
|
|
golang.org/x/net v0.0.0-20210525063256-abc453219eb5 // indirect
|
2022-05-07 14:23:57 +00:00
|
|
|
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
|
2022-07-05 04:18:24 +00:00
|
|
|
golang.org/x/text v0.3.6 // indirect
|
2022-05-07 14:23:57 +00:00
|
|
|
google.golang.org/protobuf v1.26.0 // indirect
|
|
|
|
)
|