mirror of
https://git.um-react.app/um/cli.git
synced 2025-11-28 03:33:02 +00:00
chore: rename project namespace
This commit is contained in:
@@ -3,9 +3,9 @@ package kgm
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"unlock-music.dev/cli/algo/common"
|
||||
"unlock-music.dev/cli/algo/kgm/pc_kugou_db"
|
||||
"unlock-music.dev/cli/algo/qmc"
|
||||
"git.um-react.app/um/cli/algo/common"
|
||||
"git.um-react.app/um/cli/algo/kgm/pc_kugou_db"
|
||||
"git.um-react.app/um/cli/algo/qmc"
|
||||
)
|
||||
|
||||
func newKgmCryptoV5(header *header, kggDatabasePath string) (common.StreamDecoder, error) {
|
||||
|
||||
Reference in New Issue
Block a user