Skip to content

Commit

Permalink
Merge pull request #8 from grafana/7-upgrade-k6build-to-v0.2.2
Browse files Browse the repository at this point in the history
k6build upgraded to v0.2.2
  • Loading branch information
szkiba authored Jul 11, 2024
2 parents 20bd066 + 3984d05 commit 18421f1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.22.2
require (
github.com/adrg/xdg v0.4.0
github.com/grafana/clireadme v0.1.0
github.com/grafana/k6build v0.2.0
github.com/grafana/k6build v0.2.2
github.com/grafana/k6deps v0.1.2
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
github.com/samber/slog-logrus/v2 v2.4.0
Expand All @@ -22,7 +22,7 @@ require (
github.com/evanw/esbuild v0.21.5 // indirect
github.com/google/btree v1.1.2 // indirect
github.com/grafana/k6catalog v0.1.0 // indirect
github.com/grafana/k6foundry v0.1.3 // indirect
github.com/grafana/k6foundry v0.1.4 // indirect
github.com/grafana/k6pack v0.2.1 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ 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.2.0 h1:4IRinD5iuPW7+XR5590UduPwm1hBAwH2bpdkMADifP8=
github.com/grafana/k6build v0.2.0/go.mod h1:DXItIZzDI1gnMOC0+oSE2OsjNJtR4ahLHYC8EQ643T8=
github.com/grafana/k6build v0.2.2 h1:l0EdnQhkgn+N6kTrz5/Y7y8JvcUcCqA5yiquCuKZCBc=
github.com/grafana/k6build v0.2.2/go.mod h1:fSTR4K934kHBFRH3fb6fUPUl3FQECSupV10ah+YNN7M=
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/k6deps v0.1.2 h1:/AJXUFy5UJhpqHqupr5LZuUudPxEj04QSSKLVtr9F2A=
github.com/grafana/k6deps v0.1.2/go.mod h1:j8UOs5mZhn5+hpJqDtl5zjYRjMpBKYf+FwaBmHHcfao=
github.com/grafana/k6foundry v0.1.3 h1:05sRM5ik+MsZr1tdJR/rTjI8trLpWFbG+vzmnpmsC5g=
github.com/grafana/k6foundry v0.1.3/go.mod h1:b6n4InFgXl+3yPobmlyJfcJmLozU9CI9IIUuq8YqEiM=
github.com/grafana/k6foundry v0.1.4 h1:6kPQeU1nSJiV6Y42sVRESuVfpgt/uiCwoYD729hRypM=
github.com/grafana/k6foundry v0.1.4/go.mod h1:b6n4InFgXl+3yPobmlyJfcJmLozU9CI9IIUuq8YqEiM=
github.com/grafana/k6pack v0.2.1 h1:S9EkeFuRMnfwP/lHrKnlgctlNDiUKgKU1bEKbIfOUro=
github.com/grafana/k6pack v0.2.1/go.mod h1:BEy4y0GE+gXbdp8EldJGXd1g1Py3wBBxDE2AwzHsMxI=
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 h1:+ngKgrYPPJrOjhax5N+uePQ0Fh1Z7PheYoUI/0nzkPA=
Expand Down
5 changes: 5 additions & 0 deletions releases/v0.1.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
k6exec `v0.1.3` is here 🎉!

This is an internal maintenance release with dependency upgrade:

- k6build v0.2.2

0 comments on commit 18421f1

Please sign in to comment.