bugfix(main): fix test coverage panic permission denied in darwin/arm64 (#741)

This commit is contained in:
Zihan Li
2024-01-12 14:09:22 +08:00
committed by GitHub
parent b825f9176f
commit a71ecf41d1
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -15,7 +15,7 @@ replace github.com/imdario/mergo => github.com/imdario/mergo v0.3.5
require (
github.com/AlecAivazis/survey/v2 v2.3.6
github.com/agiledragon/gomonkey/v2 v2.9.0
github.com/agiledragon/gomonkey/v2 v2.11.0
github.com/avast/retry-go/v4 v4.3.4
github.com/compose-spec/compose-go v1.8.2
github.com/docker/cli v20.10.20+incompatible