mirror of
https://github.com/dokku/dokku.git
synced 2025-12-25 16:29:30 +01:00
16 lines
607 B
Modula-2
16 lines
607 B
Modula-2
module github.com/dokku/dokku/plugins/logs
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/codeskyblue/go-sh v0.0.0-20190412065543-76bd3d59ff27
|
|
github.com/dokku/dokku/plugins/common v0.0.0-00010101000000-000000000000
|
|
github.com/dokku/dokku/plugins/docker-options v0.0.0-20210208020425-f7beb3d95ddd
|
|
github.com/joncalhoun/qson v0.0.0-20200422171543-84433dcd3da0
|
|
github.com/ryanuber/columnize v1.1.2-0.20190319233515-9e6335e58db3 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
)
|
|
|
|
replace github.com/dokku/dokku/plugins/common => ../common
|
|
replace github.com/dokku/dokku/plugins/docker-options => ../docker-options
|