Skip to content

Commit 8157c4c

Browse files
committed
Remove unused package //pkg/util/normalizer
Signed-off-by: Rostislav M. Georgiev <[email protected]>
1 parent 79d128a commit 8157c4c

File tree

6 files changed

+0
-264
lines changed

6 files changed

+0
-264
lines changed

go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ require (
1212
github.com/Azure/go-autorest v11.1.2+incompatible
1313
github.com/GoogleCloudPlatform/k8s-cloud-provider v0.0.0-20181220005116-f8e995905100
1414
github.com/JeffAshton/win_pdh v0.0.0-20161109143554-76bb4ee9f0ab
15-
github.com/MakeNowJust/heredoc v0.0.0-20170808103936-bb23615498cd
1615
github.com/Microsoft/go-winio v0.4.11
1716
github.com/Microsoft/hcsshim v0.8.6
1817
github.com/PuerkitoBio/purell v1.1.1
@@ -120,7 +119,6 @@ require (
120119
github.com/prometheus/common v0.0.0-20181126121408-4724e9255275
121120
github.com/quobyte/api v0.1.2
122121
github.com/robfig/cron v1.1.0
123-
github.com/russross/blackfriday v1.5.2
124122
github.com/seccomp/libseccomp-golang v0.9.1 // indirect
125123
github.com/sigma/go-inotify v0.0.0-20181102212354-c87b6cf5033d
126124
github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a // indirect

hack/.golint_failures

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,6 @@ pkg/util/iptables
279279
pkg/util/iptables/testing
280280
pkg/util/labels
281281
pkg/util/mount
282-
pkg/util/normalizer
283282
pkg/util/oom
284283
pkg/util/procfs
285284
pkg/util/removeall

pkg/util/BUILD

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ filegroup(
3636
"//pkg/util/mount:all-srcs",
3737
"//pkg/util/netsh:all-srcs",
3838
"//pkg/util/node:all-srcs",
39-
"//pkg/util/normalizer:all-srcs",
4039
"//pkg/util/oom:all-srcs",
4140
"//pkg/util/parsers:all-srcs",
4241
"//pkg/util/pod:all-srcs",

pkg/util/normalizer/BUILD

Lines changed: 0 additions & 29 deletions
This file was deleted.

pkg/util/normalizer/markdown.go

Lines changed: 0 additions & 151 deletions
This file was deleted.

pkg/util/normalizer/normalizer.go

Lines changed: 0 additions & 80 deletions
This file was deleted.

0 commit comments

Comments
 (0)