summaryrefslogtreecommitdiff
path: root/http_attack_handler.go
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2024-03-05 16:36:32 +0700
committerShulhan <ms@kilabit.info>2024-03-05 18:15:35 +0700
commitcb9e9ecf8466386621954acdafc460ecd0c3f82f (patch)
tree56cbe9ee19c93b2eed89247fad735ced6aa494e7 /http_attack_handler.go
parent20e45fe125803bc7fd0fd079f30bf4c099c8320a (diff)
downloadgorankusu-cb9e9ecf8466386621954acdafc460ecd0c3f82f.tar.xz
all: replace module "share" with "pakakeh.go"
Diffstat (limited to 'http_attack_handler.go')
-rw-r--r--http_attack_handler.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/http_attack_handler.go b/http_attack_handler.go
index 8a70416..9ddcc65 100644
--- a/http_attack_handler.go
+++ b/http_attack_handler.go
@@ -7,7 +7,7 @@ import (
"encoding/json"
"fmt"
- libhttp "github.com/shuLhan/share/lib/http"
+ libhttp "git.sr.ht/~shulhan/pakakeh.go/lib/http"
vegeta "github.com/tsenart/vegeta/v12/lib"
)