woodpecker-helm3/go.mod
2019-12-05 14:35:25 -08:00

10 lines
159 B
Modula-2

module github.com/pelotech/drone-helm3
go 1.13
require (
github.com/golang/mock v1.3.1
github.com/stretchr/testify v1.4.0
github.com/urfave/cli v1.22.0
)