패키지 경로 수정
This commit is contained in:
@ -2,9 +2,6 @@ package client
|
||||
|
||||
import (
|
||||
"context"
|
||||
"go-ayo/logger"
|
||||
"houston/shared"
|
||||
"houston/shared/protos"
|
||||
"io"
|
||||
"os"
|
||||
"os/exec"
|
||||
@ -15,6 +12,10 @@ import (
|
||||
"sync/atomic"
|
||||
"unsafe"
|
||||
|
||||
"repositories.action2quare.com/ayo/go-ayo/logger"
|
||||
"repositories.action2quare.com/ayo/houston/shared"
|
||||
"repositories.action2quare.com/ayo/houston/shared/protos"
|
||||
|
||||
"time"
|
||||
|
||||
"github.com/shirou/gopsutil/v3/cpu"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -7,9 +7,6 @@ import (
|
||||
"encoding/json"
|
||||
"errors"
|
||||
"fmt"
|
||||
"go-ayo/logger"
|
||||
"houston/shared"
|
||||
"houston/shared/protos"
|
||||
"io"
|
||||
"net/http"
|
||||
"os"
|
||||
@ -22,6 +19,11 @@ import (
|
||||
"sync/atomic"
|
||||
"syscall"
|
||||
"time"
|
||||
|
||||
"repositories.action2quare.com/ayo/go-ayo/logger"
|
||||
|
||||
"repositories.action2quare.com/ayo/houston/shared"
|
||||
"repositories.action2quare.com/ayo/houston/shared/protos"
|
||||
)
|
||||
|
||||
type parsedVersionString = []string
|
||||
|
||||
Reference in New Issue
Block a user