mirror of
https://github.com/github/codeql.git
synced 2026-01-29 22:32:58 +01:00
(Unimportant) Fix module name for vendored stubs
This doesn't affect the test, but does mean that you can run `go build` to check the test would build.
This commit is contained in:
@@ -2,4 +2,4 @@ module semmle.go.Packages
|
||||
|
||||
go 1.13
|
||||
|
||||
require github.com/nonexistent-test-pkg v0.0.0-20200203000000-0000000000000
|
||||
require github.com/nonexistent/test v0.0.0-20200203000000-0000000000000
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
# github.com/nonexistent-test-pkg v0.0.0-20200203000000-0000000000000
|
||||
github.com/nonexistent-test-package
|
||||
# github.com/nonexistent/test v0.0.0-20200203000000-0000000000000
|
||||
## explicit
|
||||
github.com/nonexistent/test
|
||||
|
||||
Reference in New Issue
Block a user