mirror of
https://github.com/dokku/dokku.git
synced 2026-02-24 20:19:52 +01:00
22 lines
606 B
Modula-2
22 lines
606 B
Modula-2
module github.com/dokku/dokku/plugins/common
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/codeskyblue/go-sh v0.0.0-20190412065543-76bd3d59ff27
|
|
github.com/onsi/gomega v1.27.4
|
|
github.com/otiai10/copy v1.9.0
|
|
github.com/ryanuber/columnize v1.1.2-0.20190319233515-9e6335e58db3
|
|
github.com/spf13/pflag v1.0.5
|
|
golang.org/x/sync v0.1.0
|
|
)
|
|
|
|
require (
|
|
github.com/codegangsta/inject v0.0.0-20150114235600-33e0aa1cb7c0 // indirect
|
|
github.com/google/go-cmp v0.5.9 // indirect
|
|
golang.org/x/net v0.8.0 // indirect
|
|
golang.org/x/sys v0.6.0 // indirect
|
|
golang.org/x/text v0.8.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|