mirror of
https://github.com/yusing/godoxy.git
synced 2026-03-18 07:24:31 +01:00
refactor(modules): replace github.com/yusing/go-proxy with github.com/yusing/godoxy
This commit is contained in:
@@ -8,7 +8,7 @@ import (
|
||||
"time"
|
||||
|
||||
"github.com/gorilla/mux"
|
||||
"github.com/yusing/go-proxy/socketproxy/pkg/reverseproxy"
|
||||
"github.com/yusing/godoxy/socketproxy/pkg/reverseproxy"
|
||||
)
|
||||
|
||||
var dialer = &net.Dialer{KeepAlive: 1 * time.Second}
|
||||
|
||||
@@ -6,7 +6,7 @@ import (
|
||||
"os"
|
||||
"testing"
|
||||
|
||||
. "github.com/yusing/go-proxy/socketproxy/pkg"
|
||||
. "github.com/yusing/godoxy/socketproxy/pkg"
|
||||
)
|
||||
|
||||
func mockDockerSocketHandler(_ string) http.HandlerFunc {
|
||||
|
||||
@@ -19,7 +19,7 @@ import (
|
||||
"strings"
|
||||
"sync"
|
||||
|
||||
"github.com/yusing/go-proxy/internal/utils"
|
||||
"github.com/yusing/godoxy/internal/utils"
|
||||
"golang.org/x/net/http/httpguts"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user