Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Commit

Permalink
Bump cloud.google.com/go/bigquery from 1.46.0 to 1.47.0 (#90)
Browse files Browse the repository at this point in the history
Bumps [cloud.google.com/go/bigquery](https://github.com/googleapis/google-cloud-go) from 1.46.0 to 1.47.0.
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](googleapis/google-cloud-go@bigquery/v1.46.0...bigquery/v1.47.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/bigquery
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 23, 2023
1 parent f265823 commit 4303d92
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 19 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ module github.com/tufin/espresso
go 1.16

require (
cloud.google.com/go/bigquery v1.46.0
cloud.google.com/go/bigquery v1.47.0
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/sirupsen/logrus v1.9.0
github.com/stretchr/testify v1.8.1
golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
google.golang.org/api v0.109.0
golang.org/x/oauth2 v0.5.0
google.golang.org/api v0.110.0
gopkg.in/yaml.v3 v3.0.1
)
Loading

0 comments on commit 4303d92

Please sign in to comment.