I did indeed try that. Same result as wiping everything from my GOPATH (except the source I am immediately working on) and doing a normal "go get ...".
On Saturday, 22 April 2017 12:58:43 UTC-4, David Peacock wrote: > > On Sat, Apr 22, 2017 at 7:54 AM, Joshua Humphries <jh...@bluegosling.com > <javascript:>> wrote: > >> I have some code for which "go get -t -v" is suddenly failing for Go 1.6, >> complaining about a reference to the "context" package (added in 1.7). >> >> I haven't changed any of my imports, so this means a dependency has been >> updated to suddenly require Go 1.7. I'm trying to figure out which package >> that is, and the output of "go get" doesn't seem to help much. >> >> I develop on a Mac with OS X Sierra, so I sadly cannot really use Go 1.6 >> to troubleshoot in my local environment (the failing Go 1.6 build is >> running in Travis.) What I have tried is cleaning out my GOPATH and running >> the same "go get" command. Since I am running Go 1.7, it succeeds of course. >> > > Have you tried `go get -u` to attempt an automatic update of the imports? > Is that available in 1.6? > -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.