diff options
Diffstat (limited to 'http_target.go')
| -rw-r--r-- | http_target.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/http_target.go b/http_target.go index 444f3a9..f6a12a0 100644 --- a/http_target.go +++ b/http_target.go @@ -12,9 +12,9 @@ import ( "strings" "sync" - libhttp "github.com/shuLhan/share/lib/http" - "github.com/shuLhan/share/lib/mlog" - libpath "github.com/shuLhan/share/lib/path" + libhttp "git.sr.ht/~shulhan/pakakeh.go/lib/http" + "git.sr.ht/~shulhan/pakakeh.go/lib/mlog" + libpath "git.sr.ht/~shulhan/pakakeh.go/lib/path" ) // HTTPPreAttackHandler define the function type that will be called before |
