From ee75aafa3737f38afa354e9004eab522cef5b400 Mon Sep 17 00:00:00 2001 From: Christopher Angelo Phillips <32073428+spiffcs@users.noreply.github.com> Date: Mon, 13 May 2024 11:47:21 -0400 Subject: [PATCH] chore: fix small tooling error for go.mod (#2868) Signed-off-by: Christopher Phillips --- syft/pkg/cataloger/golang/test-fixtures/glob-paths/src/go.mod | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/syft/pkg/cataloger/golang/test-fixtures/glob-paths/src/go.mod b/syft/pkg/cataloger/golang/test-fixtures/glob-paths/src/go.mod index 2a49df8b2..6f1f9e7cd 100644 --- a/syft/pkg/cataloger/golang/test-fixtures/glob-paths/src/go.mod +++ b/syft/pkg/cataloger/golang/test-fixtures/glob-paths/src/go.mod @@ -1 +1,3 @@ -// bogus go.mod \ No newline at end of file +module bogus + +go 1.22.1