diff options
author | Moritz Poldrack <git@moritz.sh> | 2022-09-14 19:56:51 +0200 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-09-14 20:52:04 +0200 |
commit | 1418b283abd28791d22288ab408b7063d7d2c3a0 (patch) | |
tree | 3f5f0549258119f8b5aca1bfb10dfafac2bde281 /go.mod | |
parent | dcaabd5adf03257feed6c4d8f79e1d907122d283 (diff) | |
download | aerc-1418b283abd28791d22288ab408b7063d7d2c3a0.tar.gz |
lint: update linter version
Signed-off-by: Moritz Poldrack <git@moritz.sh>
Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -22,12 +22,12 @@ require ( github.com/gatherstars-com/jwz v1.3.0 github.com/gdamore/tcell/v2 v2.4.0 github.com/go-ini/ini v1.63.2 - github.com/golangci/golangci-lint v1.47.3 + github.com/golangci/golangci-lint v1.49.0 github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 github.com/imdario/mergo v0.3.12 github.com/kyoh86/xdg v1.2.0 github.com/lithammer/fuzzysearch v1.1.3 - github.com/mattn/go-isatty v0.0.14 + github.com/mattn/go-isatty v0.0.16 github.com/mattn/go-pointer v0.0.1 // indirect github.com/mattn/go-runewidth v0.0.13 github.com/miolini/datacounter v1.0.2 |