Add files via upload

This commit is contained in:
Evan Su 2021-06-03 14:44:06 -04:00 committed by GitHub
parent 67575b4480
commit 3534b22a04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

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

2
src/external/dialog/go.sum vendored Normal file
View File

@ -0,0 +1,2 @@
github.com/TheTitanrain/w32 v0.0.0-20180517000239-4f5cfb03fabf h1:FPsprx82rdrX2jiKyS17BH6IrTmUBYqZa/CXT4uvb+I=
github.com/TheTitanrain/w32 v0.0.0-20180517000239-4f5cfb03fabf/go.mod h1:peYoMncQljjNS6tZwI9WVyQB3qZS6u79/N3mBOcnd3I=