Change "speter.net/go/exp/math/dec/inf" dependency

to "https://gopkg.in/inf.v0"
This commit is contained in:
saadali
2016-05-11 15:21:36 -07:00
parent 823d766e31
commit b83af3d481
20 changed files with 52 additions and 44 deletions

View File

@@ -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 (

View File

@@ -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"
)