remove deprecated golint (golang.org/x/lint)
CI is already using golangci-lint, which should cover whatever golint was still covering. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>1 parent d90536d commit 1c31e68File tree Expand file treeCollapse file tree 22 files changedCopy full SHA for 1c31e68
+1
-6907
lines changedFilter options
+1
-6907
lines changed -4Lines changed: 0 additions & 4 deletions Original file line number Diff line number Diff line change
@@ -23,10 +23,6 @@ serve: bin/cfssl
23
23
serve:
24
24
./bin/cfssl serve
25
25
26
-
bin/golint: $(shell find vendor -type f -name '*.go')
27
-
@mkdir -p $(dir $@)
28
-
go build -o $@ ./vendor/golang.org/x/lint/golint
29
-
30
26
bin/goose: $(shell find vendor -type f -name '*.go')
31
27
@mkdir -p $(dir $@)
32
28
go build -o $@ ./vendor/bitbucket.org/liamstask/goose/cmd/goose
+1-1Lines changed: 1 addition & 1 deletion Original file line number Diff line number Diff line change
@@ -19,7 +19,6 @@ require (
19
19
github.com/zmap/zcrypto v0.0.0-20210511125630-18f1e0152cfc
20
20
github.com/zmap/zlint/v3 v3.1.0
21
21
golang.org/x/crypto v0.0.0-20220824171710-5757bc0c5503
22
-
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616
23
22
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2
24
23
)
25
24
@@ -92,6 +91,7 @@ require (
92
91
go.uber.org/atomic v1.7.0 // indirect
93
92
go.uber.org/multierr v1.7.0 // indirect
94
93
go.uber.org/zap v1.16.0 // indirect
94
+
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
95
95
golang.org/x/mod v0.4.2 // indirect
96
96
golang.org/x/oauth2 v0.0.0-20210427180440-81ed05c6b58c // indirect
97
97
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 // indirect
-1Lines changed: 0 additions & 1 deletion Original file line number Diff line number Diff line change
@@ -5,5 +5,4 @@ package tools
5
5
6
6
import (
7
7
_ "bitbucket.org/liamstask/goose/cmd/goose"
8
-
_ "golang.org/x/lint/golint"
9
8
)
-19Lines changed: 0 additions & 19 deletions -15Lines changed: 0 additions & 15 deletions -27Lines changed: 0 additions & 27 deletions -93Lines changed: 0 additions & 93 deletions -159Lines changed: 0 additions & 159 deletions
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4