Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
goodboy3 committed Dec 10, 2021
1 parent 496d691 commit fed4ced
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/cron/cron_job.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import (
"syscall"
"time"

"github.com/daqnext/daemon"
"github.com/robfig/cron"
"github.com/takama/daemon"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion examples/myservice.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"os/signal"
"syscall"

"github.com/takama/daemon"
"github.com/daqnext/daemon"
)

const (
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/takama/daemon
module github.com/daqnext/daemon

go 1.14
go 1.17

require (
github.com/robfig/cron v1.2.0
Expand Down

0 comments on commit fed4ced

Please sign in to comment.