diff options
Diffstat (limited to 'pos_scanner.go')
| -rw-r--r-- | pos_scanner.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pos_scanner.go b/pos_scanner.go index 17c0d7c..ef0aa10 100644 --- a/pos_scanner.go +++ b/pos_scanner.go @@ -4,7 +4,7 @@ import ( "bufio" "bytes" - "github.com/apparentlymart/go-textseg/textseg" + "github.com/apparentlymart/go-textseg/v12/textseg" ) // RangeScanner is a helper that will scan over a buffer using a bufio.SplitFunc |
