mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
11 lines
230 B
Modula-2
11 lines
230 B
Modula-2
module github.com/dokku/dokku/plugins/apps
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/dokku/dokku/plugins/common v0.0.0-00010101000000-000000000000
|
|
github.com/spf13/pflag v1.0.5
|
|
)
|
|
|
|
replace github.com/dokku/dokku/plugins/common => ../common
|