Move packages to Picocrypt org

This commit is contained in:
Evan Su 2024-08-30 20:19:31 -04:00
parent c5df6252b6
commit b5eb15520b
3 changed files with 11 additions and 11 deletions

View file

@ -33,12 +33,12 @@ import (
"strings"
"time"
"github.com/HACKERALERT/dialog"
"github.com/Picocrypt/dialog"
"github.com/HACKERALERT/giu"
"github.com/HACKERALERT/imgui-go"
"github.com/Picocrypt/infectious"
"github.com/Picocrypt/serpent"
"github.com/HACKERALERT/zxcvbn-go"
"github.com/Picocrypt/zxcvbn-go"
"golang.org/x/crypto/argon2"
"golang.org/x/crypto/blake2b"
"golang.org/x/crypto/chacha20"