summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-03-26 20:17:51 +0300
committerValery Piashchynski <[email protected]>2020-03-26 20:17:51 +0300
commit71b3f02ae3746f49e83760cd0430c9983919d3c8 (patch)
tree2f00b9d501e5f6fec3a392f9a2fdf996cedce466 /go.mod
parent58f10f257be50d95e6b227d99d35a3655b878847 (diff)
Typo fix
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 4b8df8e3..d62efa39 100644
--- a/go.mod
+++ b/go.mod
@@ -6,7 +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/cenkalti/backoff/v4 v4.0.0
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