From e76763df6767db0dc1987a0ae5498263ef124c43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=87=8C=E8=A6=8B=20=E7=81=AF=E8=8A=B1?= <172008506+satomitoka@users.noreply.github.com> Date: Fri, 13 Dec 2024 14:24:47 +0800 Subject: [PATCH] Update auth.go --- auth/auth.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/auth/auth.go b/auth/auth.go index 6e3d9de..281eeff 100644 --- a/auth/auth.go +++ b/auth/auth.go @@ -1,8 +1,8 @@ package auth import ( - "github.com/satomitoka/ghproxy/config" - "github.com/satomitoka/ghproxy/logger" + "ghproxy/config" + "ghproxy/logger" "github.com/gin-gonic/gin" )