#65 use full URL in package line
This commit is contained in:
@@ -6,7 +6,7 @@ import (
|
||||
"fmt"
|
||||
|
||||
//"gopkg.in/yaml.v3"
|
||||
"ladder/proxychain"
|
||||
"github.com/everywall/ladder/proxychain"
|
||||
)
|
||||
|
||||
type Rule struct {
|
||||
|
||||
@@ -5,8 +5,8 @@ package ruleset_v2
|
||||
// for use in proxychains.
|
||||
|
||||
import (
|
||||
"ladder/proxychain"
|
||||
rx "ladder/proxychain/requestmodifiers"
|
||||
"github.com/everywall/ladder/proxychain"
|
||||
rx "github.com/everywall/ladder/proxychain/requestmodifiers"
|
||||
)
|
||||
|
||||
type RequestModifierFactory func(params ...string) proxychain.RequestModification
|
||||
|
||||
@@ -5,8 +5,8 @@ package ruleset_v2
|
||||
// for use in proxychains.
|
||||
|
||||
import (
|
||||
"ladder/proxychain"
|
||||
tx "ladder/proxychain/responsemodifiers"
|
||||
"github.com/everywall/ladder/proxychain"
|
||||
tx "github.com/everywall/ladder/proxychain/responsemodifiers"
|
||||
)
|
||||
|
||||
type ResponseModifierFactory func(params ...string) proxychain.ResponseModification
|
||||
|
||||
Reference in New Issue
Block a user