Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
moul committed Oct 14, 2019
1 parent 5fc7e07 commit a3e01d5
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 16 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.12-alpine as build
FROM golang:1.13-alpine as build
RUN apk add --update --no-cache git gcc musl-dev make
ADD . /go/src/moul.io/depviz
WORKDIR /go/src/moul.io/depviz
Expand Down
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.

5 changes: 2 additions & 3 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 a3e01d5

Please sign in to comment.