From 5be2dfc1622c526ea40e86db4003069430f65807 Mon Sep 17 00:00:00 2001 From: Elara Musayelyan Date: Tue, 31 Jan 2023 10:07:54 -0800 Subject: [PATCH] Update for Lemmy 0.17.0 --- go.mod | 4 ++-- go.sum | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index d901aa7..5470f2e 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/pelletier/go-toml/v2 v2.0.6 github.com/spf13/pflag v1.0.5 github.com/vmihailenco/msgpack/v5 v5.3.5 - go.arsenm.dev/go-lemmy v0.16.8-0.20230124211922-014be78baa78 + go.arsenm.dev/go-lemmy v0.17.0 go.arsenm.dev/logger v0.0.0-20230104225304-d706171ea6df go.arsenm.dev/pcre v0.0.0-20220530205550-74594f6c8b0e ) @@ -21,7 +21,7 @@ require ( github.com/google/go-querystring v1.1.0 // indirect github.com/google/uuid v1.3.0 // indirect github.com/gookit/color v1.5.1 // indirect - github.com/gorilla/websocket v1.4.2 // indirect + github.com/gorilla/websocket v1.5.0 // indirect github.com/huandu/xstrings v1.4.0 // indirect github.com/imdario/mergo v0.3.13 // indirect github.com/mattn/go-isatty v0.0.14 // indirect diff --git a/go.sum b/go.sum index 8b45c98..b7ebf4c 100644 --- a/go.sum +++ b/go.sum @@ -21,6 +21,8 @@ github.com/gookit/color v1.5.1 h1:Vjg2VEcdHpwq+oY63s/ksHrgJYCTo0bwWvmmYWdE9fQ= github.com/gookit/color v1.5.1/go.mod h1:wZFzea4X8qN6vHOSP2apMb4/+w/orMznEzYsIHPaqKM= github.com/gorilla/websocket v1.4.2 h1:+/TMaTYc4QFitKJxsQ7Yye35DkWvkdLcvGKqM+x0Ufc= github.com/gorilla/websocket v1.4.2/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE= +github.com/gorilla/websocket v1.5.0 h1:PPwGk2jz7EePpoHN/+ClbZu8SPxiqlu12wZP/3sWmnc= +github.com/gorilla/websocket v1.5.0/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE= github.com/huandu/xstrings v1.4.0 h1:D17IlohoQq4UcpqD7fDk80P7l+lwAmlFaBHgOipl2FU= github.com/huandu/xstrings v1.4.0/go.mod h1:y5/lhBue+AyNmUVz9RLU9xbLR0o4KIIExikq4ovT0aE= github.com/imdario/mergo v0.3.13 h1:lFzP57bqS/wsqKssCGmtLAb8A0wKjLGrve2q3PPVcBk= @@ -59,6 +61,8 @@ github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778/go.mod h1:2MuV+tbUrU1z github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= go.arsenm.dev/go-lemmy v0.16.8-0.20230124211922-014be78baa78 h1:+fLs2pWxO2UR7jBTPxWEalOYfOWU+Xj+q3lsWolgscc= go.arsenm.dev/go-lemmy v0.16.8-0.20230124211922-014be78baa78/go.mod h1:rEI46ZblhnqMWI85Ik5BMiprvEUNubhx4cEtLG/EuPc= +go.arsenm.dev/go-lemmy v0.17.0 h1:VulIHk6Y9W2ifuUuxHEJfL26ZJE+JI3R/CgB2NVTdjQ= +go.arsenm.dev/go-lemmy v0.17.0/go.mod h1:rEI46ZblhnqMWI85Ik5BMiprvEUNubhx4cEtLG/EuPc= go.arsenm.dev/logger v0.0.0-20230104225304-d706171ea6df h1:8mBHvEe7BJmpOeKSMA5YLqrGo9dCpePocTeR0C1+/2w= go.arsenm.dev/logger v0.0.0-20230104225304-d706171ea6df/go.mod h1:RV2qydKDdoyaRkhAq8JEGvojR8eJ6bjq5WnSIlH7gYw= go.arsenm.dev/pcre v0.0.0-20220530205550-74594f6c8b0e h1:4XwLmFDvAKt7ZvS3E3hD2R++0wr75fBUEvXkK9dLXzk=