Tobias Trabelsi
7f2c465391
All checks were successful
ci/woodpecker/pr/pr Pipeline was successful
split pipeline
30 lines
1003 B
Modula-2
30 lines
1003 B
Modula-2
module git.uploadfilter24.eu/covidnetes/woodpecker-autoscaler
|
|
|
|
go 1.21.1
|
|
|
|
require (
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/hetznercloud/hcloud-go v1.52.0
|
|
github.com/jinzhu/configor v1.2.1
|
|
github.com/sirupsen/logrus v1.9.3
|
|
)
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.3.1 // indirect
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
|
|
github.com/prometheus/client_golang v1.16.0 // indirect
|
|
github.com/prometheus/client_model v0.3.0 // indirect
|
|
github.com/prometheus/common v0.42.0 // indirect
|
|
github.com/prometheus/procfs v0.10.1 // indirect
|
|
github.com/rogpeppe/go-internal v1.11.0 // indirect
|
|
golang.org/x/net v0.12.0 // indirect
|
|
golang.org/x/sys v0.10.0 // indirect
|
|
golang.org/x/text v0.11.0 // indirect
|
|
google.golang.org/protobuf v1.30.0 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|