Skip to content

Commit

Permalink
chore: bump go & docker deps
Browse files Browse the repository at this point in the history
  • Loading branch information
moul committed Oct 14, 2019
1 parent 6eebddb commit 8bf3e4a
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 14 deletions.
2 changes: 1 addition & 1 deletion github/github.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"log"
"sync"

"github.com/google/go-github/github"
"github.com/google/go-github/v28/github"
"github.com/jinzhu/gorm"
"go.uber.org/zap"
"golang.org/x/oauth2"
Expand Down
2 changes: 1 addition & 1 deletion github/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package github // import "moul.io/depviz/github"
import (
"strings"

"github.com/google/go-github/github"
"github.com/google/go-github/v28/github"
"moul.io/depviz/model"
"moul.io/multipmuri"
)
Expand Down
4 changes: 3 additions & 1 deletion go.mod

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 6 additions & 5 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions tools/go.mod

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions tools/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tools/opml-to-github-issues/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"os"

"github.com/gilliek/go-opml/opml"
"github.com/google/go-github/github"
"github.com/google/go-github/v28/github"
"golang.org/x/oauth2"
)

Expand Down
2 changes: 1 addition & 1 deletion tools/sed-i-github-issues/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"os"
"regexp"

"github.com/google/go-github/github"
"github.com/google/go-github/v28/github"
"golang.org/x/oauth2"
)

Expand Down

0 comments on commit 8bf3e4a

Please sign in to comment.