aboutsummaryrefslogtreecommitdiff
path: root/go.mod
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 /go.mod
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 'go.mod')
-rw-r--r--go.mod6
1 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index ae2052a..75d87aa 100644
--- a/go.mod
+++ b/go.mod
@@ -3,11 +3,11 @@ module git.sr.ht/~shulhan/trunks
go 1.15
require (
- github.com/bmizerany/perks v0.0.0-20141205001514-d9a9656a3a4b // indirect
github.com/dgryski/go-gk v0.0.0-20200319235926-a69029f61654 // indirect
github.com/influxdata/tdigest v0.0.1 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/shuLhan/share v0.24.1-0.20210314155532-c25375bb8587
- github.com/streadway/quantile v0.0.0-20150917103942-b0c588724d25 // indirect
- github.com/tsenart/vegeta v12.7.0+incompatible
+ github.com/tsenart/vegeta/v12 v12.8.4
+ golang.org/x/net v0.0.0-20210315170653-34ac3e1c2000 // indirect
+ golang.org/x/text v0.3.5 // indirect
)