From 0ae8c9d1be065cb21f5bb0cafb3e4322729a701f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 10:46:37 +0100 Subject: [PATCH] build(deps): bump github.com/grafana/k6deps from 0.2.0 to 0.2.1 (#95) Bumps [github.com/grafana/k6deps](https://github.com/grafana/k6deps) from 0.2.0 to 0.2.1. - [Release notes](https://github.com/grafana/k6deps/releases) - [Changelog](https://github.com/grafana/k6deps/blob/main/.goreleaser.yaml) - [Commits](https://github.com/grafana/k6deps/compare/v0.2.0...v0.2.1) --- updated-dependencies: - dependency-name: github.com/grafana/k6deps dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index b514d2e..f3bb98d 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.22.4 require ( github.com/grafana/clireadme v0.1.0 github.com/grafana/k6build v0.5.4 - github.com/grafana/k6deps v0.2.0 + github.com/grafana/k6deps v0.2.1 github.com/samber/slog-logrus/v2 v2.5.2 github.com/sirupsen/logrus v1.9.3 github.com/spf13/cobra v1.8.1 diff --git a/go.sum b/go.sum index 423a5bd..f40c1ba 100644 --- a/go.sum +++ b/go.sum @@ -16,8 +16,8 @@ github.com/grafana/clireadme v0.1.0 h1:KYEYSnYdSzmHf3bufaK6fQZ5j4dzvM/T+G6Ba+qNn github.com/grafana/clireadme v0.1.0/go.mod h1:Wy4KIG2ZBGMYAYyF9l7qAy+yoJVasqk/txsRgoRI3gc= github.com/grafana/k6build v0.5.4 h1:RSaui4O1SySw6TADOwLod/SaRBiTq9bht6sKGePBIuA= github.com/grafana/k6build v0.5.4/go.mod h1:LpBRh+nbwhCBt5v/LCa14taDuRbXKze56kZCKPNlWho= -github.com/grafana/k6deps v0.2.0 h1:yF+Vh70aHoL+2VygK9IGXZ8ojnNd5QPAeQxlU0xXGWM= -github.com/grafana/k6deps v0.2.0/go.mod h1:XD+wP7lkIYbre3CZ//vb/WW8I29r2a5ZveeICKR3FLc= +github.com/grafana/k6deps v0.2.1 h1:PvRXQ4SEOJdKfFnWBkM1cXda0JMWEB4dMWSEgq+FowM= +github.com/grafana/k6deps v0.2.1/go.mod h1:XD+wP7lkIYbre3CZ//vb/WW8I29r2a5ZveeICKR3FLc= github.com/grafana/k6foundry v0.3.1 h1:nv4BqlJfNXrVMk7ps7mlGiPgegR73ogTvisn1y0bYJ8= github.com/grafana/k6foundry v0.3.1/go.mod h1:4Hw0ll6ZsKN8f3cgp7I4N6EkhXafZ6CBC6fDJWkW7/Q= github.com/grafana/k6pack v0.2.4 h1:JzbaO/NnLBaM2Shbn59WynaGAYL+jMvnjsoj/VTr3es=