chore: adjust imports

This commit is contained in:
Toby 2024-03-22 15:50:58 -07:00
parent 87bbf17bc5
commit dc8fe45a1a
2 changed files with 4 additions and 5 deletions

View file

@ -15,8 +15,6 @@ import (
"strings"
"time"
"github.com/apernet/hysteria/app/internal/tun"
"github.com/spf13/cobra"
"github.com/spf13/viper"
"go.uber.org/zap"
@ -26,6 +24,7 @@ import (
"github.com/apernet/hysteria/app/internal/redirect"
"github.com/apernet/hysteria/app/internal/socks5"
"github.com/apernet/hysteria/app/internal/tproxy"
"github.com/apernet/hysteria/app/internal/tun"
"github.com/apernet/hysteria/app/internal/url"
"github.com/apernet/hysteria/app/internal/utils"
"github.com/apernet/hysteria/core/client"