1
0
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:
Chris Cummer
2019-06-28 16:32:24 -07:00
parent f86f099fa5
commit e846fdeef8
4 changed files with 146 additions and 49 deletions

View File

@@ -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() {

View File

@@ -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"
)