From 3f42dc66b1cc6fc3e98f1f7293bbf5d275ee8fd2 Mon Sep 17 00:00:00 2001 From: Chris Cummer Date: Mon, 28 May 2018 10:34:42 -0700 Subject: [PATCH] Correct path for the context package in GitHub module --- github/github_repo.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github/github_repo.go b/github/github_repo.go index df3644d2..1d93cf27 100644 --- a/github/github_repo.go +++ b/github/github_repo.go @@ -1,11 +1,11 @@ package github import ( - "context" "net/http" "os" ghb "github.com/google/go-github/github" + "golang.org/x/net/context" "golang.org/x/oauth2" )