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 /attack_options.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 'attack_options.go')
| -rw-r--r-- | attack_options.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/attack_options.go b/attack_options.go index 4d01f88..2b41b1e 100644 --- a/attack_options.go +++ b/attack_options.go @@ -8,7 +8,7 @@ import ( "fmt" "time" - vegeta "github.com/tsenart/vegeta/lib" + vegeta "github.com/tsenart/vegeta/v12/lib" ) type AttackOptions struct { |
