Skip to content

Commit 98f0955

Browse files
committed
fix: repo transfer
1 parent b33ae91 commit 98f0955

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 🚫 go-sensitive
22

3-
[![build](https://img.shields.io/badge/build-1.01-brightgreen)](https://github.com/StellarisW/go-sensitive)[![go-version](https://img.shields.io/badge/go-~%3D1.19-30dff3?logo=go)](https://github.com/StellarisW/go-sensitive)
3+
[![build](https://img.shields.io/badge/build-1.01-brightgreen)](https://github.com/sgoware/go-sensitive)[![go-version](https://img.shields.io/badge/go-~%3D1.19-30dff3?logo=go)](https://github.com/sgoware/go-sensitive)
44

55
English | [中文](README-zh_cn.md)
66

@@ -31,7 +31,7 @@ package main
3131

3232
import (
3333
"fmt"
34-
"github.com/StellarisW/go-sensitive"
34+
"github.com/sgoware/go-sensitive"
3535
)
3636

3737
func main() {
@@ -77,13 +77,13 @@ func main() {
7777
## ✔ Get
7878

7979
```
80-
$ go get -u github.com/StellairsW/go-sensitive
80+
$ go get -u github.com/sgoware/go-sensitive
8181
```
8282

8383
## 📂 Import
8484

8585
```go
86-
import "github.com/StellairsW/go-sensitive"
86+
import "github.com/sgoware/go-sensitive"
8787
```
8888

8989
##

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/StellarisW/go-sensitive
1+
module github.com/sgoware/go-sensitive
22

33
go 1.19
44

manager.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package sensitive
22

33
import (
4-
"github.com/StellarisW/go-sensitive/filter"
5-
"github.com/StellarisW/go-sensitive/store"
4+
"github.com/sgoware/go-sensitive/filter"
5+
"github.com/sgoware/go-sensitive/store"
66
"sync"
77
)
88

manager_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package sensitive
22

33
import (
44
"fmt"
5-
"github.com/StellarisW/go-sensitive/store"
5+
"github.com/sgoware/go-sensitive/store"
66
"reflect"
77
"testing"
88
"time"

options.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package sensitive
22

33
import (
4-
"github.com/StellarisW/go-sensitive/store"
4+
"github.com/sgoware/go-sensitive/store"
55
)
66

77
const (

0 commit comments

Comments
 (0)