diff --git a/go.mod b/go.mod index a0986af..c36553c 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/grafana/xk6-sql-driver-postgres go 1.22 require ( - github.com/grafana/xk6-sql v0.5.0-alpha.4 + github.com/grafana/xk6-sql v1.0.0 github.com/lib/pq v1.10.9 github.com/stretchr/testify v1.9.0 github.com/testcontainers/testcontainers-go v0.33.0 diff --git a/go.sum b/go.sum index cb83f53..bd11e26 100644 --- a/go.sum +++ b/go.sum @@ -68,8 +68,8 @@ github.com/gorilla/websocket v1.5.1 h1:gmztn0JnHVt9JZquRuzLw3g4wouNVzKL15iLr/zn/ github.com/gorilla/websocket v1.5.1/go.mod h1:x3kM2JMyaluk02fnUJpQuwD2dCS5NDG2ZHL0uE0tcaY= github.com/grafana/sobek v0.0.0-20240927094302-19dd311f018f h1:9r05Uxs+Pq1UqZqGG/PoCUWd6xk2ab+mRWAM5xZgM9I= github.com/grafana/sobek v0.0.0-20240927094302-19dd311f018f/go.mod h1:FmcutBFPLiGgroH42I4/HBahv7GxVjODcVWFTw1ISes= -github.com/grafana/xk6-sql v0.5.0-alpha.4 h1:WRerxW/gwADz/laOLmHR4ftgzt3jg2g5ljHY/ueRumw= -github.com/grafana/xk6-sql v0.5.0-alpha.4/go.mod h1:qUzzuSiYE4fIknBxRVqLMhdhu+RAU0o7nequbL0Kv9E= +github.com/grafana/xk6-sql v1.0.0 h1:/BxJvWQEgVnQUC3FlyqyBK8XGl2F2OfmEBIVbpin4Sw= +github.com/grafana/xk6-sql v1.0.0/go.mod h1:qUzzuSiYE4fIknBxRVqLMhdhu+RAU0o7nequbL0Kv9E= github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 h1:asbCHRVmodnJTuQ3qamDwqVOIjwqUPTYmYuemVOx+Ys= github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0/go.mod h1:ggCgvZ2r7uOoQjOyu2Y1NhHmEPPzzuhWgcza5M1Ji1I= github.com/jackc/pgpassfile v1.0.0 h1:/6Hmqy13Ss2zCq62VdNG8tM1wchn8zjSGOBJ6icpsIM= diff --git a/releases/v0.1.0.md b/releases/v0.1.0.md new file mode 100644 index 0000000..cfa57aa --- /dev/null +++ b/releases/v0.1.0.md @@ -0,0 +1,9 @@ +🎉 xk6-sql-driver-postgres `v0.1.0` is here! + +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. + +Build: + +```bash +xk6 build --with github.com/grafana/xk6-sql@latest --with github.com/grafana/xk6-sql-driver-postgres@latest +```