Skip to content

Commit

Permalink
Move scope package from internal to pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
sw33tLie committed Feb 14, 2022
1 parent d405930 commit d012f78
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkg/bugcrowd/bugcrowd.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"sync"

"github.com/PuerkitoBio/goquery"
"github.com/sw33tLie/bbscope/internal/scope"
"github.com/sw33tLie/bbscope/pkg/scope"
"github.com/tidwall/gjson"
)

Expand Down
2 changes: 1 addition & 1 deletion pkg/hackerone/hackerone.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"strings"
"sync"

"github.com/sw33tLie/bbscope/internal/scope"
"github.com/sw33tLie/bbscope/pkg/scope"
"github.com/tidwall/gjson"
)

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

"github.com/sw33tLie/bbscope/internal/scope"
"github.com/sw33tLie/bbscope/pkg/scope"
"github.com/tidwall/gjson"
)

Expand Down
File renamed without changes.

0 comments on commit d012f78

Please sign in to comment.