Change "speter.net/go/exp/math/dec/inf" dependency
to "https://gopkg.in/inf.v0"
This commit is contained in:
@@ -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 {
|
||||
|
@@ -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.
|
||||
|
@@ -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
|
||||
|
@@ -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 (
|
||||
|
Reference in New Issue
Block a user