Skip to content

Commit

Permalink
Merge pull request #45 from grafana/dependabot/go_modules/github.com/…
Browse files Browse the repository at this point in the history
…grafana/k6build-0.3.2

build(deps): bump github.com/grafana/k6build from 0.3.1 to 0.3.2
  • Loading branch information
szkiba authored Sep 29, 2024
2 parents ac23177 + 1036fc2 commit ecd4d2c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
5 changes: 2 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.22.4
require (
github.com/adrg/xdg v0.5.0
github.com/grafana/clireadme v0.1.0
github.com/grafana/k6build v0.3.1
github.com/grafana/k6build v0.3.2
github.com/grafana/k6deps v0.1.5
github.com/grafana/k6pack v0.2.2
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
Expand All @@ -17,12 +17,11 @@ require (
)

require (
github.com/Masterminds/semver v1.5.0 // indirect
github.com/Masterminds/semver/v3 v3.3.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/evanw/esbuild v0.23.1 // indirect
github.com/google/btree v1.1.2 // indirect
github.com/grafana/k6catalog v0.1.0 // indirect
github.com/grafana/k6catalog v0.2.3 // indirect
github.com/grafana/k6foundry v0.2.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
Expand Down
10 changes: 4 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
github.com/Masterminds/semver v1.5.0 h1:H65muMkzWKEuNDnfl9d70GUjFniHKHRbFPGBuZ3QEww=
github.com/Masterminds/semver v1.5.0/go.mod h1:MB6lktGJrhw8PrUyiEoblNEGEQ+RzHPF078ddwwvV3Y=
github.com/Masterminds/semver/v3 v3.3.0 h1:B8LGeaivUe71a5qox1ICM/JLl0NqZSW5CHyL+hmvYS0=
github.com/Masterminds/semver/v3 v3.3.0/go.mod h1:4V+yj/TJE1HU9XfppCwVMZq3I84lprf4nC11bSS5beM=
github.com/adrg/xdg v0.5.0 h1:dDaZvhMXatArP1NPHhnfaQUqWBLBsmx1h1HXQdMoFCY=
Expand All @@ -16,10 +14,10 @@ github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
github.com/grafana/clireadme v0.1.0 h1:KYEYSnYdSzmHf3bufaK6fQZ5j4dzvM/T+G6Ba+qNnAM=
github.com/grafana/clireadme v0.1.0/go.mod h1:Wy4KIG2ZBGMYAYyF9l7qAy+yoJVasqk/txsRgoRI3gc=
github.com/grafana/k6build v0.3.1 h1:ArzMq8GxxJBG4Qsd7gACECEwh/YkfGBGUSVIWGAEwYE=
github.com/grafana/k6build v0.3.1/go.mod h1:FPyo1ROpcST4zR4v0U+OcZQvairv+vIn4dKnHxHMCic=
github.com/grafana/k6catalog v0.1.0 h1:jLmbmB3EUJ+zyQG3hWy6dWbtMjvTkvJNx1d4LX8it6I=
github.com/grafana/k6catalog v0.1.0/go.mod h1:8R9eXAh2nb69+drkj0rZ4aemso0jcwCbPP6Q3E5LqCw=
github.com/grafana/k6build v0.3.2 h1:r6Mqo6OnwZR2kOS3Ymt9/yJEF0Xj6ZNIKziXPJqB6aQ=
github.com/grafana/k6build v0.3.2/go.mod h1:oErUCmke+YEDwA5oVE6LX4aAqkSg2oBPr558tcaPh6k=
github.com/grafana/k6catalog v0.2.3 h1:Gol46qra9yjPYSrxLj6CDKcdY/DUEprM4Xd4TCNPkfA=
github.com/grafana/k6catalog v0.2.3/go.mod h1:ozCf9+KBw63lNrRiZtp7CvzA7V0ATQuOQN2IoG2irw4=
github.com/grafana/k6deps v0.1.5 h1:UYp61ez7MbW6v9aKvsuvK9a7Ym6+1iPvzuqrJOne7Dg=
github.com/grafana/k6deps v0.1.5/go.mod h1:FJFn19VjeiPQq1hlYY39uChetg8H2rwFrqvOZR8AGOo=
github.com/grafana/k6foundry v0.2.0 h1:+aE5wuCP0XNGNsxM7UiPj9hyw4RdWeW929PuGwLWIlg=
Expand Down

0 comments on commit ecd4d2c

Please sign in to comment.