Skip to content

Commit

Permalink
rf: move gocq/encryption -> internal/encryption
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrs4s committed Apr 1, 2023
1 parent 6ad62a2 commit c486c25
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cmd/gocq/login.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"math/rand"
"unsafe"

"github.com/Mrs4s/go-cqhttp/cmd/gocq/encryption"
"github.com/Mrs4s/go-cqhttp/internal/encryption"
)

const (
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit c486c25

Please sign in to comment.