mirror of
https://github.com/daeuniverse/dae.git
synced 2025-07-16 10:50:01 +07:00
feat: rename package
This commit is contained in:
@ -9,12 +9,12 @@ import (
|
||||
"context"
|
||||
"errors"
|
||||
"fmt"
|
||||
"foo/common"
|
||||
"foo/common/consts"
|
||||
"foo/component/outbound"
|
||||
"foo/component/outbound/dialer"
|
||||
"foo/component/routing"
|
||||
"foo/pkg/pool"
|
||||
"github.com/v2rayA/dae/common"
|
||||
"github.com/v2rayA/dae/common/consts"
|
||||
"github.com/v2rayA/dae/component/outbound"
|
||||
"github.com/v2rayA/dae/component/outbound/dialer"
|
||||
"github.com/v2rayA/dae/component/routing"
|
||||
"github.com/v2rayA/dae/pkg/pool"
|
||||
"github.com/cilium/ebpf"
|
||||
"github.com/cilium/ebpf/rlimit"
|
||||
"github.com/sirupsen/logrus"
|
||||
|
@ -7,8 +7,8 @@ package control
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"foo/common"
|
||||
"foo/common/consts"
|
||||
"github.com/v2rayA/dae/common"
|
||||
"github.com/v2rayA/dae/common/consts"
|
||||
"github.com/cilium/ebpf"
|
||||
"golang.org/x/net/dns/dnsmessage"
|
||||
"net/netip"
|
||||
|
@ -6,7 +6,7 @@
|
||||
package control
|
||||
|
||||
import (
|
||||
"foo/common/consts"
|
||||
"github.com/v2rayA/dae/common/consts"
|
||||
"strings"
|
||||
)
|
||||
|
||||
|
@ -7,9 +7,9 @@ package control
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"foo/common"
|
||||
"foo/common/consts"
|
||||
"foo/component/routing"
|
||||
"github.com/v2rayA/dae/common"
|
||||
"github.com/v2rayA/dae/common/consts"
|
||||
"github.com/v2rayA/dae/component/routing"
|
||||
"github.com/cilium/ebpf"
|
||||
"net/netip"
|
||||
"strconv"
|
||||
|
@ -9,8 +9,8 @@ import (
|
||||
"encoding/binary"
|
||||
"errors"
|
||||
"fmt"
|
||||
"foo/common"
|
||||
"foo/common/consts"
|
||||
"github.com/v2rayA/dae/common"
|
||||
"github.com/v2rayA/dae/common/consts"
|
||||
"golang.org/x/sys/unix"
|
||||
"io"
|
||||
"net"
|
||||
|
@ -8,8 +8,8 @@ package control
|
||||
import (
|
||||
"encoding/binary"
|
||||
"fmt"
|
||||
"foo/common/consts"
|
||||
"foo/pkg/pool"
|
||||
"github.com/v2rayA/dae/common/consts"
|
||||
"github.com/v2rayA/dae/pkg/pool"
|
||||
"golang.org/x/net/dns/dnsmessage"
|
||||
"net"
|
||||
"net/netip"
|
||||
|
@ -7,7 +7,7 @@ package control
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"foo/pkg/pool"
|
||||
"github.com/v2rayA/dae/pkg/pool"
|
||||
"golang.org/x/net/proxy"
|
||||
"net"
|
||||
"net/netip"
|
||||
|
@ -6,7 +6,7 @@
|
||||
package control
|
||||
|
||||
import (
|
||||
"foo/common"
|
||||
"github.com/v2rayA/dae/common"
|
||||
"github.com/cilium/ebpf"
|
||||
"net/netip"
|
||||
)
|
||||
|
Reference in New Issue
Block a user