forked from google/swiftshader
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests/regres: Bump golang.org/x/text from 0.3.7 to 0.3.8
There's a security issue reported in 0.3.7. Upstreaming of: google#22 Bug: None Change-Id: I68be3bec7904f93971c10a41c8239e7a13ff93b3 Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/70848 Commit-Queue: Ben Clayton <[email protected]> Presubmit-Ready: Ben Clayton <[email protected]> Reviewed-by: Alexis Hétu <[email protected]> Tested-by: Ben Clayton <[email protected]> Kokoro-Result: kokoro <[email protected]>
- Loading branch information
1 parent
3575b54
commit dca80fc
Showing
2 changed files
with
692 additions
and
689 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,28 @@ | ||
module swiftshader.googlesource.com/SwiftShader/tests/regres | ||
|
||
go 1.18 | ||
|
||
require ( | ||
github.com/andygrunwald/go-gerrit v0.0.0-20220812063726-b678d1c3da03 | ||
golang.org/x/crypto v0.0.0-20220824171710-5757bc0c5503 | ||
golang.org/x/oauth2 v0.0.0-20220822191816-0ebed06d0094 | ||
google.golang.org/api v0.94.0 | ||
) | ||
|
||
require ( | ||
cloud.google.com/go/compute v1.7.0 // indirect | ||
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/google/go-querystring v1.1.0 // indirect | ||
github.com/google/uuid v1.3.0 // indirect | ||
github.com/googleapis/enterprise-certificate-proxy v0.1.0 // indirect | ||
github.com/googleapis/gax-go/v2 v2.4.0 // indirect | ||
go.opencensus.io v0.23.0 // indirect | ||
golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e // indirect | ||
golang.org/x/sys v0.0.0-20220624220833-87e55d714810 // indirect | ||
golang.org/x/text v0.3.7 // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | ||
google.golang.org/genproto v0.0.0-20220624142145-8cd45d7dbd1f // indirect | ||
google.golang.org/grpc v1.47.0 // indirect | ||
google.golang.org/protobuf v1.28.0 // indirect | ||
) | ||
module swiftshader.googlesource.com/SwiftShader/tests/regres | ||
|
||
go 1.18 | ||
|
||
require ( | ||
github.com/andygrunwald/go-gerrit v0.0.0-20220812063726-b678d1c3da03 | ||
golang.org/x/crypto v0.0.0-20220824171710-5757bc0c5503 | ||
golang.org/x/oauth2 v0.0.0-20220822191816-0ebed06d0094 | ||
google.golang.org/api v0.94.0 | ||
) | ||
|
||
require ( | ||
cloud.google.com/go/compute v1.7.0 // indirect | ||
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/google/go-querystring v1.1.0 // indirect | ||
github.com/google/uuid v1.3.0 // indirect | ||
github.com/googleapis/enterprise-certificate-proxy v0.1.0 // indirect | ||
github.com/googleapis/gax-go/v2 v2.4.0 // indirect | ||
go.opencensus.io v0.23.0 // indirect | ||
golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect | ||
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect | ||
golang.org/x/text v0.3.8 // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | ||
google.golang.org/genproto v0.0.0-20220624142145-8cd45d7dbd1f // indirect | ||
google.golang.org/grpc v1.47.0 // indirect | ||
google.golang.org/protobuf v1.28.0 // indirect | ||
) |
Oops, something went wrong.