good morning!!!!

Skip to content
Snippets Groups Projects
Commit c213fd1f authored by Felix Lange's avatar Felix Lange
Browse files

all: import "context" instead of "golang.org/x/net/context"

There is no need to depend on the old context package now that the
minimum Go version is 1.7. The move to "context" eliminates our weird
vendoring setup. Some vendored code still uses golang.org/x/net/context
and it is now vendored in the normal way.

This change triggered new vet checks around context.WithTimeout which
didn't fire with golang.org/x/net/context.
parent 525116db
No related branches found
No related tags found
No related merge requests found
Showing
with 58 additions and 101 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment