Skip to content

Commit

Permalink
Changed all import of deprecated package
Browse files Browse the repository at this point in the history
  • Loading branch information
acasajus committed Jul 17, 2015
1 parent 434a842 commit e44de0d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cassandra_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
"time"
"unicode"

"speter.net/go/exp/math/dec/inf"
"gopkg.in/inf.v0"
)

var (
Expand Down
2 changes: 1 addition & 1 deletion marshal.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
"strings"
"time"

"speter.net/go/exp/math/dec/inf"
"gopkg.in/inf.v0"
)

var (
Expand Down
2 changes: 1 addition & 1 deletion marshal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"testing"
"time"

"speter.net/go/exp/math/dec/inf"
"gopkg.in/inf.v0"
)

var marshalTests = []struct {
Expand Down
2 changes: 1 addition & 1 deletion wiki_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"fmt"
"reflect"
"sort"
"speter.net/go/exp/math/dec/inf"
"gopkg.in/inf.v0"
"testing"
"time"
)
Expand Down

0 comments on commit e44de0d

Please sign in to comment.