Skip to content

Commit

Permalink
feat: upgrade k6pack dependency to v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
szkiba committed Apr 17, 2024
1 parent 641a13c commit 9f102d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.21

require (
github.com/sirupsen/logrus v1.9.3
github.com/szkiba/k6pack v0.1.1
github.com/szkiba/k6pack v0.1.2
go.k6.io/k6 v0.50.0
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
github.com/szkiba/k6pack v0.1.1 h1:vqHe9aQvvEV7eIXB7SwNkPnp3L8WLNCpYxxpWTE2xmE=
github.com/szkiba/k6pack v0.1.1/go.mod h1:2yxZBwXidrURozrVZWwohqqEOjdCVyHCZPSKu77i7Bc=
github.com/szkiba/k6pack v0.1.2 h1:r4nrAYP4UoC7RSgORGRWvY27Fe1pDCR14vSj3ifKoYw=
github.com/szkiba/k6pack v0.1.2/go.mod h1:2yxZBwXidrURozrVZWwohqqEOjdCVyHCZPSKu77i7Bc=
github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
go.k6.io/k6 v0.50.0 h1:2AMTXJ37QTmfUZ4ykitWNyIzVJTBQ7mBvlTbzHSmYoU=
Expand Down

0 comments on commit 9f102d3

Please sign in to comment.