Skip to content

Commit

Permalink
cmd/govulncheck: add missing test data
Browse files Browse the repository at this point in the history
Change-Id: Ic40571f3e96516a996b06472f6ee6a71f77b1d3a
Reviewed-on: https://go-review.googlesource.com/c/vuln/+/630255
LUCI-TryBot-Result: Go LUCI <[email protected]>
Reviewed-by: Dmitri Shuralyov <[email protected]>
Auto-Submit: Zvonimir Pavlinovic <[email protected]>
Reviewed-by: Dmitri Shuralyov <[email protected]>
  • Loading branch information
zpavlinovic committed Nov 20, 2024
1 parent 0481857 commit 072d4ef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmd/govulncheck/testdata/common/modules/novuln/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module golang.org/novuln

go 1.23
4 changes: 4 additions & 0 deletions cmd/govulncheck/testdata/common/modules/novuln/main.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
package main

func main() {
}

0 comments on commit 072d4ef

Please sign in to comment.