Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.25.7
toolchain go1.25.12

require (
github.com/grafana/xk6-sql v1.2.0
github.com/grafana/xk6-sql v1.2.1
github.com/microsoft/go-mssqldb v1.10.0
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ github.com/gorilla/websocket v1.5.3 h1:saDtZ6Pbx/0u+bgYQ3q96pZgCzfhKXGPqt7kZ72aN
github.com/gorilla/websocket v1.5.3/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
github.com/grafana/sobek v0.0.0-20260429085637-a66d4790012b h1:mM/qn1luOrRZHT3G+405JMdCx4mGxeLKpOkVBa5+lFw=
github.com/grafana/sobek v0.0.0-20260429085637-a66d4790012b/go.mod h1:8pB+ag4SAbqtDxh1LNTeUI62/5f8mmEACImwbDHoUC0=
github.com/grafana/xk6-sql v1.2.0 h1:JBlpnMgGGu72V/cSVR3HInrMRs+kc4GP3LX6zhdxbjg=
github.com/grafana/xk6-sql v1.2.0/go.mod h1:Dj2S/TauS08RxE6BzOucH5J6MJkdziYhAMglPRb3BWM=
github.com/grafana/xk6-sql v1.2.1 h1:wY2YMoFp3GGXiRDBKEat/iZP9C1ZzqHIRGugxRFGyuQ=
github.com/grafana/xk6-sql v1.2.1/go.mod h1:8yVZ7WuN2ypUa7N74PWV9CiXU99grDtpoa3yZZWlb2g=
github.com/grpc-ecosystem/grpc-gateway/v2 v2.28.0 h1:HWRh5R2+9EifMyIHV7ZV+MIZqgz+PMpZ14Jynv3O2Zs=
github.com/grpc-ecosystem/grpc-gateway/v2 v2.28.0/go.mod h1:JfhWUomR1baixubs02l85lZYYOm7LV6om4ceouMv45c=
github.com/klauspost/compress v1.18.5 h1:/h1gH5Ce+VWNLSWqPzOVn6XBO+vJbCNGvjoaGBFW2IE=
Expand Down
Loading