aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2024-02-16 00:24:47 +0700
committerShulhan <ms@kilabit.info>2024-02-16 01:38:51 +0700
commit2b6dc0730aa3c30787e440c1090b8041ff6b4ca8 (patch)
tree588439eafdb7cdae7d5d469e7f688e6fd206c00a /go.mod
parent372d10a3e1ea01f8d03e44e6ab8be673d05c0773 (diff)
downloadgorankusu-2b6dc0730aa3c30787e440c1090b8041ff6b4ca8.tar.xz
all: set default HTTPTarget Attack if its not set
Previously, the function for Attack need to be coded manually. This changes introduce new function DefaultHTTPAttack that generate HTTPAttackHandler based on the HTTPTarget method, request type, and Params; if AllowAttack is true and Attack is nil. Implements: https://todo.sr.ht/~shulhan/gorankusu/4
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 46042f0..7d18ecd 100644
--- a/go.mod
+++ b/go.mod
@@ -7,7 +7,7 @@ go 1.20
require (
git.sr.ht/~shulhan/ciigo v0.11.0
- github.com/shuLhan/share v0.53.0
+ github.com/shuLhan/share v0.53.1-0.20240215151058-c14c0aada881
github.com/tsenart/vegeta/v12 v12.11.1
)