Skip to content

Commit

Permalink
Update cron.go
Browse files Browse the repository at this point in the history
  • Loading branch information
lanhebe authored Apr 25, 2021
1 parent 84f1f06 commit 2af57b7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions internal/cron/cron.go
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
package cron

import (
"github.com/Sansui233/proxypool/config"
"github.com/Sansui233/proxypool/internal/cache"
"github.com/Sansui233/proxypool/log"
"github.com/Sansui233/proxypool/pkg/healthcheck"
"github.com/Sansui233/proxypool/pkg/provider"
"github.com/lanhebe/proxypool/config"
"github.com/lanhebe/proxypool/internal/cache"
"github.com/lanhebe/proxypool/log"
"github.com/lanhebe/proxypool/pkg/healthcheck"
"github.com/lanhebe/proxypool/pkg/provider"
"runtime"

"github.com/Sansui233/proxypool/internal/app"
"github.com/lanhebe/proxypool/internal/app"
"github.com/jasonlvhit/gocron"
)

Expand Down

0 comments on commit 2af57b7

Please sign in to comment.