Skip to content

Commit

Permalink
Update xk6-grpc to the 6ed5daf33509c8d0546997cc265fe1846a018722
Browse files Browse the repository at this point in the history
  • Loading branch information
olegbespalov committed Sep 20, 2023
1 parent b8a6ecf commit f35380f
Show file tree
Hide file tree
Showing 5 changed files with 179 additions and 136 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ require (
github.com/golang/protobuf v1.5.3
github.com/gorilla/websocket v1.5.0
github.com/grafana/xk6-browser v1.0.2
github.com/grafana/xk6-grpc v0.1.4-0.20230911131934-0250ce428019
github.com/grafana/xk6-grpc v0.1.4-0.20230919144024-6ed5daf33509
github.com/grafana/xk6-output-prometheus-remote v0.2.3
github.com/grafana/xk6-redis v0.1.1
github.com/grafana/xk6-timers v0.1.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@ github.com/gorilla/websocket v1.5.0 h1:PPwGk2jz7EePpoHN/+ClbZu8SPxiqlu12wZP/3sWm
github.com/gorilla/websocket v1.5.0/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
github.com/grafana/xk6-browser v1.0.2 h1:B9ll8xLH68hfCBy3sTzhmksCxwgJBIcqgPeX3mht6jM=
github.com/grafana/xk6-browser v1.0.2/go.mod h1:LV/ECGBCN3vRN/A4St+Ep9JUpbKJuRsj+6TBihQptGw=
github.com/grafana/xk6-grpc v0.1.4-0.20230911131934-0250ce428019 h1:+qBXTzoXx0RvQ+xUcSSOEFeh5Bke/jtzS3MiDW9D2Hs=
github.com/grafana/xk6-grpc v0.1.4-0.20230911131934-0250ce428019/go.mod h1:sFTwAsHAtp2f1PNiq0wPjJ7HrAIKploI7Y5mOYo+zIQ=
github.com/grafana/xk6-grpc v0.1.4-0.20230919144024-6ed5daf33509 h1:9ujE4S5cA3WDhRJnwNuUDtfk3w9FeWx6PaZ+lb3o46M=
github.com/grafana/xk6-grpc v0.1.4-0.20230919144024-6ed5daf33509/go.mod h1:sFTwAsHAtp2f1PNiq0wPjJ7HrAIKploI7Y5mOYo+zIQ=
github.com/grafana/xk6-output-prometheus-remote v0.2.3 h1:ta4wFrO85+29H0papAbeMCavHrBuHDZ4bdKC1Zv8zlo=
github.com/grafana/xk6-output-prometheus-remote v0.2.3/go.mod h1:Pmhhq0FFkwb+XdY99erTQnwleyxciUSBLzS4hh9g9N0=
github.com/grafana/xk6-redis v0.1.1 h1:rvWnLanRB2qzDwuY6NMBe6PXei3wJ3kjYvfCwRJ+q+8=
Expand Down
115 changes: 6 additions & 109 deletions vendor/github.com/grafana/xk6-grpc/grpc/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

192 changes: 169 additions & 23 deletions vendor/github.com/grafana/xk6-grpc/grpc/params.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f35380f

Please sign in to comment.