diff --git a/HadesScheduler/go.mod b/HadesScheduler/go.mod index 0e4ed9c..2f71ea2 100644 --- a/HadesScheduler/go.mod +++ b/HadesScheduler/go.mod @@ -5,7 +5,7 @@ go 1.22 replace github.com/ls1intum/hades/shared => ../shared require ( - github.com/docker/docker v27.0.1+incompatible + github.com/docker/docker v27.0.3+incompatible github.com/fluent/fluent-logger-golang v1.9.0 github.com/hibiken/asynq v0.24.1 github.com/ls1intum/hades/shared v0.0.0-00010101000000-000000000000 diff --git a/HadesScheduler/go.sum b/HadesScheduler/go.sum index 262c3ad..d1353fe 100644 --- a/HadesScheduler/go.sum +++ b/HadesScheduler/go.sum @@ -25,8 +25,8 @@ github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f h1:lO4WD4F/r github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f/go.mod h1:cuUVRXasLTGF7a8hSLbxyZXjz+1KgoB3wDUb6vlszIc= github.com/distribution/reference v0.5.0 h1:/FUIFXtfc/x2gpa5/VGfiGLuOIdYa1t65IKK2OFGvA0= github.com/distribution/reference v0.5.0/go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E= -github.com/docker/docker v27.0.1+incompatible h1:AbszR+lCnR3f297p/g0arbQoyhAkImxQOR/XO9YZeIg= -github.com/docker/docker v27.0.1+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= +github.com/docker/docker v27.0.3+incompatible h1:aBGI9TeQ4MPlhquTQKq9XbK79rKFVwXNUAYz9aXyEBE= +github.com/docker/docker v27.0.3+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= github.com/docker/go-connections v0.5.0 h1:USnMq7hx7gwdVZq1L49hLXaFtUdTADjXGp+uj1Br63c= github.com/docker/go-connections v0.5.0/go.mod h1:ov60Kzw0kKElRwhNs9UlUHAE/F9Fe6GLaXnqyDdmEXc= github.com/docker/go-units v0.5.0 h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4=