Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.19
require (
github.com/gorilla/mux v1.8.0
github.com/prometheus/client_golang v1.14.0
github.com/ringtail/go-cron v1.0.1-0.20201027122514-cfb21c105f50
github.com/ringtail/go-cron v1.0.1-0.20231120023234-8095dce469e9
github.com/satori/go.uuid v1.2.0
k8s.io/api v0.24.0
k8s.io/apiextensions-apiserver v0.24.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -423,8 +423,8 @@ github.com/prometheus/procfs v0.7.3/go.mod h1:cz+aTbrPOrUb4q7XlbU9ygM+/jj0fzG6c1
github.com/prometheus/procfs v0.9.0 h1:wzCHvIvM5SxWqYvwgVL7yJY8Lz3PKn49KQtpgMYJfhI=
github.com/prometheus/procfs v0.9.0/go.mod h1:+pB4zwohETzFnmlpe6yd2lSc+0/46IYZRB/chUwxUZY=
github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU=
github.com/ringtail/go-cron v1.0.1-0.20201027122514-cfb21c105f50 h1:wZGELP17rE0aWqhLymgCDaU9JZOrn0htJesrlkppakA=
github.com/ringtail/go-cron v1.0.1-0.20201027122514-cfb21c105f50/go.mod h1:4qPbiKfh9w2ZIKVrH6ulEb6VPnh2ZsJn0coszCd6Nd8=
github.com/ringtail/go-cron v1.0.1-0.20231120023234-8095dce469e9 h1:Km/lgzANZlciPCUjPxkkhwdzQTmyGZJcdspBcz3L1Zc=
github.com/ringtail/go-cron v1.0.1-0.20231120023234-8095dce469e9/go.mod h1:4qPbiKfh9w2ZIKVrH6ulEb6VPnh2ZsJn0coszCd6Nd8=
github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg=
github.com/rogpeppe/fastuuid v1.2.0/go.mod h1:jVj6XXZzXRy/MSR5jhDC/2q6DgLz+nrA6LYCDYWNEvQ=
github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4=
Expand Down