Update package path
This commit is contained in:
parent
4c4c009f1a
commit
8ccd081957
@ -1,15 +1,15 @@
|
||||
package cryptojs
|
||||
|
||||
import (
|
||||
"encoding/base64"
|
||||
"crypto/md5"
|
||||
"crypto/aes"
|
||||
"crypto/cipher"
|
||||
"math/rand"
|
||||
"crypto/md5"
|
||||
"encoding/base64"
|
||||
"errors"
|
||||
"math/rand"
|
||||
|
||||
"git.meow.tf/tyler/go-pastee/evpkdf"
|
||||
"bytes"
|
||||
"paste.ee/go/evpkdf"
|
||||
)
|
||||
|
||||
const (
|
||||
|
@ -1,8 +1,8 @@
|
||||
package cryptojs
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"bytes"
|
||||
"fmt"
|
||||
)
|
||||
|
||||
// Appends padding.
|
||||
|
Loading…
Reference in New Issue
Block a user