Update go.mod

This commit is contained in:
Evan Su 2021-06-03 14:46:42 -04:00 committed by GitHub
parent f1fc9e7e35
commit 24913e4815
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
module github.com/HACKERALERT/Picocrypt/src/external/dialog
require (
github.com/TheTitanrain/w32 v0.0.0-20180517000239-4f5cfb03fabf
github.com/HACKERALERT/Picocrypt/src/external/w32
)