Skip to content

Commit

Permalink
Switch BQ UTMparams to use StorageMedium (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aric1088 authored Aug 12, 2020
1 parent 95eaa62 commit 54c2622
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 6 deletions.
14 changes: 9 additions & 5 deletions bigquery/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,17 @@ module github.com/GoogleCloudPlatform/cloud-build-notifiers/bigquery
go 1.14

require (
cloud.google.com/go v0.60.0
cloud.google.com/go/bigquery v1.9.0
github.com/GoogleCloudPlatform/cloud-build-notifiers/lib/notifiers v0.0.0-20200706193758-e4fb673d075d
cloud.google.com/go v0.63.0
cloud.google.com/go/bigquery v1.10.0
github.com/GoogleCloudPlatform/cloud-build-notifiers/lib/notifiers v0.0.0-20200811211040-95eaa6207bf9
github.com/antlr/antlr4 v0.0.0-20200801005519-2ba38605b949 // indirect
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/golang/protobuf v1.4.2
github.com/google/cel-go v0.5.1 // indirect
github.com/google/go-containerregistry v0.1.1
google.golang.org/api v0.29.0
google.golang.org/genproto v0.0.0-20200708133552-18036109789b
golang.org/x/sys v0.0.0-20200812155832-6a926be9bd1d // indirect
golang.org/x/tools v0.0.0-20200812195022-5ae4c3c160a0 // indirect
google.golang.org/api v0.30.0
google.golang.org/genproto v0.0.0-20200812160120-2e714abc8b50
google.golang.org/protobuf v1.25.0
)
Loading

0 comments on commit 54c2622

Please sign in to comment.