Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump deps #189

Merged
merged 1 commit into from
Oct 14, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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