Skip to content

Commit

Permalink
Merge pull request #95 from FlorisFeddema/renovate/github.com-go-co-o…
Browse files Browse the repository at this point in the history
…p-gocron-2.x

fix(deps): update module github.com/go-co-op/gocron to v2
  • Loading branch information
FlorisFeddema authored May 10, 2024
2 parents dd8f502 + 02a0986 commit 6495cca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.20

require (
github.com/go-co-op/gocron v1.37.0
github.com/go-co-op/gocron/v2 v2.2.10
github.com/go-co-op/gocron/v2 v2.5.0
github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/prometheus/client_golang v1.19.1
)
Expand Down
1 change: 1 addition & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ github.com/go-co-op/gocron/v2 v2.2.7/go.mod h1:mZx3gMSlFnb97k3hRqX3+GdlG3+DUwTh6
github.com/go-co-op/gocron/v2 v2.2.8/go.mod h1:mZx3gMSlFnb97k3hRqX3+GdlG3+DUwTh6B8fnsTScXg=
github.com/go-co-op/gocron/v2 v2.2.9/go.mod h1:mZx3gMSlFnb97k3hRqX3+GdlG3+DUwTh6B8fnsTScXg=
github.com/go-co-op/gocron/v2 v2.2.10/go.mod h1:mZx3gMSlFnb97k3hRqX3+GdlG3+DUwTh6B8fnsTScXg=
github.com/go-co-op/gocron/v2 v2.5.0/go.mod h1:ckPQw96ZuZLRUGu88vVpd9a6d9HakI14KWahFZtGvNw=
github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU=
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20191125211704-12ad95a8df72/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8=
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200222043503-6f7a984d4dc4/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8=
Expand Down

0 comments on commit 6495cca

Please sign in to comment.