mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
22 lines
712 B
Modula-2
22 lines
712 B
Modula-2
module github.com/dokku/dokku/plugins/proxy
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/dokku/dokku/plugins/common v0.0.0-00010101000000-000000000000
|
|
github.com/dokku/dokku/plugins/config v0.0.0-00010101000000-000000000000
|
|
github.com/ryanuber/columnize v1.1.2-0.20190319233515-9e6335e58db3
|
|
github.com/spf13/pflag v1.0.5
|
|
)
|
|
|
|
require (
|
|
github.com/codegangsta/inject v0.0.0-20150114235600-33e0aa1cb7c0 // indirect
|
|
github.com/codeskyblue/go-sh v0.0.0-20190412065543-76bd3d59ff27 // indirect
|
|
github.com/joho/godotenv v1.2.0 // indirect
|
|
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a // indirect
|
|
)
|
|
|
|
replace github.com/dokku/dokku/plugins/common => ../common
|
|
|
|
replace github.com/dokku/dokku/plugins/config => ../config
|