mirror of
https://github.com/Mrs4s/go-cqhttp.git
synced 2025-05-04 11:07:39 +08:00
rf: move gocq/encryption -> internal/encryption
This commit is contained in:
parent
6ad62a2642
commit
c486c254d8
@ -15,8 +15,8 @@ import (
|
||||
"github.com/Mrs4s/MiraiGo/client"
|
||||
"github.com/Mrs4s/MiraiGo/utils"
|
||||
"github.com/Mrs4s/MiraiGo/wrapper"
|
||||
"github.com/Mrs4s/go-cqhttp/cmd/gocq/encryption"
|
||||
_ "github.com/Mrs4s/go-cqhttp/cmd/gocq/encryption/t544"
|
||||
"github.com/Mrs4s/go-cqhttp/internal/encryption"
|
||||
_ "github.com/Mrs4s/go-cqhttp/internal/encryption/t544"
|
||||
"github.com/mattn/go-colorable"
|
||||
"github.com/pkg/errors"
|
||||
log "github.com/sirupsen/logrus"
|
||||
|
@ -9,7 +9,7 @@ import (
|
||||
"math/rand"
|
||||
"unsafe"
|
||||
|
||||
"github.com/Mrs4s/go-cqhttp/cmd/gocq/encryption"
|
||||
"github.com/Mrs4s/go-cqhttp/internal/encryption"
|
||||
)
|
||||
|
||||
const (
|
Loading…
x
Reference in New Issue
Block a user