Skip to content

Commit

Permalink
Temporarily pin to fork of benbjohnson/clock
Browse files Browse the repository at this point in the history
This temporarily pins to a fork of benbjohnson/clock to validate the fix
while we wait for benbjohnson/clock#42
to be reviewed upstream.
  • Loading branch information
abhinav committed Nov 18, 2021
1 parent 61f65ba commit b49c226
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ require (
go.uber.org/zap v1.16.0
golang.org/x/sys v0.0.0-20210903071746-97244b99971b
)

replace github.com/benbjohnson/clock => github.com/abhinav/clock v1.3.1-0.20211118204451-38de6f8a55b9
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github.com/BurntSushi/toml v0.3.1 h1:WXkYYl6Yr3qBf1K79EBnL4mak0OimBfB0XUf9Vl28OQ=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/benbjohnson/clock v1.3.0 h1:ip6w0uFQkncKQ979AypyG0ER7mqUSBdKLOgAle/AT8A=
github.com/benbjohnson/clock v1.3.0/go.mod h1:J11/hYXuz8f4ySSvYwY0FKfm+ezbsZBKZxNJlLklBHA=
github.com/abhinav/clock v1.3.1-0.20211118204451-38de6f8a55b9 h1:6OO1x8HvKPPM28+D+secAQp8AR4YxFZKTCcEMnu+xt8=
github.com/abhinav/clock v1.3.1-0.20211118204451-38de6f8a55b9/go.mod h1:J11/hYXuz8f4ySSvYwY0FKfm+ezbsZBKZxNJlLklBHA=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
Expand Down

0 comments on commit b49c226

Please sign in to comment.