-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
go get github.com/romainmenke/simple-guetzli #6
Comments
It appears I forgot to update vendored dependencies after the last couple of changes. Should be fixed now. |
@romainmenke Thank you very much for your help! |
@sunatthegilddotcom I will close this issue, feel free to reopen if there still is a problem with |
I got this error. github.com/romainmenke/simple-guetzli/vendor/github.com/alecthomas/template.go/src/github.com/romainmenke/simple-guetzli/vendor/github.com/alecthomas/template/exec.go:16:38: error: import file ‘github.com/alecthomas/template/parse’ not found |
I just tested it in a docker image to make sure everything is included and that works.
Are you sure that you have updated since my last commit? These dependencies that are missing, are the ones I added. |
@sunatthegilddotcom If you could let me know if this error persists after I updated the vendored files, that would be really helpful. Also try |
@romainmenke I tested the Docker. It works fine. Let me do some more research. There must be some thing wrong in my server. BTW, the server is Redhat server. |
@sunatthegilddotcom The dependencies that seem to cause the problem are only used to give a color to the logs in You could try replacing https://github.com/romainmenke/simple-guetzli/blob/master/main.go#L130
|
@romainmenke I am trying to download the simple-guetzli via the above command on redhat 6 (uname -a
Linux redhatcompression 2.6.32-696.1.1.el6.x86_64 #1 SMP Tue Mar 21 12:19:18 EDT 2017 x86_64 x86_64 x86_64 GNU/Linux
) after the packages are downloaded. see the partial du -a result
2052 ./src/github.com
2168 ./src
2172 .
Is there anything we need to do furthure? Thank you very much!
The text was updated successfully, but these errors were encountered: