mirror of
https://github.com/dokku/dokku.git
synced 2026-02-23 19:50:34 +01:00
feat: use go.work for development purposes
This makes it so we don't have to fake download dependencies for development, allowing for a better experience in your local editor.
This commit is contained in:
committed by
GitHub
parent
2ccb07f509
commit
e4d0b2ca22
24
go.work
Normal file
24
go.work
Normal file
@@ -0,0 +1,24 @@
|
||||
go 1.21.3
|
||||
|
||||
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
|
||||
)
|
||||
Reference in New Issue
Block a user