16 lines
349 B
Modula-2
16 lines
349 B
Modula-2
module git.uploadfilter24.eu/covidnetes/woodpecker-autoscaler
|
|
|
|
go 1.21.1
|
|
|
|
require (
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/jinzhu/configor v1.2.1
|
|
github.com/sirupsen/logrus v1.9.3
|
|
)
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.3.1 // indirect
|
|
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
|
|
gopkg.in/yaml.v2 v2.2.2 // indirect
|
|
)
|