Skip to content

Commit

Permalink
Update main.go import
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazeeGhost authored Oct 21, 2024
1 parent 8710646 commit d001d99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmd/stalkerhek/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import (
"log"
"sync"

"github.com/erkexzcx/stalkerhek/hls"
"github.com/erkexzcx/stalkerhek/proxy"
"github.com/erkexzcx/stalkerhek/stalker"
"github.com/CrazeeGhost/stalkerhek/hls"
"github.com/CrazeeGhost/stalkerhek/proxy"
"github.com/CrazeeGhost/stalkerhek/stalker"
)

var flagConfig = flag.String("config", "stalkerhek.yml", "path to the config file")
Expand Down

0 comments on commit d001d99

Please sign in to comment.