File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 55require (
66 github.com/GoogleCloudPlatform/functions-framework-go v1.8.0
77 github.com/gin-gonic/gin v1.9.1
8- github.com/go-co-op/gocron v1.36.0
8+ github.com/go-co-op/gocron v1.37.0
9+ github.com/go-co-op/gocron/v2 v2.0.2
910 github.com/jrudio/go-plex-client v0.0.0-20230508221844-834554e41d30
1011 github.com/pkg/errors v0.9.1
1112 github.com/stretchr/testify v1.8.4
Original file line number Diff line number Diff line change @@ -690,6 +690,9 @@ github.com/gin-gonic/gin v1.9.1 h1:4idEAncQnU5cB7BeOkPtxjfCSye0AAm1R0RVIqJ+Jmg=
690690github.com/gin-gonic/gin v1.9.1 /go.mod h1:hPrL7YrpYKXt5YId3A/Tnip5kqbEAP+KLuI3SUcPTeU =
691691github.com/go-co-op/gocron v1.36.0 h1:sEmAwg57l4JWQgzaVWYfKZ+w13uHOqeOtwjo72Ll5Wc =
692692github.com/go-co-op/gocron v1.36.0 /go.mod h1:3L/n6BkO7ABj+TrfSVXLRzsP26zmikL4ISkLQ0O8iNY =
693+ github.com/go-co-op/gocron v1.37.0 h1:ZYDJGtQ4OMhTLKOKMIch+/CY70Brbb1dGdooLEhh7b0 =
694+ github.com/go-co-op/gocron v1.37.0 /go.mod h1:3L/n6BkO7ABj+TrfSVXLRzsP26zmikL4ISkLQ0O8iNY =
695+ github.com/go-co-op/gocron/v2 v2.0.2 /go.mod h1:DodDqurAedt8cj/dbFM8obVSgPv0Vch80eF7neNVwmg =
693696github.com/go-fonts/dejavu v0.1.0 /go.mod h1:4Wt4I4OU2Nq9asgDCteaAaWZOV24E+0/Pwo0gppep4g =
694697github.com/go-fonts/latin-modern v0.2.0 /go.mod h1:rQVLdDMK+mK1xscDwsqM5J8U2jrRa3T0ecnM9pNujks =
695698github.com/go-fonts/liberation v0.1.1 /go.mod h1:K6qoJYypsmfVjWg8KOVDQhLc8UDgIK2HYqyqAO9z7GY =
You can’t perform that action at this time.
0 commit comments