diff options
| author | Shulhan <ms@kilabit.info> | 2021-03-16 02:46:47 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2021-03-16 02:46:47 +0700 |
| commit | 77e3074ccbbb01945e06d5608d34d5f39352500e (patch) | |
| tree | e8f469b56a70a9b330ff661cee46fe79645c71a2 /http_target.go | |
| parent | d30bfb7fa1c32984eaba8ad1cf744328812e02b9 (diff) | |
| download | gorankusu-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.go | 2 |
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) |
