Skip to content

Commit

Permalink
Replace github.com/MatthewDolan/jitter with github.com/go-toolbelt/ji…
Browse files Browse the repository at this point in the history
…tter
  • Loading branch information
MatthewDolan authored Apr 11, 2022
1 parent ef99c98 commit 9e66d63
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion exponential.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package exponential
import (
"time"

"github.com/MatthewDolan/jitter"
"github.com/go-toolbelt/jitter"
)

// Delay returns a function that iterative returns the next delay in an exponential series.
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module github.com/go-toolbelt/exponential

go 1.18

require github.com/MatthewDolan/jitter v0.1.0
require github.com/go-toolbelt/jitter v0.1.1
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github.com/MatthewDolan/jitter v0.1.0 h1:7LOgUX8E1P5Bl7mABN1q8cKCGSUOIko3QlvTHP7LrG8=
github.com/MatthewDolan/jitter v0.1.0/go.mod h1:/OTSyf7E3yJ7VRedBDG/rcKexf+g/cjJ3NwRLMdCeDw=
github.com/go-toolbelt/jitter v0.1.1 h1:GzOPnEkTFtta5LDf0c4M/xqpsI5K2aUMDwxsQWS8Bp8=
github.com/go-toolbelt/jitter v0.1.1/go.mod h1:rTNxvL7jxlRMyTAanfKChlqCEA2xG4fGbv+CmSSqNIw=

0 comments on commit 9e66d63

Please sign in to comment.