move package outbound/balancer

This commit is contained in:
jebbs 2022-10-20 14:36:09 +08:00
parent ebe1b0f381
commit 4a767b20b4
15 changed files with 4 additions and 4 deletions

View File

@ -7,8 +7,8 @@ import (
"net"
"github.com/sagernet/sing-box/adapter"
"github.com/sagernet/sing-box/balancer"
"github.com/sagernet/sing-box/log"
"github.com/sagernet/sing-box/outbound/balancer"
"github.com/sagernet/sing/common"
E "github.com/sagernet/sing/common/exceptions"
M "github.com/sagernet/sing/common/metadata"

View File

@ -4,9 +4,9 @@ import (
"reflect"
"testing"
"github.com/sagernet/sing-box/balancer"
"github.com/sagernet/sing-box/log"
"github.com/sagernet/sing-box/option"
"github.com/sagernet/sing-box/outbound/balancer"
)
func TestWeight(t *testing.T) {

View File

@ -2,10 +2,10 @@ package outbound
import (
"github.com/sagernet/sing-box/adapter"
"github.com/sagernet/sing-box/balancer"
C "github.com/sagernet/sing-box/constant"
"github.com/sagernet/sing-box/log"
"github.com/sagernet/sing-box/option"
"github.com/sagernet/sing-box/outbound/balancer"
)
var (

View File

@ -2,10 +2,10 @@ package outbound
import (
"github.com/sagernet/sing-box/adapter"
"github.com/sagernet/sing-box/balancer"
C "github.com/sagernet/sing-box/constant"
"github.com/sagernet/sing-box/log"
"github.com/sagernet/sing-box/option"
"github.com/sagernet/sing-box/outbound/balancer"
)
var (