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

Bump google.golang.org/api from 0.110.0 to 0.119.0 #106

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.47.0
cloud.google.com/go/bigquery v1.50.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.5.0
google.golang.org/api v0.110.0
golang.org/x/oauth2 v0.7.0
google.golang.org/api v0.119.0
gopkg.in/yaml.v3 v3.0.1
)
Loading