Remove golang vendored directory (#18277)

* rm go vendor

* fix drone yaml

* add to gitignore
This commit is contained in:
techknowlogick 2022-01-14 18:16:05 -05:00 committed by GitHub
parent 2b16ca7c77
commit 84145e45c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6586 changed files with 46 additions and 2584499 deletions

View file

@ -7,4 +7,4 @@
package public
//go:generate go run -mod=vendor ../../build/generate-bindata.go ../../public public bindata.go true
//go:generate go run ../../build/generate-bindata.go ../../public public bindata.go true