diff --git a/csharp/ql/integration-tests/posix/standalone_dependencies_no_framework/packages.config b/csharp/ql/integration-tests/posix/standalone_dependencies_no_framework/packages.config index 0f63b3daf6ca..0d124c13c066 100644 --- a/csharp/ql/integration-tests/posix/standalone_dependencies_no_framework/packages.config +++ b/csharp/ql/integration-tests/posix/standalone_dependencies_no_framework/packages.config @@ -1,5 +1,5 @@ - + \ No newline at end of file diff --git a/csharp/ql/integration-tests/posix/standalone_dependencies_nuget with_space/packages.config b/csharp/ql/integration-tests/posix/standalone_dependencies_nuget with_space/packages.config index 0f63b3daf6ca..0d124c13c066 100644 --- a/csharp/ql/integration-tests/posix/standalone_dependencies_nuget with_space/packages.config +++ b/csharp/ql/integration-tests/posix/standalone_dependencies_nuget with_space/packages.config @@ -1,5 +1,5 @@ - + \ No newline at end of file diff --git a/csharp/ql/integration-tests/posix/standalone_dependencies_nuget/packages.config b/csharp/ql/integration-tests/posix/standalone_dependencies_nuget/packages.config index 0f63b3daf6ca..0d124c13c066 100644 --- a/csharp/ql/integration-tests/posix/standalone_dependencies_nuget/packages.config +++ b/csharp/ql/integration-tests/posix/standalone_dependencies_nuget/packages.config @@ -1,5 +1,5 @@ - + \ No newline at end of file diff --git a/csharp/ql/integration-tests/posix/standalone_dependencies_nuget_no_sources/proj/packages.config b/csharp/ql/integration-tests/posix/standalone_dependencies_nuget_no_sources/proj/packages.config index 90071d0ca8cd..aab9c8bd2cff 100644 --- a/csharp/ql/integration-tests/posix/standalone_dependencies_nuget_no_sources/proj/packages.config +++ b/csharp/ql/integration-tests/posix/standalone_dependencies_nuget_no_sources/proj/packages.config @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/go/ql/integration-tests/two-go-mods-not-nested/src/subdir2/go.mod b/go/ql/integration-tests/two-go-mods-not-nested/src/subdir2/go.mod index c6eec7d9ca51..4ee54ae3890e 100644 --- a/go/ql/integration-tests/two-go-mods-not-nested/src/subdir2/go.mod +++ b/go/ql/integration-tests/two-go-mods-not-nested/src/subdir2/go.mod @@ -1,5 +1,9 @@ -go 1.14 +go 1.23.0 -require golang.org/x/net v0.0.0-20200505041828-1ed23360d12c +toolchain go1.23.2 + +require golang.org/x/net v0.39.0 + +require golang.org/x/sys v0.32.0 // indirect module subdir2 diff --git a/go/ql/integration-tests/two-go-mods-not-nested/src/subdir2/go.sum b/go/ql/integration-tests/two-go-mods-not-nested/src/subdir2/go.sum index 6c5ffa613d0a..c60ab41465e2 100644 --- a/go/ql/integration-tests/two-go-mods-not-nested/src/subdir2/go.sum +++ b/go/ql/integration-tests/two-go-mods-not-nested/src/subdir2/go.sum @@ -1,7 +1,4 @@ -golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= -golang.org/x/net v0.0.0-20200505041828-1ed23360d12c h1:zJ0mtu4jCalhKg6Oaukv6iIkb+cOvDrajDH9DH46Q4M= -golang.org/x/net v0.0.0-20200505041828-1ed23360d12c/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= -golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= -golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd h1:xhmwyvizuTgC2qz7ZlMluP20uW+C3Rm0FD/WLDX8884= -golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= +golang.org/x/net v0.39.0 h1:ZCu7HMWDxpXpaiKdhzIfaltL9Lp31x/3fCP11bc6/fY= +golang.org/x/net v0.39.0/go.mod h1:X7NRbYVEA+ewNkCNyJ513WmMdQ3BineSwVtN2zD/d+E= +golang.org/x/sys v0.32.0 h1:s77OFDvIQeibCmezSnk/q6iAfkdiQaJi4VzroCFrN20= +golang.org/x/sys v0.32.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=