ChimeraCoder / anaconda

A Go client library for the Twitter 1.1 API
MIT License
1.14k stars 247 forks source link

Remove support for Go 1.4 and Go 1.5 #199

Closed ChimeraCoder closed 7 years ago

ChimeraCoder commented 7 years ago

As of https://github.com/garyburd/go-oauth/pull/29, go-oauth requires Go 1.6+ to build, since the http.Method* constants are not defined in earlier versions of Go.

Anaconda can still be used with Go 1.5 and below, as long as applications vendor a version of go-oauth that is older than 3ce8e6fa33ea71bc7e95c0e6b115d8e574b4f519.