12 lines
219 B
Modula-2
12 lines
219 B
Modula-2
module github.com/pelotech/drone-helm3
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/golang/mock v1.3.1
|
|
github.com/joho/godotenv v1.3.0
|
|
github.com/stretchr/testify v1.4.0
|
|
github.com/urfave/cli/v2 v2.1.1
|
|
gopkg.in/yaml.v2 v2.2.2
|
|
)
|