1
0
mirror of https://github.com/Mrs4s/MiraiGo.git synced 2025-06-19 14:05:04 +08:00
This commit is contained in:
Mrs4s 2021-02-20 18:36:25 +08:00
commit 420583e1c5

View File

@ -4,12 +4,13 @@ import (
"crypto/sha1" "crypto/sha1"
"encoding/hex" "encoding/hex"
"fmt" "fmt"
"google.golang.org/protobuf/proto"
"io" "io"
"math/rand" "math/rand"
"os" "os"
"runtime/debug" "runtime/debug"
"google.golang.org/protobuf/proto"
"github.com/Mrs4s/MiraiGo/client/pb/exciting" "github.com/Mrs4s/MiraiGo/client/pb/exciting"
"github.com/Mrs4s/MiraiGo/client/pb/oidb" "github.com/Mrs4s/MiraiGo/client/pb/oidb"
"github.com/Mrs4s/MiraiGo/protocol/packets" "github.com/Mrs4s/MiraiGo/protocol/packets"