File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module cloud.google.com/go/bigquery
33go 1.20
44
55require (
6- cloud.google.com/go v0.113 .0
6+ cloud.google.com/go v0.114 .0
77 cloud.google.com/go/datacatalog v1.20.1
88 cloud.google.com/go/iam v1.1.8
99 cloud.google.com/go/longrunning v0.5.7
Original file line number Diff line number Diff line change 11cloud.google.com/go v0.26.0 /go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw =
2- cloud.google.com/go v0.113 .0 h1:g3C70mn3lWfckKBiCVsAshabrDg01pQ0pnX1MNtnMkA =
3- cloud.google.com/go v0.113 .0 /go.mod h1:glEqlogERKYeePz6ZdkcLJ28Q2I6aERgDDErBg9GzO8 =
2+ cloud.google.com/go v0.114 .0 h1:OIPFAdfrFDFO2ve2U7r/H5SwSbBzEdrBdE7xkgwc+kY =
3+ cloud.google.com/go v0.114 .0 /go.mod h1:ZV9La5YYxctro1HTPug5lXH/GefROyW8PPD4T8n9J8E =
44cloud.google.com/go/auth v0.4.1 h1:Z7YNIhlWRtrnKlZke7z3GMqzvuYzdc2z98F9D1NV5Hg =
55cloud.google.com/go/auth v0.4.1 /go.mod h1:QVBuVEKpCn4Zp58hzRGvL0tjRGU0YqdRTdCHM1IHnro =
66cloud.google.com/go/auth/oauth2adapt v0.2.2 h1:+TTV8aXpjeChS9M+aTtN/TjdQnzJvmzKFt//oWu7HX4 =
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ func TestOCTracing(t *testing.T) {
3232 q := client .Query ("select *" )
3333 q .Run (ctx ) // Doesn't matter if we get an error; span should be created either way
3434
35- if len (te .Spans ) == 0 {
35+ if len (te .Spans () ) == 0 {
3636 t .Fatalf ("Expected some spans to be created, but got %d" , 0 )
3737 }
3838}
You can’t perform that action at this time.
0 commit comments