Skip to content

Commit

Permalink
Update import paths to use "cyinnove" organization
Browse files Browse the repository at this point in the history
  • Loading branch information
daMushrm committed Oct 7, 2024
1 parent af5c758 commit fb91eed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions cmd/subfalcon/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import (
"flag"
"log"

"github.com/h0tak88r/subfalcon/config"
"github.com/h0tak88r/subfalcon/runner"
"github.com/cyinnove/subfalcon/config"
"github.com/cyinnove/subfalcon/runner"
_ "github.com/mattn/go-sqlite3"
)

Expand Down
6 changes: 3 additions & 3 deletions runner/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ import (
"sync"
"time"

"github.com/h0tak88r/subfalcon/config"
"github.com/h0tak88r/subfalcon/pkg/db"
"github.com/h0tak88r/subfalcon/pkg/sub88r"
"github.com/cyinnove/subfalcon/config"
"github.com/cyinnove/subfalcon/pkg/db"
"github.com/cyinnove/subfalcon/pkg/sub88r"
)

var cfg = config.GetConfig()
Expand Down

0 comments on commit fb91eed

Please sign in to comment.