Commit c9e6e1d 1 parent d74f267 commit c9e6e1d Copy full SHA for c9e6e1d
File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/np-guard/cluster-topology-analyzer/v2
3
3
go 1.20
4
4
5
5
require (
6
- github.com/np-guard/netpol-analyzer v1.0.1
6
+ github.com/np-guard/netpol-analyzer v1.1.0
7
7
github.com/openshift/api v0.0.0-20230502160752-c71432710382
8
8
github.com/stretchr/testify v1.9.0
9
9
gopkg.in/yaml.v3 v3.0.1
Original file line number Diff line number Diff line change @@ -86,8 +86,8 @@ github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 h1:n6/
86
86
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 /go.mod h1:Pm3mSP3c5uWn86xMLZ5Sa7JB9GsEZySvHYXCTK4E9q4 =
87
87
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA =
88
88
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 /go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ =
89
- github.com/np-guard/netpol-analyzer v1.0.1 h1:LIRCNmEZXk2ZtM1mM7E2EHs4izlfdXIs0OvlTK0qEJo =
90
- github.com/np-guard/netpol-analyzer v1.0.1 /go.mod h1:t/LmFgOT8bTGaqxm4KR8/nOZe9es7WVVs1iDlzueLhc =
89
+ github.com/np-guard/netpol-analyzer v1.1.0 h1:ggDZpcKVdYkNCuK0AfUhq0BBWhC0fIkpnq3/kxzsG50 =
90
+ github.com/np-guard/netpol-analyzer v1.1.0 /go.mod h1:vNb2Al8JAM1EyGEc4qVHsiKjEBn3la9Ij3AUdtcxv7g =
91
91
github.com/onsi/ginkgo/v2 v2.13.0 h1:0jY9lJquiL8fcf3M4LAXN5aMlS/b2BV86HFFPCPMgE4 =
92
92
github.com/onsi/gomega v1.29.0 h1:KIA/t2t5UBzoirT4H9tsML45GEbo3ouUnBHsCfD2tVg =
93
93
github.com/openshift/api v0.0.0-20230502160752-c71432710382 h1:oIlUAGCdktBKMjCMtP7AedtAc00T/GFaSosoqBa2gkU =
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
10
10
"github.com/stretchr/testify/require"
11
11
"k8s.io/cli-runtime/pkg/resource"
12
12
13
- "github.com/np-guard/netpol-analyzer/pkg/netpol/ manifests/fsscanner"
13
+ "github.com/np-guard/netpol-analyzer/pkg/manifests/fsscanner"
14
14
)
15
15
16
16
func TestNetworkAddressValue (t * testing.T ) {
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import (
21
21
"k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
22
22
"k8s.io/cli-runtime/pkg/resource"
23
23
24
- "github.com/np-guard/netpol-analyzer/pkg/netpol/ manifests/fsscanner"
24
+ "github.com/np-guard/netpol-analyzer/pkg/manifests/fsscanner"
25
25
)
26
26
27
27
func TestPoliciesSynthesizerAPI (t * testing.T ) {
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import (
12
12
13
13
"k8s.io/cli-runtime/pkg/resource"
14
14
15
- "github.com/np-guard/netpol-analyzer/pkg/netpol/ manifests/fsscanner"
15
+ "github.com/np-guard/netpol-analyzer/pkg/manifests/fsscanner"
16
16
)
17
17
18
18
// K8s resources that are relevant for connectivity analysis
You can’t perform that action at this time.
0 commit comments