fluffle / sp0rkle

sp0rkle is dead, long live sp0rkle
irc://irc.pl0rt.org/#ed
8 stars 4 forks source link

Golang1.6 & correct oauth2 location #55

Closed gundalow closed 8 years ago

gundalow commented 8 years ago

Test with a variety of Go versions oauth2 releases are on golang (even though code is on github) Found this when testing with go 1.4+

$ go get github.com/golang/oauth2
package github.com/golang/oauth2
    imports github.com/golang/oauth2
    imports github.com/golang/oauth2: code in directory /home/travis/gopath/src/github.com/golang/oauth2 expects import "golang.org/x/oauth2"
fluffle commented 8 years ago

Patched this manually: merge conflicts arose from continuing work in different branches.