Skip to content

Commit

Permalink
fix: module err
Browse files Browse the repository at this point in the history
  • Loading branch information
StellarisW committed Jan 26, 2023
1 parent cedc039 commit 78ca876
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module sensitive
module github.com/StellarisW/go-sensitive

go 1.19

Expand Down
4 changes: 2 additions & 2 deletions manager.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package sensitive

import (
"sensitive/filter"
"sensitive/store"
"github.com/StellarisW/go-sensitive/filter"
"github.com/StellarisW/go-sensitive/store"
"sync"
)

Expand Down

0 comments on commit 78ca876

Please sign in to comment.