move thumbnail to root utils
Hee Sung Son committed
Apr 7, 2026 at 21:34 UTC
100207b4dca33301c6293933ac4a54adda8273cf
2 files changed
+1
-1
portal/server.go
+1
-1
@@ -22,9 +22,9 @@ import (
22
"github.com/gosuda/portal-tunnel/v2/portal/keyless"
23
"github.com/gosuda/portal-tunnel/v2/portal/policy"
24
"github.com/gosuda/portal-tunnel/v2/portal/transport"
25
- "github.com/gosuda/portal-tunnel/v2/portal/utils/thumbnail"
25
"github.com/gosuda/portal-tunnel/v2/types"
26
"github.com/gosuda/portal-tunnel/v2/utils"
27
+ "github.com/gosuda/portal-tunnel/v2/utils/thumbnail"
28
)
29
30
const (