|
1 |
| -module swiftshader.googlesource.com/SwiftShader/tests/regres |
2 |
| - |
3 |
| -go 1.18 |
4 |
| - |
5 |
| -require ( |
6 |
| - github.com/andygrunwald/go-gerrit v0.0.0-20220812063726-b678d1c3da03 |
7 |
| - golang.org/x/crypto v0.0.0-20220824171710-5757bc0c5503 |
8 |
| - golang.org/x/oauth2 v0.0.0-20220822191816-0ebed06d0094 |
9 |
| - google.golang.org/api v0.94.0 |
10 |
| -) |
11 |
| - |
12 |
| -require ( |
13 |
| - cloud.google.com/go/compute v1.7.0 // indirect |
14 |
| - github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect |
15 |
| - github.com/golang/protobuf v1.5.2 // indirect |
16 |
| - github.com/google/go-querystring v1.1.0 // indirect |
17 |
| - github.com/google/uuid v1.3.0 // indirect |
18 |
| - github.com/googleapis/enterprise-certificate-proxy v0.1.0 // indirect |
19 |
| - github.com/googleapis/gax-go/v2 v2.4.0 // indirect |
20 |
| - go.opencensus.io v0.23.0 // indirect |
21 |
| - golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e // indirect |
22 |
| - golang.org/x/sys v0.0.0-20220624220833-87e55d714810 // indirect |
23 |
| - golang.org/x/text v0.3.7 // indirect |
24 |
| - google.golang.org/appengine v1.6.7 // indirect |
25 |
| - google.golang.org/genproto v0.0.0-20220624142145-8cd45d7dbd1f // indirect |
26 |
| - google.golang.org/grpc v1.47.0 // indirect |
27 |
| - google.golang.org/protobuf v1.28.0 // indirect |
28 |
| -) |
| 1 | +module swiftshader.googlesource.com/SwiftShader/tests/regres |
| 2 | + |
| 3 | +go 1.18 |
| 4 | + |
| 5 | +require ( |
| 6 | + github.com/andygrunwald/go-gerrit v0.0.0-20220812063726-b678d1c3da03 |
| 7 | + golang.org/x/crypto v0.0.0-20220824171710-5757bc0c5503 |
| 8 | + golang.org/x/oauth2 v0.0.0-20220822191816-0ebed06d0094 |
| 9 | + google.golang.org/api v0.94.0 |
| 10 | +) |
| 11 | + |
| 12 | +require ( |
| 13 | + cloud.google.com/go/compute v1.7.0 // indirect |
| 14 | + github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect |
| 15 | + github.com/golang/protobuf v1.5.2 // indirect |
| 16 | + github.com/google/go-querystring v1.1.0 // indirect |
| 17 | + github.com/google/uuid v1.3.0 // indirect |
| 18 | + github.com/googleapis/enterprise-certificate-proxy v0.1.0 // indirect |
| 19 | + github.com/googleapis/gax-go/v2 v2.4.0 // indirect |
| 20 | + go.opencensus.io v0.23.0 // indirect |
| 21 | + golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect |
| 22 | + golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect |
| 23 | + golang.org/x/text v0.3.8 // indirect |
| 24 | + google.golang.org/appengine v1.6.7 // indirect |
| 25 | + google.golang.org/genproto v0.0.0-20220624142145-8cd45d7dbd1f // indirect |
| 26 | + google.golang.org/grpc v1.47.0 // indirect |
| 27 | + google.golang.org/protobuf v1.28.0 // indirect |
| 28 | +) |
0 commit comments