1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

feat: update to go modules

This commit is contained in:
retgits
2019-04-26 16:39:44 -07:00
parent 66a16af97d
commit e03b65b442
1471 changed files with 207 additions and 466677 deletions

View File

@@ -3,7 +3,7 @@ package github
import (
"fmt"
"github.com/google/go-github/github"
"github.com/google/go-github/v25/github"
)
func (widget *Widget) display() {

View File

@@ -4,7 +4,7 @@ import (
"context"
"net/http"
ghb "github.com/google/go-github/github"
ghb "github.com/google/go-github/v25/github"
"github.com/wtfutil/wtf/wtf"
"golang.org/x/oauth2"
)