From 0ebcc039efd69a836a18c7d54fa5621f84b2008e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jun 2022 12:29:16 +0000 Subject: [PATCH] Bump github.com/layer5io/nighthawk-go from 0.5.0 to 1.0.3 Bumps [github.com/layer5io/nighthawk-go](https://github.com/layer5io/nighthawk-go) from 0.5.0 to 1.0.3. - [Release notes](https://github.com/layer5io/nighthawk-go/releases) - [Commits](https://github.com/layer5io/nighthawk-go/compare/v0.5.0...v1.0.3) --- updated-dependencies: - dependency-name: github.com/layer5io/nighthawk-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 66c58b2fb49..9d596df5f3a 100644 --- a/go.mod +++ b/go.mod @@ -41,7 +41,7 @@ require ( github.com/layer5io/meshery-operator v0.5.4 github.com/layer5io/meshkit v0.5.17 github.com/layer5io/meshsync v0.5.3 - github.com/layer5io/nighthawk-go v0.5.0 + github.com/layer5io/nighthawk-go v1.0.3 github.com/layer5io/service-mesh-performance v0.3.4 github.com/lib/pq v1.10.5 github.com/manifoldco/promptui v0.9.0 diff --git a/go.sum b/go.sum index a1d5d857956..76e27e475cd 100644 --- a/go.sum +++ b/go.sum @@ -1066,8 +1066,8 @@ github.com/layer5io/meshkit v0.5.17 h1:QnNuIj5CVLfaZyznEAMrwt51QImpVpQ8BTcOZOIOW github.com/layer5io/meshkit v0.5.17/go.mod h1:tj5TAjty7T/WJ8YvlDfOZF94t4g3mhWuKBCc6MOUoNU= github.com/layer5io/meshsync v0.5.3 h1:GzPbaxk4s+8llrHBJvEW2I/vnk6BPWlEgl53v5p3/zw= github.com/layer5io/meshsync v0.5.3/go.mod h1:fz1+q5S3NS3KCzDdlsuPFupGxx1UPa3b7FPkDFzUngM= -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.4 h1:aw/elsx0wkry7SyiQRIj31wW7TPCP4YfhINdNOLXVg8= github.com/layer5io/service-mesh-performance v0.3.4/go.mod h1:W153amv8aHAeIWxO7b7d7Vibt9RhaEVh4Uh+RG+BumQ= github.com/lib/pq v1.0.0/go.mod h1:5WUZQaWbwv1U+lTReE5YruASi9Al49XbQIvNi/34Woo=