Skip to content

Commit ec9f364

Browse files
committed
v2 Library.
1 parent e669740 commit ec9f364

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
module github.com/smarty/redact
1+
module github.com/smarty/redact/v2
22

33
go 1.22

main/redactor/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"os"
99
"strings"
1010

11-
"github.com/smarty/redact"
11+
"github.com/smarty/redact/v2"
1212
)
1313

1414
func main() {

0 commit comments

Comments
 (0)