mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Update go-github dependencies
This commit is contained in:
@@ -3,7 +3,7 @@ package github
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"github.com/google/go-github/v25/github"
|
||||
"github.com/google/go-github/v26/github"
|
||||
)
|
||||
|
||||
func (widget *Widget) display() {
|
||||
|
||||
@@ -5,7 +5,7 @@ import (
|
||||
"fmt"
|
||||
"net/http"
|
||||
|
||||
ghb "github.com/google/go-github/v25/github"
|
||||
ghb "github.com/google/go-github/v26/github"
|
||||
"github.com/wtfutil/wtf/wtf"
|
||||
"golang.org/x/oauth2"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user