Permalink
Cannot retrieve contributors at this time
30 lines (27 sloc)
956 Bytes
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module github.com/alexellis/arkade | |
go 1.17 | |
require ( | |
github.com/Masterminds/semver v1.5.0 | |
github.com/alexellis/go-execute v0.5.0 | |
github.com/cheggaaa/pb/v3 v3.0.8 | |
github.com/docker/go-units v0.4.0 | |
github.com/morikuni/aec v1.0.0 | |
github.com/olekukonko/tablewriter v0.0.5 | |
github.com/otiai10/copy v1.7.0 | |
github.com/pkg/errors v0.9.1 | |
github.com/sethvargo/go-password v0.2.0 | |
github.com/spf13/cobra v1.5.0 | |
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d | |
golang.org/x/mod v0.5.1 | |
) | |
require ( | |
github.com/VividCortex/ewma v1.2.0 // indirect | |
github.com/fatih/color v1.13.0 // indirect | |
github.com/inconshreveable/mousetrap v1.0.0 // indirect | |
github.com/mattn/go-colorable v0.1.12 // indirect | |
github.com/mattn/go-isatty v0.0.14 // indirect | |
github.com/mattn/go-runewidth v0.0.13 // indirect | |
github.com/rivo/uniseg v0.2.0 // indirect | |
github.com/spf13/pflag v1.0.5 // indirect | |
golang.org/x/sys v0.0.0-20220627191245-f75cf1eec38b // indirect | |
) |