From a06b7075c227f17e023ed9e43d659d26b4ade6e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Cola=C3=A7o?= Date: Thu, 24 Oct 2024 23:08:25 +0200 Subject: [PATCH] build: Update dependencies --- go.mod | 6 ++---- go.sum | 6 ++---- go.work | 4 ++-- 3 files changed, 6 insertions(+), 10 deletions(-) diff --git a/go.mod b/go.mod index cba3c14..56b6a44 100644 --- a/go.mod +++ b/go.mod @@ -1,12 +1,10 @@ module github.com/mattn/go-mastodon -go 1.21 +go 1.23 require ( - github.com/gorilla/websocket v1.5.1 + github.com/gorilla/websocket v1.5.3 github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80 ) -require golang.org/x/net v0.25.0 // indirect - retract [v0.0.7+incompatible, v0.0.7+incompatible] // Accidental; no major changes or features. diff --git a/go.sum b/go.sum index 1c01fc3..488957d 100644 --- a/go.sum +++ b/go.sum @@ -1,6 +1,4 @@ -github.com/gorilla/websocket v1.5.1 h1:gmztn0JnHVt9JZquRuzLw3g4wouNVzKL15iLr/zn/QY= -github.com/gorilla/websocket v1.5.1/go.mod h1:x3kM2JMyaluk02fnUJpQuwD2dCS5NDG2ZHL0uE0tcaY= +github.com/gorilla/websocket v1.5.3 h1:saDtZ6Pbx/0u+bgYQ3q96pZgCzfhKXGPqt7kZ72aNNg= +github.com/gorilla/websocket v1.5.3/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE= github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80 h1:nrZ3ySNYwJbSpD6ce9duiP+QkD3JuLCcWkdaehUS/3Y= github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80/go.mod h1:iFyPdL66DjUD96XmzVL3ZntbzcflLnznH0fr99w5VqE= -golang.org/x/net v0.25.0 h1:d/OCCoBEUq33pjydKrGQhw7IlUPI2Oylr+8qLx49kac= -golang.org/x/net v0.25.0/go.mod h1:JkAGAh7GEvH74S6FOH42FLoXpXbE/aqXSrIQjXgsiwM= diff --git a/go.work b/go.work index 5969518..8fd211a 100644 --- a/go.work +++ b/go.work @@ -1,6 +1,6 @@ -go 1.21 +go 1.23 -toolchain go1.22.2 +toolchain go1.23.2 use ( .