Skip to content

Commit

Permalink
Merge pull request #1 from N0el4kLs/dev
Browse files Browse the repository at this point in the history
fix: fix package name
  • Loading branch information
N0el4kLs authored Mar 24, 2024
2 parents 3b3a00b + ecf3e5f commit 27ee437
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions engine.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import (
"fmt"
"sync"

"N0el4kLs/cyberetrieve/sources"
"N0el4kLs/cyberetrieve/sources/fofa"
"N0el4kLs/cyberetrieve/sources/quake"
"github.com/N0el4kLs/cyberetrieve/sources"
"github.com/N0el4kLs/cyberetrieve/sources/fofa"
"github.com/N0el4kLs/cyberetrieve/sources/quake"

"github.com/projectdiscovery/gologger"
)
Expand Down
4 changes: 2 additions & 2 deletions example/example.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package main
import (
"fmt"

"N0el4kLs/cyberetrieve"
"N0el4kLs/cyberetrieve/sources"
"github.com/N0el4kLs/cyberetrieve"
"github.com/N0el4kLs/cyberetrieve/sources"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module N0el4kLs/cyberetrieve
module github.com/N0el4kLs/cyberetrieve

go 1.21

Expand Down
2 changes: 1 addition & 1 deletion sources/fofa/fofa.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"strconv"
"strings"

"N0el4kLs/cyberetrieve/sources"
"github.com/N0el4kLs/cyberetrieve/sources"

"github.com/projectdiscovery/gologger"
)
Expand Down
2 changes: 1 addition & 1 deletion sources/quake/quake.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"fmt"
"strings"

"N0el4kLs/cyberetrieve/sources"
"github.com/N0el4kLs/cyberetrieve/sources"

"github.com/projectdiscovery/gologger"
)
Expand Down

0 comments on commit 27ee437

Please sign in to comment.