logger 패키지 이동
This commit is contained in:
@ -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"
|
||||||
|
|||||||
@ -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"
|
||||||
|
|||||||
@ -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
2
go.mod
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user