This repository was archived by the owner on Jan 30, 2025. It is now read-only.
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44
44
which go
45
45
go version
46
46
47
- GOPRIVATE="go.k6.io/k6" xk6 build latest \
47
+ GOPRIVATE="go.k6.io/k6" xk6 build \
48
48
--output ./k6extension \
49
49
--with github.com/grafana/xk6-browser=.
50
50
./k6extension version
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ require (
10
10
github.com/mccutchen/go-httpbin v1.1.2-0.20190116014521-c5cb2f4802fa
11
11
github.com/sirupsen/logrus v1.9.3
12
12
github.com/stretchr/testify v1.8.4
13
- go.k6.io/k6 v0.45.1-0.20230804095003-636747fc37dd
13
+ go.k6.io/k6 v0.45.1-0.20230804150043-5b5c5ccbb869
14
14
golang.org/x/net v0.11.0
15
15
golang.org/x/sync v0.2.0
16
16
gopkg.in/guregu/null.v3 v3.3.0
Original file line number Diff line number Diff line change @@ -131,8 +131,8 @@ github.com/tidwall/pretty v1.2.1 h1:qjsOFOWWQl+N3RsoF5/ssm1pHmJJwhjlSbZ51I6wMl4=
131
131
github.com/tidwall/pretty v1.2.1 /go.mod h1:ITEVvHYasfjBbM0u2Pg8T2nJnzm8xPwvNhhsoaGGjNU =
132
132
github.com/yuin/goldmark v1.2.1 /go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74 =
133
133
github.com/yuin/goldmark v1.4.13 /go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY =
134
- go.k6.io/k6 v0.45.1-0.20230804095003-636747fc37dd h1:7O98axJR/llnplxRVHhYtH5N3GTE1PyU+ypNUjRiH7U =
135
- go.k6.io/k6 v0.45.1-0.20230804095003-636747fc37dd /go.mod h1:PHyX+z+Fml//AY5OifjBp1t4Iykz5klBrpfokK09ANw =
134
+ go.k6.io/k6 v0.45.1-0.20230804150043-5b5c5ccbb869 h1:TnFJeC+8TmDaX6T20YTNuiQx/9Z2wExAmdXgXmOdlW8 =
135
+ go.k6.io/k6 v0.45.1-0.20230804150043-5b5c5ccbb869 /go.mod h1:PHyX+z+Fml//AY5OifjBp1t4Iykz5klBrpfokK09ANw =
136
136
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 /go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w =
137
137
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 /go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI =
138
138
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 /go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto =
You can’t perform that action at this time.
0 commit comments