From d93988d0911c97e6c782ecbb4617efd57313a80b Mon Sep 17 00:00:00 2001 From: Ivan Mikheykin Date: Mon, 7 Dec 2020 17:32:23 +0300 Subject: [PATCH] fix: exponential backoff panic --- go.mod | 2 +- go.sum | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index aa9a8bcb5..a7cd03035 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.12 require ( github.com/davecgh/go-spew v1.1.1 github.com/evanphx/json-patch v4.9.0+incompatible - github.com/flant/shell-operator v1.0.0-beta.13 // branch: master + github.com/flant/shell-operator v1.0.0-beta.13.0.20201207080005-7055a68b74df // branch: master github.com/go-chi/chi v4.0.3+incompatible github.com/go-openapi/spec v0.19.3 github.com/go-openapi/strfmt v0.19.3 diff --git a/go.sum b/go.sum index f80efbd53..cb49ba1c6 100644 --- a/go.sum +++ b/go.sum @@ -67,6 +67,7 @@ github.com/flant/shell-operator v1.0.0-beta.12.0.20200903102652-4e8b8ad0bb3e h1: github.com/flant/shell-operator v1.0.0-beta.12.0.20200903102652-4e8b8ad0bb3e/go.mod h1:+a3IijbQpjr8zBudwk4Y4GkS1Hx+xUjaKr9Mx/H6Nsw= github.com/flant/shell-operator v1.0.0-beta.13 h1:DBKUfuu9/v1rgNwecJQHQCopfIDqOgGhTiShDXPYd9c= github.com/flant/shell-operator v1.0.0-beta.13/go.mod h1:+a3IijbQpjr8zBudwk4Y4GkS1Hx+xUjaKr9Mx/H6Nsw= +github.com/flant/shell-operator v1.0.0-beta.13.0.20201207080005-7055a68b74df/go.mod h1:+a3IijbQpjr8zBudwk4Y4GkS1Hx+xUjaKr9Mx/H6Nsw= github.com/fsnotify/fsnotify v1.4.7 h1:IXs+QLmnXW2CcXuY+8Mzv/fWEsPGWxqefPtCP5CnV9I= github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo= github.com/ghodss/yaml v0.0.0-20150909031657-73d445a93680/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04=