aboutsummaryrefslogtreecommitdiff
path: root/http_target.go
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2021-03-16 02:46:47 +0700
committerShulhan <ms@kilabit.info>2021-03-16 02:46:47 +0700
commit77e3074ccbbb01945e06d5608d34d5f39352500e (patch)
treee8f469b56a70a9b330ff661cee46fe79645c71a2 /http_target.go
parentd30bfb7fa1c32984eaba8ad1cf744328812e02b9 (diff)
downloadgorankusu-77e3074ccbbb01945e06d5608d34d5f39352500e.tar.xz
all: update the vegeta to use module path
The correct module name registered on go.mod is github.com/tsenart/vegeta/v12.
Diffstat (limited to 'http_target.go')
-rw-r--r--http_target.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/http_target.go b/http_target.go
index 84eed5c..c69b950 100644
--- a/http_target.go
+++ b/http_target.go
@@ -9,7 +9,7 @@ import (
"sync"
libhttp "github.com/shuLhan/share/lib/http"
- vegeta "github.com/tsenart/vegeta/lib"
+ vegeta "github.com/tsenart/vegeta/v12/lib"
)
type HttpRunHandler func(target *Target, runRequest *RunRequest) ([]byte, error)