From 26636c8e0ea0c4ec118efbc66231e804b75a369d Mon Sep 17 00:00:00 2001 From: Tom Fay Date: Wed, 26 Feb 2025 11:07:43 +0000 Subject: [PATCH] change module name to new repo location --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 9ca5fa1..923ba46 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/microsoft/go-rustaudit +module github.com/rust-secure-code/go-rustaudit go 1.18