mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Correct path for the context package in GitHub module
This commit is contained in:
parent
3d3c2cb3d3
commit
3f42dc66b1
@ -1,11 +1,11 @@
|
|||||||
package github
|
package github
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
|
||||||
"net/http"
|
"net/http"
|
||||||
"os"
|
"os"
|
||||||
|
|
||||||
ghb "github.com/google/go-github/github"
|
ghb "github.com/google/go-github/github"
|
||||||
|
"golang.org/x/net/context"
|
||||||
"golang.org/x/oauth2"
|
"golang.org/x/oauth2"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user