mirror of
https://github.com/moby/moby.git
synced 2026-01-11 10:41:43 +00:00
client, api: update go.mod to go1.24
While go1.23 still works, it's already EOL, so it may be a better starting point to use that as minimum version for these modules, as they're brand new. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
module github.com/moby/moby/api
|
||||
|
||||
go 1.23.0
|
||||
go 1.24.0
|
||||
|
||||
require (
|
||||
github.com/docker/go-units v0.5.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
module github.com/moby/moby/client
|
||||
|
||||
go 1.23.0
|
||||
go 1.24.0
|
||||
|
||||
require (
|
||||
github.com/Microsoft/go-winio v0.6.2
|
||||
|
||||
4
vendor/modules.txt
vendored
4
vendor/modules.txt
vendored
@@ -973,7 +973,7 @@ github.com/moby/ipvs
|
||||
## explicit; go 1.13
|
||||
github.com/moby/locker
|
||||
# github.com/moby/moby/api v1.52.0-rc.1 => ./api
|
||||
## explicit; go 1.23.0
|
||||
## explicit; go 1.24.0
|
||||
github.com/moby/moby/api/pkg/authconfig
|
||||
github.com/moby/moby/api/pkg/stdcopy
|
||||
github.com/moby/moby/api/types
|
||||
@@ -995,7 +995,7 @@ github.com/moby/moby/api/types/swarm
|
||||
github.com/moby/moby/api/types/system
|
||||
github.com/moby/moby/api/types/volume
|
||||
# github.com/moby/moby/client v0.1.0-rc.1 => ./client
|
||||
## explicit; go 1.23.0
|
||||
## explicit; go 1.24.0
|
||||
github.com/moby/moby/client
|
||||
github.com/moby/moby/client/internal
|
||||
github.com/moby/moby/client/internal/timestamp
|
||||
|
||||
Reference in New Issue
Block a user