mirror of
https://github.com/dokku/dokku.git
synced 2025-12-15 19:47:42 +01:00
30 lines
983 B
Modula-2
30 lines
983 B
Modula-2
module github.com/dokku/dokku/plugins/apps
|
|
|
|
go 1.25.1
|
|
|
|
require (
|
|
github.com/dokku/dokku/plugins/common v0.0.0-00010101000000-000000000000
|
|
github.com/spf13/pflag v1.0.10
|
|
)
|
|
|
|
require (
|
|
github.com/alexellis/go-execute/v2 v2.2.1 // indirect
|
|
github.com/fatih/color v1.18.0 // indirect
|
|
github.com/hashicorp/errwrap v1.0.0 // indirect
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
|
github.com/kr/fs v0.1.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/melbahja/goph v1.4.0 // indirect
|
|
github.com/otiai10/copy v1.14.1 // indirect
|
|
github.com/otiai10/mint v1.6.3 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/pkg/sftp v1.13.5 // indirect
|
|
github.com/ryanuber/columnize v2.1.2+incompatible // indirect
|
|
golang.org/x/crypto v0.42.0 // indirect
|
|
golang.org/x/sync v0.17.0 // indirect
|
|
golang.org/x/sys v0.36.0 // indirect
|
|
)
|
|
|
|
replace github.com/dokku/dokku/plugins/common => ../common
|