Update import paths to use new module path hub.krkn.tech/KrakenTech/crowsnest across the project
This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
package easyTime
|
||||
|
||||
import (
|
||||
"crowsnest/internal/debug"
|
||||
"fmt"
|
||||
"go.uber.org/zap"
|
||||
"os"
|
||||
"strconv"
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
"go.uber.org/zap"
|
||||
"hub.krkn.tech/KrakenTech/crowsnest/internal/debug"
|
||||
)
|
||||
|
||||
type TimeChunk struct {
|
||||
|
||||
Reference in New Issue
Block a user