Skip to content

Commit

Permalink
Prepare for #205: use forked repos without aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
jirfag committed Sep 2, 2018
1 parent 8cef10e commit 574f665
Show file tree
Hide file tree
Showing 130 changed files with 506 additions and 299 deletions.
210 changes: 107 additions & 103 deletions Gopkg.lock

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

28 changes: 1 addition & 27 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,10 @@
branch = "master"
name = "sourcegraph.com/sourcegraph/go-diff"

[[constraint]]
name = "github.com/kisielk/errcheck"
branch = "master"
source = "github.com/golangci/errcheck"

[[constraint]]
name = "github.com/golangci/govet"
branch = "master"

[[constraint]]
name = "github.com/mibk/dupl"
branch = "master"
source = "github.com/golangci/dupl"

[[constraint]]
name = "mvdan.cc/unparam"
branch = "fix-crash-on-nil-constant"
source = "github.com/golangci/unparam"

[prune]
go-tests = true
unused-packages = true
Expand Down Expand Up @@ -79,15 +64,4 @@

[[constraint]]
branch = "master"
name = "golang.org/x/tools"
source = "github.com/golangci/tools"

[[constraint]]
branch = "master"
name = "honnef.co/go/tools"
source = "github.com/golangci/go-tools"

[[constraint]]
branch = "master"
name = "github.com/client9/misspell"
source = "github.com/golangci/misspell"
name = "github.com/golangci/unparam"
2 changes: 1 addition & 1 deletion pkg/golinters/dupl.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import (
"fmt"
"go/token"

duplAPI "github.com/golangci/dupl"
"github.com/golangci/golangci-lint/pkg/lint/linter"
"github.com/golangci/golangci-lint/pkg/result"
duplAPI "github.com/mibk/dupl"
)

type Dupl struct{}
Expand Down
2 changes: 1 addition & 1 deletion pkg/golinters/errcheck.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import (
"context"
"fmt"

errcheckAPI "github.com/golangci/errcheck/golangci"
"github.com/golangci/golangci-lint/pkg/lint/linter"
"github.com/golangci/golangci-lint/pkg/result"
errcheckAPI "github.com/kisielk/errcheck/golangci"
)

type Errcheck struct{}
Expand Down
Loading

0 comments on commit 574f665

Please sign in to comment.