aboutsummaryrefslogtreecommitdiffstats
path: root/client/go/go.mod
blob: 27faff3fd0ba257419531d4cfa8448e86f661354 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
module github.com/vespa-engine/vespa/client/go

go 1.15

require (
	github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
	github.com/logrusorgru/aurora/v3 v3.0.0
	github.com/mattn/go-colorable v0.0.9
	github.com/mattn/go-isatty v0.0.3
	github.com/spf13/cobra v1.2.1
	github.com/spf13/pflag v1.0.5
	github.com/spf13/viper v1.8.1
	github.com/stretchr/testify v1.7.0
)