From 93b7f0082726c2a821ac7d3072b99c7de0cff7ab Mon Sep 17 00:00:00 2001 From: Evan Su <48808396+HACKERALERT@users.noreply.github.com> Date: Thu, 3 Jun 2021 15:05:32 -0400 Subject: [PATCH] Update go.mod --- src/external/w32/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/external/w32/go.mod b/src/external/w32/go.mod index eba7f42..3819100 100644 --- a/src/external/w32/go.mod +++ b/src/external/w32/go.mod @@ -1,3 +1,3 @@ -module w32 +module github.com/HACKERALERT/Picocrypt/src/external/w32 go 1.16