summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorluomengY <2938893385@qq.com>2023-12-21 15:32:02 +0800
committerluomengY <2938893385@qq.com>2023-12-21 19:22:48 +0800
commit9bfed983405e75803b1d92ea8b842a7fb8a2584f (patch)
treec67ac701934e959968a17818543060ca045e25bf /go.mod
parentMerge pull request #5313 from Windrow14/bugfix/metaserver_panic_when_handling... (diff)
downloadkubeedge-9bfed983405e75803b1d92ea8b842a7fb8a2584f.tar.gz
Add a retry mechanism to solve situations where the device is deployed before the devicemodel.
Signed-off-by: luomengY <2938893385@qq.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 7f5daa362..591af8f8b 100644
--- a/go.mod
+++ b/go.mod
@@ -56,6 +56,7 @@ require (
require (
github.com/agiledragon/gomonkey v2.0.2+incompatible
+ github.com/avast/retry-go v3.0.0+incompatible
github.com/beego/beego v1.12.12
github.com/onsi/ginkgo/v2 v2.9.5
github.com/pkg/errors v0.9.1