aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorJason Cox <me@jasoncarloscox.com>2024-02-12 20:04:11 -0500
committerRobin Jarry <robin@jarry.cc>2024-02-14 23:20:46 +0100
commit19d270886e3abc7468d21f11145d75974320f933 (patch)
tree20b72dcf3b3796b044a7673da0c3a09c23097665 /go.mod
parentb68b15c3726730d160235571c531209bcf902b5f (diff)
downloadaerc-19d270886e3abc7468d21f11145d75974320f933.tar.gz
lint: update dependencies to work with go v1.22
Linting with golangci-lint and contrib/linters.go both started crashing for me after upgrading go to v1.22.0 from v1.21.7. Bump golangci-lint and golang.org/x/tools to their latest versions to fix this problem. Signed-off-by: Jason Cox <me@jasoncarloscox.com> Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod12
1 files changed, 6 insertions, 6 deletions
diff --git a/go.mod b/go.mod
index 0235abf2..2168ea91 100644
--- a/go.mod
+++ b/go.mod
@@ -32,8 +32,8 @@ require (
github.com/syndtr/goleveldb v1.0.0
golang.org/x/image v0.13.0
golang.org/x/oauth2 v0.7.0
- golang.org/x/sys v0.15.0
- golang.org/x/tools v0.6.0
+ golang.org/x/sys v0.16.0
+ golang.org/x/tools v0.17.0
)
require (
@@ -50,10 +50,10 @@ require (
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rogpeppe/go-internal v1.8.1 // indirect
github.com/soniakeys/quant v1.0.0 // indirect
- golang.org/x/crypto v0.17.0 // indirect
- golang.org/x/mod v0.8.0 // indirect
- golang.org/x/net v0.9.0 // indirect
- golang.org/x/text v0.13.0 // indirect
+ golang.org/x/crypto v0.18.0 // indirect
+ golang.org/x/mod v0.14.0 // indirect
+ golang.org/x/net v0.20.0 // indirect
+ golang.org/x/text v0.14.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.30.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect