1
0
mirror of https://github.com/Mrs4s/go-cqhttp.git synced 2025-05-05 03:23:49 +08:00

rf: move gocq/encryption -> internal/encryption

This commit is contained in:
Mrs4s 2023-04-01 22:29:20 +08:00
parent 6ad62a2642
commit c486c254d8
No known key found for this signature in database
GPG Key ID: 3186E98FA19CE3A7
11 changed files with 3 additions and 3 deletions

View File

@ -15,8 +15,8 @@ import (
"github.com/Mrs4s/MiraiGo/client" "github.com/Mrs4s/MiraiGo/client"
"github.com/Mrs4s/MiraiGo/utils" "github.com/Mrs4s/MiraiGo/utils"
"github.com/Mrs4s/MiraiGo/wrapper" "github.com/Mrs4s/MiraiGo/wrapper"
"github.com/Mrs4s/go-cqhttp/cmd/gocq/encryption" "github.com/Mrs4s/go-cqhttp/internal/encryption"
_ "github.com/Mrs4s/go-cqhttp/cmd/gocq/encryption/t544" _ "github.com/Mrs4s/go-cqhttp/internal/encryption/t544"
"github.com/mattn/go-colorable" "github.com/mattn/go-colorable"
"github.com/pkg/errors" "github.com/pkg/errors"
log "github.com/sirupsen/logrus" log "github.com/sirupsen/logrus"

View File

@ -9,7 +9,7 @@ import (
"math/rand" "math/rand"
"unsafe" "unsafe"
"github.com/Mrs4s/go-cqhttp/cmd/gocq/encryption" "github.com/Mrs4s/go-cqhttp/internal/encryption"
) )
const ( const (