зеркало из https://github.com/github/codeql.git
Go: Add `vendor` directory to `mixed-layout` test with `go.work` file
The `go.work` file here should not get discovered by the autobuilder
This commit is contained in:
Родитель
40e5010239
Коммит
74cea2fedf
5
go/ql/integration-tests/mixed-layout/src/module/vendor/example.com/test/add.go
сгенерированный
поставляемый
Normal file
5
go/ql/integration-tests/mixed-layout/src/module/vendor/example.com/test/add.go
сгенерированный
поставляемый
Normal file
|
@ -0,0 +1,5 @@
|
|||
package test
|
||||
|
||||
func Add(a, b int) int {
|
||||
return a + b
|
||||
}
|
3
go/ql/integration-tests/mixed-layout/src/module/vendor/example.com/test/go.work
сгенерированный
поставляемый
Normal file
3
go/ql/integration-tests/mixed-layout/src/module/vendor/example.com/test/go.work
сгенерированный
поставляемый
Normal file
|
@ -0,0 +1,3 @@
|
|||
go 1.22.0
|
||||
|
||||
use .
|
|
@ -0,0 +1,3 @@
|
|||
# example.com/test v0.1.0
|
||||
## explicit; go 1.14
|
||||
example.com/test
|
|
@ -0,0 +1,3 @@
|
|||
golang.org/x/crypto v0.21.0/go.mod h1:0BP7YvVV9gBbVKyeTG0Gyn+gZm94bibOW5BjDEYAOMs=
|
||||
golang.org/x/term v0.18.0/go.mod h1:ILwASektA3OnRv7amZ1xhE/KTR+u50pbXfZ03+6Nx58=
|
||||
golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU=
|
Загрузка…
Ссылка в новой задаче