File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/grafana/xk6-sql-driver-postgres
33go 1.22
44
55require (
6- github.com/grafana/xk6-sql v0.5.0-alpha.4
6+ github.com/grafana/xk6-sql v1.0.0
77 github.com/lib/pq v1.10.9
88 github.com/stretchr/testify v1.9.0
99 github.com/testcontainers/testcontainers-go v0.33.0
Original file line number Diff line number Diff line change @@ -68,8 +68,8 @@ github.com/gorilla/websocket v1.5.1 h1:gmztn0JnHVt9JZquRuzLw3g4wouNVzKL15iLr/zn/
6868github.202132.xyz/gorilla/websocket v1.5.1 /go.mod h1:x3kM2JMyaluk02fnUJpQuwD2dCS5NDG2ZHL0uE0tcaY =
6969github.202132.xyz/grafana/sobek v0.0.0-20240927094302-19dd311f018f h1:9r05Uxs+Pq1UqZqGG/PoCUWd6xk2ab+mRWAM5xZgM9I =
7070github.202132.xyz/grafana/sobek v0.0.0-20240927094302-19dd311f018f /go.mod h1:FmcutBFPLiGgroH42I4/HBahv7GxVjODcVWFTw1ISes =
71- github.com/grafana/xk6-sql v0.5.0-alpha.4 h1:WRerxW/gwADz/laOLmHR4ftgzt3jg2g5ljHY/ueRumw =
72- github.com/grafana/xk6-sql v0.5.0-alpha.4 /go.mod h1:qUzzuSiYE4fIknBxRVqLMhdhu+RAU0o7nequbL0Kv9E =
71+ github.com/grafana/xk6-sql v1.0.0 h1:/BxJvWQEgVnQUC3FlyqyBK8XGl2F2OfmEBIVbpin4Sw =
72+ github.com/grafana/xk6-sql v1.0.0 /go.mod h1:qUzzuSiYE4fIknBxRVqLMhdhu+RAU0o7nequbL0Kv9E =
7373github.202132.xyz/grpc-ecosystem/grpc-gateway/v2 v2.22.0 h1:asbCHRVmodnJTuQ3qamDwqVOIjwqUPTYmYuemVOx+Ys =
7474github.202132.xyz/grpc-ecosystem/grpc-gateway/v2 v2.22.0 /go.mod h1:ggCgvZ2r7uOoQjOyu2Y1NhHmEPPzzuhWgcza5M1Ji1I =
7575github.202132.xyz/jackc/pgpassfile v1.0.0 h1:/6Hmqy13Ss2zCq62VdNG8tM1wchn8zjSGOBJ6icpsIM =
Original file line number Diff line number Diff line change 1+ 🎉 xk6-sql-driver-postgres ` v0.1.0 ` is here!
2+
3+ This is the initial release after the modularization of the [ xk6-sql] ( https://github.com/grafana/xk6-sql ) extension. Built for ` v1.0.0 ` of the [ xk6-sql] ( https://github.com/grafana/xk6-sql ) extension.
4+
5+ Build:
6+
7+ ``` bash
8+ xk6 build --with github.com/grafana/xk6-sql@latest --with github.com/grafana/xk6-sql-driver-postgres@latest
9+ ```
You can’t perform that action at this time.
0 commit comments