logger 패키지 이동

This commit is contained in:
2023-05-22 00:15:06 +09:00
parent 3e8c79a48b
commit 48d50d7160
5 changed files with 6 additions and 5 deletions

View File

@ -2,7 +2,7 @@ package client
import ( import (
"context" "context"
"go-ayo/common/logger" "go-ayo/logger"
"houston/shared" "houston/shared"
"houston/shared/protos" "houston/shared/protos"
"io" "io"

View File

@ -5,7 +5,7 @@ import (
"archive/zip" "archive/zip"
"errors" "errors"
"fmt" "fmt"
"go-ayo/common/logger" "go-ayo/logger"
"houston/shared" "houston/shared"
"houston/shared/protos" "houston/shared/protos"
"io" "io"

View File

@ -7,7 +7,7 @@ import (
"encoding/json" "encoding/json"
"errors" "errors"
"fmt" "fmt"
"go-ayo/common/logger" "go-ayo/logger"
"houston/shared" "houston/shared"
"houston/shared/protos" "houston/shared/protos"
"io" "io"

2
go.mod
View File

@ -10,8 +10,6 @@ require (
google.golang.org/protobuf v1.30.0 google.golang.org/protobuf v1.30.0
) )
require go-ayo v0.0.0-00010101000000-000000000000
require ( require (
github.com/cespare/xxhash/v2 v2.2.0 // indirect github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect

3
go.work Normal file
View File

@ -0,0 +1,3 @@
go 1.19
use ./go-ayo