Files
dokku/plugins/app-json/go.mod

33 lines
1.1 KiB
Modula-2
Raw Normal View History

2020-08-30 13:35:40 -04:00
module github.com/dokku/dokku/plugins/app-json
go 1.26.2
require (
github.com/dokku/dokku/plugins/common v0.0.0-00010101000000-000000000000
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
github.com/mattn/go-isatty v0.0.24
github.com/spf13/pflag v1.0.10
github.com/tailscale/hujson v0.0.0-20250605163823-992244df8c5a
k8s.io/utils v0.0.0-20240102154912-e7106e64919e
)
require (
github.com/alexellis/go-execute/v2 v2.2.1 // indirect
2026-03-29 02:43:06 -04:00
github.com/fatih/color v1.19.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
2026-03-29 02:43:06 -04:00
github.com/mattn/go-colorable v0.1.14 // indirect
2026-07-17 21:21:55 -04:00
github.com/melbahja/goph v1.5.2 // indirect
2025-01-06 23:55:19 -05:00
github.com/otiai10/copy v1.14.1 // indirect
github.com/otiai10/mint v1.6.3 // indirect
github.com/pkg/errors v0.9.1 // indirect
2026-07-17 21:21:55 -04:00
github.com/pkg/sftp v1.13.11 // indirect
github.com/ryanuber/columnize v2.1.2+incompatible // indirect
2026-08-19 00:24:44 -04:00
golang.org/x/crypto v0.55.0 // indirect
2026-07-08 14:59:04 -04:00
golang.org/x/sync v0.22.0 // indirect
2026-07-09 21:16:42 -04:00
golang.org/x/sys v0.47.0 // indirect
)
replace github.com/dokku/dokku/plugins/common => ../common