tsenart / vegeta

HTTP load testing tool and library. It's over 9000!
http://godoc.org/github.com/tsenart/vegeta/lib
MIT License
23.42k stars 1.36k forks source link

Update Go dependencies #633

Closed jauderho closed 1 year ago

jauderho commented 1 year ago

Background

Update go dependencies to latest. Run go mod tidy. Compiles and runs with no issues.

Checklist

tsenart commented 1 year ago

Which command did you use to update all modules to their latest version?

jauderho commented 1 year ago

go get -u all && go mod tidy