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 /vendor/modules.txt | |
| 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 'vendor/modules.txt')
| -rw-r--r-- | vendor/modules.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vendor/modules.txt b/vendor/modules.txt index a15b131e9..8835959cd 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -115,6 +115,9 @@ github.com/armon/circbuf # github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535 ## explicit; go 1.12 github.com/asaskevich/govalidator +# github.com/avast/retry-go v3.0.0+incompatible +## explicit +github.com/avast/retry-go # github.com/beego/beego v1.12.12 ## explicit; go 1.13 github.com/beego/beego/orm |
