Skip to content

Commit 284cf81

Browse files
chore(deps): bump golang.org/x/sys from 0.12.0 to 0.13.0 (#1730)
* chore(deps): bump golang.org/x/sys from 0.12.0 to 0.13.0 Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.12.0 to 0.13.0. - [Commits](golang/sys@v0.12.0...v0.13.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * chore: mod tidy --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Manuel de la Peña <[email protected]>
1 parent 3d3a9a7 commit 284cf81

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

modules/k6/go.mod

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ module github.com/testcontainers/testcontainers-go/modules/k6
22

33
go 1.20
44

5-
require github.com/testcontainers/testcontainers-go v0.25.0
5+
require (
6+
github.com/docker/docker v24.0.6+incompatible
7+
github.com/testcontainers/testcontainers-go v0.25.0
8+
)
69

710
require (
811
dario.cat/mergo v1.0.0 // indirect
@@ -13,7 +16,6 @@ require (
1316
github.com/containerd/containerd v1.7.6 // indirect
1417
github.com/cpuguy83/dockercfg v0.3.1 // indirect
1518
github.com/docker/distribution v2.8.2+incompatible // indirect
16-
github.com/docker/docker v24.0.6+incompatible // indirect
1719
github.com/docker/go-connections v0.4.0 // indirect
1820
github.com/docker/go-units v0.5.0 // indirect
1921
github.com/go-ole/go-ole v1.2.6 // indirect

0 commit comments

Comments
 (0)