mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 23:47:50 +00:00
Change "speter.net/go/exp/math/dec/inf" dependency
to "https://gopkg.in/inf.v0"
This commit is contained in:
@@ -19,10 +19,11 @@ package v1
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
inf "gopkg.in/inf.v0"
|
||||
|
||||
"k8s.io/kubernetes/pkg/api"
|
||||
"k8s.io/kubernetes/pkg/conversion"
|
||||
"k8s.io/kubernetes/pkg/runtime"
|
||||
"speter.net/go/exp/math/dec/inf"
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
@@ -32,7 +32,7 @@ import (
|
||||
pkg5_intstr "k8s.io/kubernetes/pkg/util/intstr"
|
||||
"reflect"
|
||||
"runtime"
|
||||
pkg4_inf "speter.net/go/exp/math/dec/inf"
|
||||
pkg4_inf "gopkg.in/inf.v0"
|
||||
time "time"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user