summaryrefslogtreecommitdiffstats
path: root/client/go/src/github.com/vespa-engine/vespa/go.mod
blob: 64a8b723b9f7db58e4ba42cf4b6c4d1b9b673b2c (plain) (blame)
1
2
3
4
5
6
7
8
9
module github.com/vespa-engine/vespa

go 1.16

require (
	github.com/spf13/cobra v1.2.1 // indirect
	github.com/spf13/viper v1.8.1 // indirect
	github.com/stretchr/testify v1.7.0 // indirect
)