2019-12-03 17:50:15 +00:00
|
|
|
module github.com/pelotech/drone-helm3
|
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
2019-12-04 19:26:05 +00:00
|
|
|
require (
|
|
|
|
github.com/golang/mock v1.3.1
|
2020-01-08 19:08:39 +00:00
|
|
|
github.com/joho/godotenv v1.3.0
|
2019-12-09 17:56:02 +00:00
|
|
|
github.com/kelseyhightower/envconfig v1.4.0
|
2019-12-05 22:35:25 +00:00
|
|
|
github.com/stretchr/testify v1.4.0
|
2019-12-09 18:52:41 +00:00
|
|
|
golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f // indirect
|
2019-12-09 23:27:56 +00:00
|
|
|
golang.org/x/tools v0.0.0-20191209225234-22774f7dae43 // indirect
|
2019-12-26 20:53:36 +00:00
|
|
|
gopkg.in/yaml.v2 v2.2.2
|
2019-12-04 19:26:05 +00:00
|
|
|
)
|