Skip to content

Commit 9e21b0b

Browse files
committed
Remove go-bindata from dependencies
This is longer needed since we moved to the built-in embeded package
1 parent fef7262 commit 9e21b0b

26 files changed

+0
-2192
lines changed

Diff for: 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
targets/openshift/operator/profile-manifests.mk \
1110
)
1211

Diff for: go.mod

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ module github.com/openshift/cluster-csi-snapshot-controller-operator
33
go 1.16
44

55
require (
6-
github.com/go-bindata/go-bindata v3.1.2+incompatible
76
github.com/go-logr/zapr v0.2.0 // indirect
87
github.com/google/go-cmp v0.5.5
98
github.com/google/gofuzz v1.2.0 // indirect

Diff for: go.sum

-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@ github.com/ghodss/yaml v1.0.0 h1:wQHKEahhL6wmXdzwWG11gIVCkOv05bNOh+Rxn0yngAk=
175175
github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04=
176176
github.com/globalsign/mgo v0.0.0-20180905125535-1ca0a4f7cbcb/go.mod h1:xkRDCp4j0OGD1HRkm4kmhM+pmpv3AKq5SU7GMg4oO/Q=
177177
github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8/go.mod h1:xkRDCp4j0OGD1HRkm4kmhM+pmpv3AKq5SU7GMg4oO/Q=
178-
github.com/go-bindata/go-bindata v3.1.2+incompatible h1:5vjJMVhowQdPzjE1LdxyFF7YFTXg5IgGVW4gBr5IbvE=
179178
github.com/go-bindata/go-bindata v3.1.2+incompatible/go.mod h1:xK8Dsgwmeed+BBsSy2XTopBn/8uK2HWuGSnA11C3Joo=
180179
github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU=
181180
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20191125211704-12ad95a8df72/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8=

Diff for: pkg/dependencymagnet/dependencymagnet.go

-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,5 @@
55
package dependencymagnet
66

77
import (
8-
_ "github.com/go-bindata/go-bindata"
9-
_ "github.com/go-bindata/go-bindata/go-bindata"
108
_ "github.com/openshift/build-machinery-go"
119
)

Diff for: vendor/github.com/go-bindata/go-bindata/.gitignore

-16
This file was deleted.

Diff for: vendor/github.com/go-bindata/go-bindata/CONTRIBUTING.md

-79
This file was deleted.

Diff for: vendor/github.com/go-bindata/go-bindata/LICENSE

-3
This file was deleted.

Diff for: vendor/github.com/go-bindata/go-bindata/Makefile

-2
This file was deleted.

Diff for: vendor/github.com/go-bindata/go-bindata/README.md

-199
This file was deleted.

Diff for: vendor/github.com/go-bindata/go-bindata/_config.yml

-1
This file was deleted.

Diff for: vendor/github.com/go-bindata/go-bindata/asset.go

-12
This file was deleted.

Diff for: vendor/github.com/go-bindata/go-bindata/bytewriter.go

-44
This file was deleted.

0 commit comments

Comments
 (0)