Skip to content

Commit

Permalink
remove deprecated golint (golang.org/x/lint)
Browse files Browse the repository at this point in the history
CI is already using golangci-lint, which should cover whatever
golint was still covering.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
  • Loading branch information
thaJeztah committed Nov 20, 2022
1 parent d90536d commit 1c31e68
Show file tree
Hide file tree
Showing 22 changed files with 1 addition and 6,907 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ serve: bin/cfssl
serve:
./bin/cfssl serve

bin/golint: $(shell find vendor -type f -name '*.go')
@mkdir -p $(dir $@)
go build -o $@ ./vendor/golang.org/x/lint/golint

bin/goose: $(shell find vendor -type f -name '*.go')
@mkdir -p $(dir $@)
go build -o $@ ./vendor/bitbucket.org/liamstask/goose/cmd/goose
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ require (
github.com/zmap/zcrypto v0.0.0-20210511125630-18f1e0152cfc
github.com/zmap/zlint/v3 v3.1.0
golang.org/x/crypto v0.0.0-20220824171710-5757bc0c5503
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2
)

Expand Down Expand Up @@ -92,6 +91,7 @@ require (
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/multierr v1.7.0 // indirect
go.uber.org/zap v1.16.0 // indirect
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
golang.org/x/mod v0.4.2 // indirect
golang.org/x/oauth2 v0.0.0-20210427180440-81ed05c6b58c // indirect
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 // indirect
Expand Down
1 change: 0 additions & 1 deletion tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ package tools

import (
_ "bitbucket.org/liamstask/goose/cmd/goose"
_ "golang.org/x/lint/golint"
)
19 changes: 0 additions & 19 deletions vendor/golang.org/x/lint/.travis.yml

This file was deleted.

15 changes: 0 additions & 15 deletions vendor/golang.org/x/lint/CONTRIBUTING.md

This file was deleted.

27 changes: 0 additions & 27 deletions vendor/golang.org/x/lint/LICENSE

This file was deleted.

93 changes: 0 additions & 93 deletions vendor/golang.org/x/lint/README.md

This file was deleted.

159 changes: 0 additions & 159 deletions vendor/golang.org/x/lint/golint/golint.go

This file was deleted.

Loading

0 comments on commit 1c31e68

Please sign in to comment.