1
0
mirror of https://github.com/taigrr/wtf synced 2026-04-15 01:11:10 -07: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

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