Skip to content

Commit f143186

Browse files
committed
update cron pkg on stress-test/broadcasting-1
1 parent 0be9784 commit f143186

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
module broadcasting
2+
3+
go 1.14
4+
5+
require (
6+
github.com/kataras/neffos v0.0.15
7+
github.com/robfig/cron/v3 v3.0.1
8+
)

_examples/stress-test/broadcasting-1/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"github.com/kataras/neffos"
1111
"github.com/kataras/neffos/gorilla"
1212

13-
"github.com/robfig/cron"
13+
"github.com/robfig/cron/v3"
1414
)
1515

1616
/*

0 commit comments

Comments
 (0)