google / skicka

Command-line utility for working with Google Drive. Join the mailing list at https://groups.google.com/forum/#!forum/skicka-users.
Apache License 2.0
1.3k stars 118 forks source link

"go get" fails due to removal of googleapi.SetOpaque #107

Closed chschu closed 7 years ago

chschu commented 8 years ago

The function googleapi.SetOpaque() has been removed with commit google/google-api-go-client@845dfb517ad661ea71fe13c6ac224baaadc78bfd. Since then, go get github.com/google/skicka fails:

# github.com/google/skicka/gdrive
src/github.com/google/skicka/gdrive/upload.go:98: undefined: googleapi.SetOpaque
mimium commented 7 years ago

Exactly. The same situation here. Any solution?

mmp commented 7 years ago

It looks like everything works fine with that call removed (it seems that it was added to work-around a long-standing bug in go's net/http package.)

I've pushed a commit with that fixed, if you sync to top of tree, it should compile and run correctly. Let me know how it goes!

Thanks, Matt

On Mon, Sep 5, 2016 at 6:54 AM, mimium notifications@github.com wrote:

Exactly. The same situation here. Any solution?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/google/skicka/issues/107#issuecomment-244752413, or mute the thread https://github.com/notifications/unsubscribe-auth/AAGQp0YMiBao2O9szsKgv0sw3uA0tP9Aks5qnB8LgaJpZM4Jw01r .