Skip to content

Commit

Permalink
Add github.com/golangci/golangci-lint/cmd/[email protected] as a …
Browse files Browse the repository at this point in the history
…build tool
  • Loading branch information
Eugene Kim committed Mar 31, 2019
1 parent dfe11a9 commit ee46ec3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ require (
github.com/go-stack/stack v1.8.0 // indirect
github.com/golang/mock v1.2.0
github.com/golang/protobuf v1.3.0
github.com/golangci/golangci-lint v1.15.0
github.com/gorilla/handlers v1.4.0
github.com/gorilla/mux v1.7.0
github.com/harmony-ek/gencodec v0.0.0-20190215044613-e6740dbdd846
Expand All @@ -41,7 +42,6 @@ require (
github.com/rjeczalik/notify v0.9.2 // indirect
github.com/rs/cors v1.6.0 // indirect
github.com/shirou/gopsutil v2.18.12+incompatible
github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 // indirect

This comment has been minimized.

Copy link
@Kattparkhurst98

Kattparkhurst98 Oct 20, 2021

invalid

github.com/stretchr/testify v1.3.0
github.com/whyrusleeping/go-logging v0.0.0-20170515211332-0457bb6b88fc
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
Expand Down
1 change: 1 addition & 0 deletions tools/tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ package tools
import (
_ "github.com/golang/mock/mockgen"
_ "github.com/golang/protobuf/protoc-gen-go"
_ "github.com/golangci/golangci-lint/cmd/golangci-lint"
_ "github.com/harmony-ek/gencodec"
_ "golang.org/x/lint/golint"
_ "golang.org/x/tools/cmd/goimports"
Expand Down

0 comments on commit ee46ec3

Please sign in to comment.