-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
update viper to v1.4.0 #953
Conversation
3f43f08
to
1dd3ced
Compare
@kowloonzh, @plo-, do you mind testing/reviewing this? |
Seems ok for me, thanks! |
1dd3ced
to
ca4b025
Compare
ca4b025
to
a4bc1a0
Compare
hi, plo could you please tell my how to testing it. i failed by use go get github.com/spf13/cobra@a4bc1a0fefe97a46dddf831c9648b18336be751e, either failed by use go get github.com/umarcor/cobra@update-viper. anyway, i think it will works for me when the viper version is up to 1.4 |
@kowloonzh you might try temporaly adding |
thank you very much for help, i had add |
docker run --rm -it golang bash -c "
git clone https://github.com/hulklab/yago
cd yago
go build
" works here. what are you trying to fix? |
@umarcor it works fine cause i add the replace statement i pushed the my branch
the error output just like this:
|
@kowloonzh, I think that you do need the replace statement indepently of viper being updated to |
Fix #938
Fix #978