Update main.go

master
Zmey! 2019-06-05 23:10:30 +03:00 committed by GitHub
parent 0d39fc598f
commit 4b9ca2d5ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ package gaspass
import (
"encoding/binary"
"errors"
"golang.org/x/crypto/argon2"
)