diff --git a/csvb.go b/csvb.go index d6c8ce8..a2f4e52 100644 --- a/csvb.go +++ b/csvb.go @@ -7,7 +7,7 @@ import ( "github.com/oleiade/reflections" "io" "reflect" - "speter.net/go/exp/math/dec/inf" + "gopkg.in/inf.v0" "strconv" "strings" "time" diff --git a/csvb_test.go b/csvb_test.go index 2df8f33..782f738 100644 --- a/csvb_test.go +++ b/csvb_test.go @@ -4,7 +4,7 @@ import ( "bytes" "encoding/csv" "github.com/stretchr/testify/assert" - "speter.net/go/exp/math/dec/inf" + "gopkg.in/inf.v0" "testing" "time" )