فهرست منبع

Merge pull request #443 from acasajus/patch-1

Update deprecated package
Chris Bannister 10 سال پیش
والد
کامیت
476ff788f7
6فایلهای تغییر یافته به همراه6 افزوده شده و 5 حذف شده
  1. 1 0
      AUTHORS
  2. 1 1
      cassandra_test.go
  3. 1 1
      helpers.go
  4. 1 1
      marshal.go
  5. 1 1
      marshal_test.go
  6. 1 1
      wiki_test.go

+ 1 - 0
AUTHORS

@@ -51,3 +51,4 @@ Jeff Mitchell <jeffrey.mitchell@gmail.com>
 Baptiste Fontaine <b@ptistefontaine.fr>
 Matt Heath <matt@mattheath.com>
 Jamie Cuthill <jamie.cuthill@gmail.com>
+Adrian Casajus <adriancasajus@gmail.com>

+ 1 - 1
cassandra_test.go

@@ -18,7 +18,7 @@ import (
 	"time"
 	"unicode"
 
-	"speter.net/go/exp/math/dec/inf"
+	"gopkg.in/inf.v0"
 )
 
 var (

+ 1 - 1
helpers.go

@@ -10,7 +10,7 @@ import (
 	"strings"
 	"time"
 
-	"speter.net/go/exp/math/dec/inf"
+	"gopkg.in/inf.v0"
 )
 
 type RowData struct {

+ 1 - 1
marshal.go

@@ -17,7 +17,7 @@ import (
 	"strings"
 	"time"
 
-	"speter.net/go/exp/math/dec/inf"
+	"gopkg.in/inf.v0"
 )
 
 var (

+ 1 - 1
marshal_test.go

@@ -12,7 +12,7 @@ import (
 	"testing"
 	"time"
 
-	"speter.net/go/exp/math/dec/inf"
+	"gopkg.in/inf.v0"
 )
 
 var marshalTests = []struct {

+ 1 - 1
wiki_test.go

@@ -6,7 +6,7 @@ import (
 	"fmt"
 	"reflect"
 	"sort"
-	"speter.net/go/exp/math/dec/inf"
+	"gopkg.in/inf.v0"
 	"testing"
 	"time"
 )