diff options
author | Valery Piashchynski <[email protected]> | 2020-03-26 19:59:18 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-03-26 19:59:18 +0300 |
commit | f9c5ecbb31c9c8f63c5e793abb4afbf7311f33af (patch) | |
tree | 72124ae891db5591a5bdf8f8cfc883603bbf266b /go.mod | |
parent | cbde9a2001657ae6a8e73e1a01dad6e660c2fc0a (diff) |
Update tests, add backoff mechanism
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ require ( github.com/NYTimes/gziphandler v1.1.1 github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect github.com/buger/goterm v0.0.0-20181115115552-c206103e1f37 + github.com/cenkalti/backoff/v4 v4.0.0 // indirect github.com/dustin/go-humanize v1.0.0 github.com/go-ole/go-ole v1.2.4 // indirect github.com/json-iterator/go v1.1.9 |