#65 use full URL in package line
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
package handlers
|
||||
|
||||
import (
|
||||
"ladder/proxychain"
|
||||
rx "ladder/proxychain/requestmodifiers"
|
||||
tx "ladder/proxychain/responsemodifiers"
|
||||
rx "github.com/everywall/ladder/proxychain/requestmodifiers"
|
||||
tx "github.com/everywall/ladder/proxychain/responsemodifiers"
|
||||
|
||||
"github.com/everywall/ladder/proxychain"
|
||||
|
||||
"github.com/gofiber/fiber/v2"
|
||||
)
|
||||
|
||||
@@ -2,8 +2,9 @@ package handlers
|
||||
|
||||
import (
|
||||
"encoding/json"
|
||||
|
||||
"github.com/everywall/ladder/proxychain/responsemodifiers/api"
|
||||
"github.com/gofiber/fiber/v2"
|
||||
"ladder/proxychain/responsemodifiers/api"
|
||||
)
|
||||
|
||||
func NewAPIModifersListHandler(opts *ProxyOptions) fiber.Handler {
|
||||
|
||||
@@ -146,7 +146,7 @@ package handlers
|
||||
// for use in proxychains.
|
||||
|
||||
import (
|
||||
"ladder/proxychain/responsemodifiers/api"
|
||||
"github.com/everywall/ladder/proxychain/responsemodifiers/api"
|
||||
)
|
||||
|
||||
type ModifiersAPIResponse struct {
|
||||
|
||||
@@ -5,7 +5,7 @@ package handlers
|
||||
// for use in proxychains.
|
||||
|
||||
import (
|
||||
"ladder/proxychain/responsemodifiers/api"
|
||||
"github.com/everywall/ladder/proxychain/responsemodifiers/api"
|
||||
)
|
||||
|
||||
type ModifiersAPIResponse struct {
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
package handlers
|
||||
|
||||
import (
|
||||
"ladder/proxychain"
|
||||
rx "ladder/proxychain/requestmodifiers"
|
||||
tx "ladder/proxychain/responsemodifiers"
|
||||
rx "github.com/everywall/ladder/proxychain/requestmodifiers"
|
||||
tx "github.com/everywall/ladder/proxychain/responsemodifiers"
|
||||
|
||||
"github.com/everywall/ladder/proxychain"
|
||||
|
||||
"github.com/gofiber/fiber/v2"
|
||||
)
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
package handlers
|
||||
|
||||
import (
|
||||
"ladder/proxychain"
|
||||
rx "ladder/proxychain/requestmodifiers"
|
||||
tx "ladder/proxychain/responsemodifiers"
|
||||
rx "github.com/everywall/ladder/proxychain/requestmodifiers"
|
||||
tx "github.com/everywall/ladder/proxychain/responsemodifiers"
|
||||
|
||||
"github.com/everywall/ladder/proxychain"
|
||||
|
||||
"github.com/gofiber/fiber/v2"
|
||||
)
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
package handlers
|
||||
|
||||
import (
|
||||
"ladder/proxychain"
|
||||
rx "ladder/proxychain/requestmodifiers"
|
||||
tx "ladder/proxychain/responsemodifiers"
|
||||
"ladder/proxychain/ruleset"
|
||||
rx "github.com/everywall/ladder/proxychain/requestmodifiers"
|
||||
tx "github.com/everywall/ladder/proxychain/responsemodifiers"
|
||||
|
||||
"github.com/everywall/ladder/proxychain"
|
||||
ruleset_v2 "github.com/everywall/ladder/proxychain/ruleset"
|
||||
|
||||
"github.com/gofiber/fiber/v2"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user