diff --git a/go.mod b/go.mod index 2694268d9e1..3a7e95e6449 100644 --- a/go.mod +++ b/go.mod @@ -38,7 +38,7 @@ require ( github.com/layer5io/meshery-operator v0.5.2 github.com/layer5io/meshkit v0.5.8 github.com/layer5io/meshsync v0.5.0 - github.com/layer5io/nighthawk-go v0.5.0 + github.com/layer5io/nighthawk-go v1.0.3 github.com/layer5io/service-mesh-performance v0.3.3 github.com/lib/pq v1.10.4 github.com/manifoldco/promptui v0.9.0 diff --git a/go.sum b/go.sum index 44cd2878e6c..bc577a593da 100644 --- a/go.sum +++ b/go.sum @@ -973,8 +973,8 @@ github.com/layer5io/meshkit v0.5.8 h1:BONDQuy0KK0Wd7N1Z0n5Oq55tNXnVrKyjDVKRS2BKA github.com/layer5io/meshkit v0.5.8/go.mod h1:2o6I6N7XmupMvJRb1gqlRBIf51GIUqwCzPCGarZxIRU= github.com/layer5io/meshsync v0.5.0 h1:LIwVrAU0muV8u2O+th6xJFbo5QU/Mq3KYszJL3B+vaE= github.com/layer5io/meshsync v0.5.0/go.mod h1:RbBHb8aCaySHJv50Yr+6CdOVP2egjpk+hp10u61V2Tg= -github.com/layer5io/nighthawk-go v0.5.0 h1:V785ZDRgwJJ7pfNpATG7BUOKaaMqdurX9/NiEZ1fHIQ= -github.com/layer5io/nighthawk-go v0.5.0/go.mod h1:iKEQtXtfvcJ4zNVRqmCzMeamnfiiQrd4CNHgdQQC49Y= +github.com/layer5io/nighthawk-go v1.0.3 h1:AGhip7TM8FjaDJ58jU/7BoPx+O45S7UNImfw7vC2Z0U= +github.com/layer5io/nighthawk-go v1.0.3/go.mod h1:iKEQtXtfvcJ4zNVRqmCzMeamnfiiQrd4CNHgdQQC49Y= github.com/layer5io/service-mesh-performance v0.3.3 h1:KtouYXg64y+G0soPJwDeB0sM6PXolBpkV6Ke15aqwmk= github.com/layer5io/service-mesh-performance v0.3.3/go.mod h1:W153amv8aHAeIWxO7b7d7Vibt9RhaEVh4Uh+RG+BumQ= github.com/lib/pq v1.0.0/go.mod h1:5WUZQaWbwv1U+lTReE5YruASi9Al49XbQIvNi/34Woo=