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

@@ -21,8 +21,8 @@ limitations under the License.
package resource
import (
inf "gopkg.in/inf.v0"
conversion "k8s.io/kubernetes/pkg/conversion"
inf "speter.net/go/exp/math/dec/inf"
)
func DeepCopy_resource_Quantity(in Quantity, out *Quantity, c *conversion.Cloner) error {

View File

@@ -24,7 +24,8 @@ import (
"strings"
flag "github.com/spf13/pflag"
"speter.net/go/exp/math/dec/inf"
inf "gopkg.in/inf.v0"
)
// Quantity is a fixed-point representation of a number.

View File

@@ -19,7 +19,7 @@ package resource
import (
"math/big"
"speter.net/go/exp/math/dec/inf"
inf "gopkg.in/inf.v0"
)
// QuantityProto is a struct that is equivalent to Quantity, but intended for

View File

@@ -23,7 +23,8 @@ import (
fuzz "github.com/google/gofuzz"
"github.com/spf13/pflag"
"speter.net/go/exp/math/dec/inf"
inf "gopkg.in/inf.v0"
)
var (