aboutsummaryrefslogtreecommitdiff
path: root/attack_options.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 /attack_options.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 'attack_options.go')
-rw-r--r--attack_options.go2
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 {