(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:
Owen Mansel-Chan
2021-11-28 16:54:38 -05:00
parent 1929a1f7a7
commit 63d997f820
2 changed files with 4 additions and 3 deletions

View File

@@ -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

View File

@@ -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