Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump google.golang.org/api from 0.36.0 to 0.42.0 in /exporter/f5cloudexporter #287

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions exporter/f5cloudexporter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ require (
github.com/stretchr/testify v1.7.0
go.opentelemetry.io/collector v0.19.0
go.uber.org/zap v1.16.0
golang.org/x/oauth2 v0.0.0-20201109201403-9fd604954f58
google.golang.org/api v0.36.0
golang.org/x/oauth2 v0.0.0-20210313182246-cd4f82c27b84
google.golang.org/api v0.42.0
)