diff options
| author | luomengY <2938893385@qq.com> | 2023-12-21 15:32:02 +0800 |
|---|---|---|
| committer | luomengY <2938893385@qq.com> | 2023-12-21 19:22:48 +0800 |
| commit | 9bfed983405e75803b1d92ea8b842a7fb8a2584f (patch) | |
| tree | c67ac701934e959968a17818543060ca045e25bf /go.mod | |
| parent | Merge pull request #5313 from Windrow14/bugfix/metaserver_panic_when_handling... (diff) | |
| download | kubeedge-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.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
