mirror of
https://github.com/dokku/dokku.git
synced 2026-08-29 10:08:53 +02:00
38 lines
1.4 KiB
Modula-2
38 lines
1.4 KiB
Modula-2
module github.com/dokku/dokku/plugins/nginx-vhosts
|
|
|
|
go 1.26.2
|
|
|
|
require (
|
|
github.com/dokku/dokku/plugins/common v0.0.0-00010101000000-000000000000
|
|
github.com/gliderlabs/sigil v0.12.1
|
|
github.com/spf13/pflag v1.0.10
|
|
)
|
|
|
|
require (
|
|
github.com/alexellis/go-execute/v2 v2.2.1 // indirect
|
|
github.com/dustin/go-jsonpointer v0.0.0-20160814072949-ba0abeacc3dc // indirect
|
|
github.com/dustin/gojson v0.0.0-20160307161227-2e71ec9dd5ad // indirect
|
|
github.com/fatih/color v1.19.0 // indirect
|
|
github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568 // indirect
|
|
github.com/hashicorp/errwrap v1.0.0 // indirect
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
|
github.com/joho/godotenv v1.5.1 // indirect
|
|
github.com/kr/fs v0.1.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.14 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/melbahja/goph v1.5.2 // indirect
|
|
github.com/mgood/go-posix v0.0.0-20150821180505-948c005421f5 // 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.11 // indirect
|
|
github.com/ryanuber/columnize v2.1.2+incompatible // indirect
|
|
golang.org/x/crypto v0.55.0 // indirect
|
|
golang.org/x/sync v0.22.0 // indirect
|
|
golang.org/x/sys v0.47.0 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|
|
|
|
replace github.com/dokku/dokku/plugins/common => ../common
|