Skip to content

Commit

Permalink
chore: bump deps (#189)
Browse files Browse the repository at this point in the history
chore: bump deps
  • Loading branch information
moul authored Oct 14, 2019
2 parents 5fc7e07 + 8a225fc commit 8da43a2
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 27 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
2 changes: 1 addition & 1 deletion go.mod

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

8 changes: 5 additions & 3 deletions go.sum

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

8 changes: 2 additions & 6 deletions tools/go.mod

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

21 changes: 9 additions & 12 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 8da43a2

Please sign in to comment.