Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Ran:
  go get -u -t ./...
  go mod tidy
  • Loading branch information
maruel committed Aug 9, 2024
1 parent eaad955 commit dd522d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ go 1.22
// Warning: do not add any external dependencies here unless absolutely necessary.
// This package should primarily depend on the standard library.

require github.com/jonboulle/clockwork v0.3.0
require github.com/jonboulle/clockwork v0.4.0
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github.com/jonboulle/clockwork v0.3.0 h1:9BSCMi8C+0qdApAp4auwX0RkLGUjs956h0EkuQymUhg=
github.com/jonboulle/clockwork v0.3.0/go.mod h1:Pkfl5aHPm1nk2H9h0bjmnJD/BcgbGXUBGnn1kMkgxc8=
github.com/jonboulle/clockwork v0.4.0 h1:p4Cf1aMWXnXAUh8lVfewRBx1zaTSYKrKMF2g3ST4RZ4=
github.com/jonboulle/clockwork v0.4.0/go.mod h1:xgRqUGwRcjKCO1vbZUEtSLrqKoPSsUpK7fnezOII0kc=

0 comments on commit dd522d6

Please sign in to comment.