File tree Expand file tree Collapse file tree 13 files changed +23
-23
lines changed
Expand file tree Collapse file tree 13 files changed +23
-23
lines changed Original file line number Diff line number Diff line change 1515package attic
1616
1717import (
18- "github.com/scott-cotton /dupi/attic/ibloom"
18+ "github.com/go-air /dupi/attic/ibloom"
1919)
2020
2121type bposts struct {
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ import (
2020 "testing"
2121 "unsafe"
2222
23- "github.com/scott-cotton /dupi/attic/ibloom"
24- "github.com/scott-cotton /dupi/attic/trigram"
23+ "github.com/go-air /dupi/attic/ibloom"
24+ "github.com/go-air /dupi/attic/trigram"
2525)
2626
2727func TestTridat (t * testing.T ) {
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ package trigram
1818import (
1919 "fmt"
2020
21- "github.com/scott-cotton /dupi/token"
21+ "github.com/go-air /dupi/token"
2222)
2323
2424type T uint16
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import (
1818 "fmt"
1919 "testing"
2020
21- "github.com/scott-cotton /dupi/token"
21+ "github.com/go-air /dupi/token"
2222)
2323
2424func TestTrigram (t * testing.T ) {
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ import (
2525
2626 _ "net/http/pprof"
2727
28+ "github.com/go-air/dupi"
2829 "github.com/google/gops/agent"
29- "github.com/scott-cotton/dupi"
3030)
3131
3232var N = flag .Int ("n" , 16 , "buckets" )
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import (
2121 "io"
2222 "os"
2323
24- "github.com/scott-cotton /dupi"
24+ "github.com/go-air /dupi"
2525)
2626
2727type extractCmd struct {
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import (
2323 "path/filepath"
2424 "strings"
2525
26- "github.com/scott-cotton /dupi"
26+ "github.com/go-air /dupi"
2727)
2828
2929type indexCmd struct {
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ import (
2121 "os"
2222 "path/filepath"
2323
24- "github.com/scott-cotton /dupi/blotter"
25- "github.com/scott-cotton /dupi/token"
24+ "github.com/go-air /dupi/blotter"
25+ "github.com/go-air /dupi/token"
2626)
2727
2828type Config struct {
Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ import (
1919 "log"
2020 "os"
2121
22- "github.com/scott-cotton /dupi/dmd"
23- "github.com/scott-cotton /dupi/internal/shard"
24- "github.com/scott-cotton /dupi/lock"
22+ "github.com/go-air /dupi/dmd"
23+ "github.com/go-air /dupi/internal/shard"
24+ "github.com/go-air /dupi/lock"
2525)
2626
2727type Index struct {
Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ import (
1818 "log"
1919 "os"
2020
21- "github.com/scott-cotton /dupi/dmd"
22- "github.com/scott-cotton /dupi/internal/shard"
23- "github.com/scott-cotton /dupi/lock"
24- "github.com/scott-cotton /dupi/post"
25- "github.com/scott-cotton /dupi/token"
21+ "github.com/go-air /dupi/dmd"
22+ "github.com/go-air /dupi/internal/shard"
23+ "github.com/go-air /dupi/lock"
24+ "github.com/go-air /dupi/post"
25+ "github.com/go-air /dupi/token"
2626)
2727
2828// Indexer is a struct for duplicate indexing.
You can’t perform that action at this time.
0 commit comments