2020-06-27 22:41:57 -04:00
|
|
|
module github.com/dokku/dokku/plugins/common
|
|
|
|
|
|
2025-12-12 05:41:35 -05:00
|
|
|
go 1.25.5
|
2025-04-03 13:55:39 +00:00
|
|
|
|
2020-06-27 22:41:57 -04:00
|
|
|
require (
|
2024-01-18 21:46:29 -05:00
|
|
|
github.com/alexellis/go-execute/v2 v2.2.1
|
2024-10-22 13:34:24 +00:00
|
|
|
github.com/fatih/color v1.18.0
|
2024-01-20 06:56:14 -05:00
|
|
|
github.com/hashicorp/go-multierror v1.1.1
|
2024-01-20 05:05:35 -05:00
|
|
|
github.com/melbahja/goph v1.4.0
|
2026-01-09 13:59:48 +00:00
|
|
|
github.com/onsi/gomega v1.39.0
|
2025-01-06 13:37:11 +00:00
|
|
|
github.com/otiai10/copy v1.14.1
|
2023-05-27 22:24:39 -04:00
|
|
|
github.com/ryanuber/columnize v2.1.2+incompatible
|
2025-09-04 02:04:13 +00:00
|
|
|
github.com/spf13/pflag v1.0.10
|
2025-12-22 05:30:43 +00:00
|
|
|
golang.org/x/crypto v0.46.0
|
2025-12-10 13:06:16 +00:00
|
|
|
golang.org/x/sync v0.19.0
|
2020-06-27 22:41:57 -04:00
|
|
|
)
|
2022-04-23 01:51:42 -04:00
|
|
|
|
|
|
|
|
require (
|
2025-04-03 13:55:39 +00:00
|
|
|
github.com/google/go-cmp v0.7.0 // indirect
|
2024-01-20 06:56:14 -05:00
|
|
|
github.com/hashicorp/errwrap v1.0.0 // indirect
|
2024-01-20 05:05:35 -05:00
|
|
|
github.com/kr/fs v0.1.0 // indirect
|
2024-01-18 21:46:29 -05:00
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
|
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
2025-01-06 13:37:11 +00:00
|
|
|
github.com/otiai10/mint v1.6.3 // indirect
|
2024-01-20 05:05:35 -05:00
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
|
|
|
github.com/pkg/sftp v1.13.5 // indirect
|
2025-09-03 05:47:25 +00:00
|
|
|
go.yaml.in/yaml/v3 v3.0.4 // indirect
|
2025-11-20 03:36:38 +00:00
|
|
|
golang.org/x/net v0.47.0 // indirect
|
2025-12-22 05:30:43 +00:00
|
|
|
golang.org/x/sys v0.39.0 // indirect
|
|
|
|
|
golang.org/x/text v0.32.0 // indirect
|
2023-03-18 14:32:35 -04:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2022-04-23 01:51:42 -04:00
|
|
|
)
|