-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add trivy scan step * Bump libs
- Loading branch information
Showing
4 changed files
with
222 additions
and
138 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,13 @@ | ||
module github.com/hayorov/helm-gcs | ||
|
||
go 1.15 | ||
go 1.16 | ||
|
||
require ( | ||
cloud.google.com/go/storage v1.12.0 | ||
cloud.google.com/go/storage v1.15.0 | ||
github.com/ghodss/yaml v1.0.0 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/sirupsen/logrus v1.8.1 | ||
github.com/spf13/cobra v1.1.3 | ||
google.golang.org/api v0.48.0 | ||
helm.sh/helm/v3 v3.5.0 | ||
rsc.io/letsencrypt v0.0.3 // indirect | ||
helm.sh/helm/v3 v3.6.1 | ||
) |
Oops, something went wrong.