mirror of
https://github.com/daeuniverse/dae.git
synced 2025-07-30 14:49:22 +07:00
feat: rename package
This commit is contained in:
@ -3,9 +3,9 @@ package shadowsocks
|
||||
import (
|
||||
"encoding/base64"
|
||||
"fmt"
|
||||
"foo/common"
|
||||
"foo/component/outbound/dialer"
|
||||
"foo/component/outbound/dialer/transport/simpleobfs"
|
||||
"github.com/v2rayA/dae/common"
|
||||
"github.com/v2rayA/dae/component/outbound/dialer"
|
||||
"github.com/v2rayA/dae/component/outbound/dialer/transport/simpleobfs"
|
||||
"github.com/mzz2017/softwind/protocol"
|
||||
"github.com/mzz2017/softwind/protocol/shadowsocks"
|
||||
"gopkg.in/yaml.v3"
|
||||
|
Reference in New Issue
Block a user