amazon-archives / aws-service-operator

AWS Service Operator allows you to create AWS resources using kubectl.
Apache License 2.0
733 stars 103 forks source link

go-bindata missing #182

Open sebgoa opened 5 years ago

sebgoa commented 5 years ago

I am seeing this when trying to do a fresh compilation:

$ make install-aws-codegen
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C code-generation install
go generate ./pkg/codegen/
pkg/codegen/codegen.go:3: running "go-bindata": exec: "go-bindata": executable file not found in $PATH
make[1]: *** [update-bindata] Error 1
make: *** [install-aws-codegen] Error 2

I had to:

 go get -u github.com/jteeuwen/go-bindata/...

to fix

marcindulak commented 5 years ago

Same problem in https://github.com/awslabs/aws-service-operator/commit/76312848693937324f5920d771cde1abe2f51fdd

Note that https://github.com/jteeuwen/go-bindata has been archived and is no longer maintained (https://twitter.com/francesc/status/961249107020001280?lang=en)