Skip to content

Commit

Permalink
update cron pkg on stress-test/broadcasting-1
Browse files Browse the repository at this point in the history
  • Loading branch information
kataras committed Apr 28, 2020
1 parent 0be9784 commit f143186
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions _examples/stress-test/broadcasting-1/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module broadcasting

go 1.14

require (
github.com/kataras/neffos v0.0.15
github.com/robfig/cron/v3 v3.0.1
)
2 changes: 1 addition & 1 deletion _examples/stress-test/broadcasting-1/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"github.com/kataras/neffos"
"github.com/kataras/neffos/gorilla"

"github.com/robfig/cron"
"github.com/robfig/cron/v3"
)

/*
Expand Down

0 comments on commit f143186

Please sign in to comment.