패키지 경로 수정
This commit is contained in:
@ -5,9 +5,6 @@ import (
|
||||
"archive/zip"
|
||||
"errors"
|
||||
"fmt"
|
||||
"go-ayo/logger"
|
||||
"houston/shared"
|
||||
"houston/shared/protos"
|
||||
"io"
|
||||
"io/fs"
|
||||
"net/http"
|
||||
@ -16,6 +13,11 @@ import (
|
||||
"path"
|
||||
"strings"
|
||||
|
||||
"repositories.action2quare.com/ayo/go-ayo/logger"
|
||||
|
||||
"repositories.action2quare.com/ayo/houston/shared"
|
||||
"repositories.action2quare.com/ayo/houston/shared/protos"
|
||||
|
||||
"golang.org/x/text/encoding/korean"
|
||||
|
||||
"golang.org/x/text/transform"
|
||||
|
||||
Reference in New Issue
Block a user