Skip to content

Commit

Permalink
Bump libs
Browse files Browse the repository at this point in the history
  • Loading branch information
hayorov committed Jan 17, 2021
1 parent d624404 commit 9d08665
Show file tree
Hide file tree
Showing 3 changed files with 374 additions and 158 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: go

go:
- "1.13"
- "1.15"

# Skip the install step. Don't `go get` dependencies. Only build with the
# code in vendor/
Expand Down
17 changes: 6 additions & 11 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,19 +1,14 @@
module github.com/hayorov/helm-gcs

go 1.14
go 1.15

require (
cloud.google.com/go/storage v1.10.0
cloud.google.com/go/storage v1.12.0
github.com/ghodss/yaml v1.0.0
github.com/google/go-cmp v0.5.2 // indirect
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.7.0
github.com/spf13/cobra v1.0.0
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43 // indirect
golang.org/x/sys v0.0.0-20200826173525-f9321e4c35a6 // indirect
golang.org/x/tools v0.0.0-20200904185747-39188db58858 // indirect
google.golang.org/api v0.30.0
google.golang.org/genproto v0.0.0-20200904004341-0bd0a958aa1d // indirect
google.golang.org/grpc v1.31.1 // indirect
helm.sh/helm/v3 v3.2.2
github.com/spf13/cobra v1.1.1
google.golang.org/api v0.36.0
helm.sh/helm/v3 v3.5.0
rsc.io/letsencrypt v0.0.3 // indirect
)
Loading

0 comments on commit 9d08665

Please sign in to comment.