mirror of
https://github.com/jangraefen/hcloud-pricing-exporter
synced 2024-11-12 23:07:08 +00:00
31 lines
1 KiB
Modula-2
31 lines
1 KiB
Modula-2
module github.com/jangraefen/hcloud-pricing-exporter
|
|
|
|
go 1.22
|
|
|
|
require (
|
|
github.com/hetznercloud/hcloud-go/v2 v2.6.0
|
|
github.com/jtaczanowski/go-scheduler v0.1.0
|
|
github.com/onsi/ginkgo/v2 v2.19.0
|
|
github.com/onsi/gomega v1.33.1
|
|
github.com/prometheus/client_golang v1.19.1
|
|
golang.org/x/crypto v0.23.0
|
|
)
|
|
|
|
require (
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/go-logr/logr v1.4.1 // indirect
|
|
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
|
|
github.com/google/go-cmp v0.6.0 // indirect
|
|
github.com/google/pprof v0.0.0-20240424215950-a892ee059fd6 // indirect
|
|
github.com/prometheus/client_model v0.5.0 // indirect
|
|
github.com/prometheus/common v0.48.0 // indirect
|
|
github.com/prometheus/procfs v0.12.0 // indirect
|
|
golang.org/x/net v0.25.0 // indirect
|
|
golang.org/x/sys v0.20.0 // indirect
|
|
golang.org/x/text v0.15.0 // indirect
|
|
golang.org/x/tools v0.21.0 // indirect
|
|
google.golang.org/protobuf v1.33.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|