-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #141 from kubernetes-simulator/go-static-analysis
Go static analysis
- Loading branch information
Showing
5 changed files
with
508 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,7 +66,6 @@ require ( | |
github.com/prometheus/procfs v0.0.3 // indirect | ||
github.com/robertkrimen/godocdown v0.0.0-20130622164427-0bfa04905481 // indirect | ||
github.com/rogpeppe/fastuuid v1.1.0 // indirect | ||
github.com/rogpeppe/go-internal v1.3.0 // indirect | ||
github.com/rogpeppe/godef v1.1.1 // indirect | ||
github.com/russross/blackfriday v2.0.0+incompatible // indirect | ||
github.com/shirou/gopsutil v2.18.12+incompatible // indirect | ||
|
@@ -100,8 +99,11 @@ require ( | |
google.golang.org/grpc v1.21.1 // indirect | ||
gopkg.in/alecthomas/kingpin.v3-unstable v3.0.0-20180810215634-df19058c872c // indirect | ||
gopkg.in/yaml.v2 v2.2.2 | ||
honnef.co/go/tools v0.0.1-2019.2.3 // indirect | ||
mvdan.cc/unparam v0.0.0-20190310220240-1b9ccfa71afe // indirect | ||
sourcegraph.com/sqs/pbtypes v1.0.0 // indirect | ||
) | ||
|
||
replace github.com/go-critic/[email protected] => github.com/go-critic/go-critic v0.3.5-0.20190526074819-1df300866540 | ||
|
||
go 1.13 |
Oops, something went wrong.