feat: rename package

This commit is contained in:
mzz2017
2023-01-23 20:01:24 +08:00
parent 6fba4f8570
commit ea409f16d5
26 changed files with 71 additions and 65 deletions

View File

@ -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"