From 2e8e128c299770688a137ca90dea295a3cb441d8 Mon Sep 17 00:00:00 2001 From: Evan Su <48808396+HACKERALERT@users.noreply.github.com> Date: Wed, 27 Oct 2021 18:58:37 -0400 Subject: [PATCH] Use custom fork for safety and stability --- src/Picocrypt.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Picocrypt.go b/src/Picocrypt.go index 5b6e34f..68302d0 100644 --- a/src/Picocrypt.go +++ b/src/Picocrypt.go @@ -59,7 +59,7 @@ import ( "golang.org/x/crypto/sha3" // UI - "github.com/AllenDang/giu" + "github.com/HACKERALERT/giu" // Reed-Solomon "github.com/HACKERALERT/infectious"