mirror of
https://github.com/dokku/dokku.git
synced 2025-12-14 19:17:41 +01:00
25 lines
417 B
Plaintext
25 lines
417 B
Plaintext
go 1.25.1
|
|
|
|
use (
|
|
./plugins/app-json
|
|
./plugins/apps
|
|
./plugins/builder
|
|
./plugins/buildpacks
|
|
./plugins/common
|
|
./plugins/config
|
|
./plugins/cron
|
|
./plugins/docker-options
|
|
./plugins/logs
|
|
./plugins/network
|
|
./plugins/nginx-vhosts
|
|
./plugins/ports
|
|
./plugins/proxy
|
|
./plugins/ps
|
|
./plugins/registry
|
|
./plugins/repo
|
|
./plugins/resource
|
|
./plugins/scheduler
|
|
./plugins/scheduler-docker-local
|
|
./plugins/scheduler-k3s
|
|
)
|