Revert docker upgrade

This commit is contained in:
Lunny Xiao
2024-04-11 11:37:23 +08:00
parent 11fc7875ad
commit d76353fdab
2 changed files with 2 additions and 7 deletions

3
go.mod
View File

@@ -63,7 +63,6 @@ require (
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/moby/buildkit v0.12.5 // indirect
github.com/moby/docker-image-spec v1.3.1 // indirect
github.com/moby/patternmatcher v0.6.0 // indirect
github.com/moby/sys/sequential v0.5.0 // indirect
github.com/moby/sys/user v0.1.0 // indirect
@@ -100,8 +99,6 @@ require (
gopkg.in/yaml.v2 v2.4.0 // indirect
)
replace github.com/docker/docker => github.com/docker/docker v26.0.0+incompatible
replace golang.org/x/net => golang.org/x/net v0.24.0
replace github.com/nektos/act => gitea.com/gitea/act v0.261.1