File tree Expand file tree Collapse file tree 12 files changed +14
-14
lines changed Expand file tree Collapse file tree 12 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import (
20
20
"crypto/tls"
21
21
"crypto/x509"
22
22
"fmt"
23
- "github.com/anfernee/proxy-service /pkg/agent/agentclient"
23
+ "sigs.k8s.io/apiserver-network-proxy /pkg/agent/agentclient"
24
24
"github.com/golang/glog"
25
25
"github.com/prometheus/client_golang/prometheus"
26
26
"github.com/spf13/cobra"
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ import (
27
27
"io/ioutil"
28
28
"os"
29
29
30
- "github.com/anfernee/proxy-service /pkg/agent/client"
30
+ "sigs.k8s.io/apiserver-network-proxy /pkg/agent/client"
31
31
"github.com/golang/glog"
32
32
"github.com/spf13/cobra"
33
33
)
Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ import (
28
28
29
29
"crypto/tls"
30
30
"crypto/x509"
31
- "github.com/anfernee/proxy-service /pkg/agent/agentserver"
32
- "github.com/anfernee/proxy-service /proto/agent"
31
+ "sigs.k8s.io/apiserver-network-proxy /pkg/agent/agentserver"
32
+ "sigs.k8s.io/apiserver-network-proxy /proto/agent"
33
33
"github.com/golang/glog"
34
34
"github.com/spf13/cobra"
35
35
"github.com/spf13/pflag"
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import (
24
24
25
25
"google.golang.org/grpc"
26
26
27
- proxy "github.com/anfernee/proxy-service /proto"
27
+ proxy "sigs.k8s.io/apiserver-network-proxy /proto"
28
28
)
29
29
30
30
func main () {
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ import (
23
23
24
24
"google.golang.org/grpc"
25
25
26
- "github.com/anfernee /proxy-service/pkg/server"
27
- proxy "github.com/anfernee /proxy-service/proto"
26
+ "sigs.k8s.io/apiserver-network-proxy /proxy-service/pkg/server"
27
+ proxy "sigs.k8s.io/apiserver-network-proxy /proxy-service/proto"
28
28
)
29
29
30
30
func main () {
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import (
23
23
"sync"
24
24
"sync/atomic"
25
25
26
- "github.com/anfernee/proxy-service /proto/agent"
26
+ "sigs.k8s.io/apiserver-network-proxy /proto/agent"
27
27
"github.com/golang/glog"
28
28
"google.golang.org/grpc"
29
29
)
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import (
20
20
"io"
21
21
22
22
"fmt"
23
- "github.com/anfernee/proxy-service /proto/agent"
23
+ "sigs.k8s.io/apiserver-network-proxy /proto/agent"
24
24
"github.com/golang/glog"
25
25
"net"
26
26
)
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ limitations under the License.
17
17
package agentserver
18
18
19
19
import (
20
- "github.com/anfernee/proxy-service /proto/agent"
20
+ "sigs.k8s.io/apiserver-network-proxy /proto/agent"
21
21
"github.com/golang/glog"
22
22
"io"
23
23
"math/rand"
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import (
24
24
"net"
25
25
"time"
26
26
27
- "github.com/anfernee/proxy-service /proto/agent"
27
+ "sigs.k8s.io/apiserver-network-proxy /proto/agent"
28
28
"github.com/golang/glog"
29
29
30
30
"google.golang.org/grpc"
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import (
22
22
"net"
23
23
"time"
24
24
25
- "github.com/anfernee/proxy-service /proto/agent"
25
+ "sigs.k8s.io/apiserver-network-proxy /proto/agent"
26
26
"github.com/golang/glog"
27
27
)
28
28
You can’t perform that action at this time.
0 commit comments