Skip to content

Commit 8968fba

Browse files
committed
Remove unused bindata dependency
1 parent 61c66b5 commit 8968fba

26 files changed

+0
-2193
lines changed

Makefile

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ include $(addprefix ./vendor/github.com/openshift/build-machinery-go/make/, \
66
golang.mk \
77
targets/openshift/deps-gomod.mk \
88
targets/openshift/images.mk \
9-
targets/openshift/bindata.mk \
109
)
1110

1211
# Run core verification and all self contained tests.

go.mod

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ module github.com/IBM/ibm-vpc-block-csi-driver-operator
33
go 1.16
44

55
require (
6-
github.com/go-bindata/go-bindata v3.1.2+incompatible
76
github.com/openshift/api v0.0.0-20210521075222-e273a339932a
87
github.com/openshift/build-machinery-go v0.0.0-20210423112049-9415d7ebd33e
98
github.com/openshift/client-go v0.0.0-20210521082421-73d9475a9142

go.sum

-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ github.com/ghodss/yaml v1.0.0 h1:wQHKEahhL6wmXdzwWG11gIVCkOv05bNOh+Rxn0yngAk=
163163
github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04=
164164
github.com/globalsign/mgo v0.0.0-20180905125535-1ca0a4f7cbcb/go.mod h1:xkRDCp4j0OGD1HRkm4kmhM+pmpv3AKq5SU7GMg4oO/Q=
165165
github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8/go.mod h1:xkRDCp4j0OGD1HRkm4kmhM+pmpv3AKq5SU7GMg4oO/Q=
166-
github.com/go-bindata/go-bindata v3.1.2+incompatible h1:5vjJMVhowQdPzjE1LdxyFF7YFTXg5IgGVW4gBr5IbvE=
167166
github.com/go-bindata/go-bindata v3.1.2+incompatible/go.mod h1:xK8Dsgwmeed+BBsSy2XTopBn/8uK2HWuGSnA11C3Joo=
168167
github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU=
169168
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20191125211704-12ad95a8df72/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8=

pkg/dependencymagnet/dependencymagnet.go

-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@
33
package dependencymagnet
44

55
import (
6-
_ "github.com/go-bindata/go-bindata/go-bindata"
76
_ "github.com/openshift/build-machinery-go"
87
)

vendor/github.com/go-bindata/go-bindata/.gitignore

-16
This file was deleted.

vendor/github.com/go-bindata/go-bindata/CONTRIBUTING.md

-79
This file was deleted.

vendor/github.com/go-bindata/go-bindata/LICENSE

-3
This file was deleted.

vendor/github.com/go-bindata/go-bindata/Makefile

-2
This file was deleted.

vendor/github.com/go-bindata/go-bindata/README.md

-199
This file was deleted.

vendor/github.com/go-bindata/go-bindata/_config.yml

-1
This file was deleted.

vendor/github.com/go-bindata/go-bindata/asset.go

-12
This file was deleted.

vendor/github.com/go-bindata/go-bindata/bytewriter.go

-44
This file was deleted.

0 commit comments

Comments
 (0)