2023-10-29 21:44:39 +00:00
|
|
|
module git.uploadfilter24.eu/covidnetes/woodpecker-autoscaler
|
|
|
|
|
|
|
|
go 1.21.1
|
|
|
|
|
|
|
|
require (
|
2023-12-19 19:55:05 +00:00
|
|
|
github.com/gorilla/mux v1.8.1
|
|
|
|
github.com/hetznercloud/hcloud-go v1.53.0
|
|
|
|
github.com/jinzhu/configor v1.2.2
|
2023-10-29 21:44:39 +00:00
|
|
|
github.com/sirupsen/logrus v1.9.3
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2023-12-19 19:55:05 +00:00
|
|
|
github.com/BurntSushi/toml v1.3.2 // indirect
|
2023-10-31 22:18:08 +00:00
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
|
|
github.com/kr/text v0.2.0 // indirect
|
2024-03-04 22:00:51 +00:00
|
|
|
github.com/prometheus/client_golang v1.19.0 // indirect
|
|
|
|
github.com/prometheus/client_model v0.6.0 // indirect
|
|
|
|
github.com/prometheus/common v0.49.0 // indirect
|
2023-12-19 19:55:05 +00:00
|
|
|
github.com/prometheus/procfs v0.12.0 // indirect
|
|
|
|
github.com/rogpeppe/go-internal v1.12.0 // indirect
|
2024-03-04 22:00:51 +00:00
|
|
|
golang.org/x/net v0.22.0 // indirect
|
|
|
|
golang.org/x/sys v0.18.0 // indirect
|
2023-12-19 19:55:05 +00:00
|
|
|
golang.org/x/text v0.14.0 // indirect
|
2024-03-04 22:00:51 +00:00
|
|
|
google.golang.org/protobuf v1.32.0 // indirect
|
2023-12-19 19:55:05 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2023-10-29 21:44:39 +00:00
|
|
|
)
|