Explorar o código

fmt

Signed-off-by: Sean Holcomb <seanholcomb@gmail.com>
Sean Holcomb hai 1 semana
pai
achega
9395abe6fc
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  1. 3 2
      core/pkg/model/kubemodel/kubemodel_codecs.go

+ 3 - 2
core/pkg/model/kubemodel/kubemodel_codecs.go

@@ -14,7 +14,6 @@ package kubemodel
 import (
 	"cmp"
 	"fmt"
-	"github.com/opencost/opencost/core/pkg/model/shared"
 	"io"
 	"iter"
 	"os"
@@ -25,7 +24,9 @@ import (
 	"time"
 	"unsafe"
 
-	util "github.com/opencost/opencost/core/pkg/util"
+	"github.com/opencost/opencost/core/pkg/model/shared"
+
+	"github.com/opencost/opencost/core/pkg/util"
 )
 
 const (