summaryrefslogtreecommitdiff
path: root/json
diff options
context:
space:
mode:
Diffstat (limited to 'json')
-rw-r--r--json/scanner.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/json/scanner.go b/json/scanner.go
index 912eabc..f66251f 100644
--- a/json/scanner.go
+++ b/json/scanner.go
@@ -3,7 +3,7 @@ package json
import (
"fmt"
- "github.com/apparentlymart/go-textseg/textseg"
+ "github.com/apparentlymart/go-textseg/v12/textseg"
"github.com/hashicorp/hcl/v2"
)