Commit 4840bcf 1 parent e73d752 commit 4840bcf Copy full SHA for 4840bcf
File tree 7 files changed +9
-9
lines changed
7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ package main
3
3
import (
4
4
"os"
5
5
6
- "github.com/cluster-topology-analyzer/pkg/common"
7
- "github.com/cluster-topology-analyzer/pkg/controller"
6
+ "github.com/np-guard/ cluster-topology-analyzer/pkg/common"
7
+ "github.com/np-guard/ cluster-topology-analyzer/pkg/controller"
8
8
"go.uber.org/zap"
9
9
)
10
10
Original file line number Diff line number Diff line change 1
- module github.com/cluster-topology-analyzer
1
+ module github.com/np-guard/ cluster-topology-analyzer
2
2
3
3
go 1.17
4
4
Original file line number Diff line number Diff line change 5
5
"fmt"
6
6
"strings"
7
7
8
- "github.com/cluster-topology-analyzer/pkg/common"
8
+ "github.com/np-guard/ cluster-topology-analyzer/pkg/common"
9
9
"go.uber.org/zap"
10
10
v1 "k8s.io/api/core/v1"
11
11
)
Original file line number Diff line number Diff line change 4
4
"fmt"
5
5
"strings"
6
6
7
- "github.com/cluster-topology-analyzer/pkg/common"
7
+ "github.com/np-guard/ cluster-topology-analyzer/pkg/common"
8
8
"go.uber.org/zap"
9
9
)
10
10
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
10
10
"strings"
11
11
"testing"
12
12
13
- "github.com/cluster-topology-analyzer/pkg/common"
13
+ "github.com/np-guard/ cluster-topology-analyzer/pkg/common"
14
14
)
15
15
16
16
// TestOutput calls controller.Start() with an example repo dir tests/onlineboutique/ ,
Original file line number Diff line number Diff line change 6
6
"fmt"
7
7
"os"
8
8
9
- "github.com/cluster-topology-analyzer/pkg/analyzer"
10
- "github.com/cluster-topology-analyzer/pkg/common"
9
+ "github.com/np-guard/ cluster-topology-analyzer/pkg/analyzer"
10
+ "github.com/np-guard/ cluster-topology-analyzer/pkg/common"
11
11
networking "k8s.io/api/networking/v1"
12
12
13
13
"go.uber.org/zap"
Original file line number Diff line number Diff line change 5
5
"sort"
6
6
"strings"
7
7
8
- "github.com/cluster-topology-analyzer/pkg/common"
8
+ "github.com/np-guard/ cluster-topology-analyzer/pkg/common"
9
9
core "k8s.io/api/core/v1"
10
10
network "k8s.io/api/networking/v1"
11
11
metaV1 "k8s.io/apimachinery/pkg/apis/meta/v1"
You can’t perform that action at this time.
0 commit comments