Skip to content

Commit

Permalink
Chore: refine go import
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamacro committed Apr 5, 2021
1 parent 0a35237 commit 42e21b3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions adapters/outbound/shadowsocksr.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import (
"github.com/Dreamacro/clash/component/ssr/obfs"
"github.com/Dreamacro/clash/component/ssr/protocol"
C "github.com/Dreamacro/clash/constant"

"github.com/Dreamacro/go-shadowsocks2/core"
"github.com/Dreamacro/go-shadowsocks2/shadowaead"
"github.com/Dreamacro/go-shadowsocks2/shadowstream"
Expand Down
1 change: 1 addition & 0 deletions component/snell/pool.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import (
"net"

"github.com/Dreamacro/clash/component/pool"

"github.com/Dreamacro/go-shadowsocks2/shadowaead"
)

Expand Down
1 change: 1 addition & 0 deletions component/ssr/protocol/auth_chain_a.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import (
"github.com/Dreamacro/clash/common/pool"
"github.com/Dreamacro/clash/component/ssr/tools"
"github.com/Dreamacro/clash/log"

"github.com/Dreamacro/go-shadowsocks2/core"
)

Expand Down
1 change: 1 addition & 0 deletions component/ssr/protocol/base.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import (

"github.com/Dreamacro/clash/common/pool"
"github.com/Dreamacro/clash/log"

"github.com/Dreamacro/go-shadowsocks2/core"
)

Expand Down
2 changes: 1 addition & 1 deletion hub/route/connections.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ import (
"time"

"github.com/Dreamacro/clash/tunnel/statistic"
"github.com/gorilla/websocket"

"github.com/go-chi/chi/v5"
"github.com/go-chi/render"
"github.com/gorilla/websocket"
)

func connectionRouter() http.Handler {
Expand Down

0 comments on commit 42e21b3

Please sign in to comment.