aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2023-09-09 14:55:52 -0700
committerEric Biggers <ebiggers@google.com>2023-09-09 14:59:15 -0700
commit164d65b5ab5377587196748ac485bdda027b3a48 (patch)
treedba7ea16eb331f4ac7d382cd73b8b3896e4063f1 /go.mod
parented87812bb4d1fb37c66671f3eb598ac6194bc35c (diff)
Stop using golang.org/x/lint
golint is not supported anymore. See https://github.com/golang/go/issues/38968. We already use both 'go vet' and 'staticcheck' which are maintained.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 0 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 8087d79..f9bca31 100644
--- a/go.mod
+++ b/go.mod
@@ -8,7 +8,6 @@ require (
github.com/urfave/cli v1.22.5
github.com/wadey/gocovmerge v0.0.0-20160331181800-b5bfa59ec0ad
golang.org/x/crypto v0.0.0-20220408190544-5352b0902921
- golang.org/x/lint v0.0.0-20210508222113-6edffad5e616
golang.org/x/sys v0.0.0-20220408201424-a24fb2fb8a0f
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
golang.org/x/tools v0.1.11-0.20220316014157-77aa08bb151a