mirror of
https://github.com/dokku/dokku.git
synced 2026-02-24 12:12:08 +01:00
This hopefully makes it a little easier to work with as the tooling is now based on something in golang core. - move columnize usage to common plugin - remove old vendor files
11 lines
310 B
Modula-2
11 lines
310 B
Modula-2
module github.com/dokku/dokku/plugins/common
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/codegangsta/inject v0.0.0-20150114235600-33e0aa1cb7c0 // indirect
|
|
github.com/codeskyblue/go-sh v0.0.0-20190412065543-76bd3d59ff27
|
|
github.com/onsi/gomega v1.10.1
|
|
github.com/ryanuber/columnize v1.1.2-0.20190319233515-9e6335e58db3
|
|
)
|