From 30a619df7a1f97c7d9f91fd8af0a53f52c0e7801 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 14 Sep 2025 15:29:16 +0000 Subject: [PATCH] chore: bump deps --- go.mod | 4 +++- gomod2nix.toml | 25 +++++++++++++++++++++++-- 2 files changed, 26 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index d73abcea98..5768c7266b 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,8 @@ module github.com/FloatTech/ZeroBot-Plugin -go 1.20 +go 1.23.0 + +toolchain go1.24.5 require ( github.com/Baidu-AIP/golang-sdk v1.1.1 diff --git a/gomod2nix.toml b/gomod2nix.toml index 12c63f8e72..87e1c7765e 100644 --- a/gomod2nix.toml +++ b/gomod2nix.toml @@ -31,6 +31,9 @@ schema = 3 [mod."github.com/FloatTech/zbputils"] version = "v1.7.2-0.20250812085410-2741050f465f" hash = "sha256-NoCU7tqzihm2xEr1LelrfMzeg9RDQ9OsFBVXfNDcxvs=" + [mod."github.com/PuerkitoBio/goquery"] + version = "v1.8.0" + hash = "sha256-I3QaPWATvBOL/F26fIiYWKS13yBUYo+9o3tcsGIu8tY=" [mod."github.com/RomiChan/syncx"] version = "v0.0.0-20240418144900-b7402ffdebc7" hash = "sha256-L1j1vgiwqXpF9pjMoRRlrQUHzoULisw/01plaEAwxs4=" @@ -46,6 +49,9 @@ schema = 3 [mod."github.com/ajstarks/svgo"] version = "v0.0.0-20200320125537-f189e35d30ca" hash = "sha256-ALeRuEJN9jHjGb4wNKJcxC59vVx8Tj7hHikEGkaZZ0s=" + [mod."github.com/andybalholm/cascadia"] + version = "v1.3.1" + hash = "sha256-M0u22DXSeXUaYtl1KoW1qWL46niFpycFkraCEQ/luYA=" [mod."github.com/antchfx/htmlquery"] version = "v1.3.4" hash = "sha256-nrtIgRgdOvo0iIQyrhHOFKOmoT8e2gduUsct3f5zDNA=" @@ -77,8 +83,8 @@ schema = 3 version = "v1.3.0" hash = "sha256-/sN7X8dKXQgv8J+EDzVUB+o+AY9gBC8e1C6sYhaTy1k=" [mod."github.com/fumiama/deepinfra"] - version = "v0.0.0-20250910022828-8cde75e137f4" - hash = "sha256-1CV8t3R91maqJztHg7whECqvS4+sxWcSvq+EyO4PyZ8=" + version = "v0.0.0-20250910144855-27a4e697106d" + hash = "sha256-LVTVRJmtTDoj0di3DxjDxxx8Sy/AizQJKLuTo/YtKFo=" [mod."github.com/fumiama/go-base16384"] version = "v1.7.0" hash = "sha256-vTAsBBYe2ISzb2Nba5E96unodZSkhMcqo6hbwR01nz8=" @@ -145,6 +151,9 @@ schema = 3 [mod."github.com/jozsefsallai/gophersauce"] version = "v1.0.1" hash = "sha256-29DsfnGmK51DPunR/leRBKCcokN/yLoB7S2HxCsqtgY=" + [mod."github.com/json-iterator/go"] + version = "v1.1.12" + hash = "sha256-To8A0h+lbfZ/6zM+2PpRpY3+L6725OPC66lffq6fUoM=" [mod."github.com/kanrichan/resvg-go"] version = "v0.0.2-0.20231001163256-63db194ca9f5" hash = "sha256-plRZ3yhyCafCXmAD4vnFUoCTRsHmLp7Jn9gFKcEKbds=" @@ -166,6 +175,18 @@ schema = 3 [mod."github.com/mattn/go-isatty"] version = "v0.0.20" hash = "sha256-qhw9hWtU5wnyFyuMbKx+7RB8ckQaFQ8D+8GKPkN3HHQ=" + [mod."github.com/mmcdole/gofeed"] + version = "v1.3.0" + hash = "sha256-GHpqGZvNg+3RSIkVKXrWg6/e8dJD8Y5v2Sx6MzmRlQ0=" + [mod."github.com/mmcdole/goxpp"] + version = "v1.1.1-0.20240225020742-a0c311522b23" + hash = "sha256-2pGg+LxHHQn2lwQBvc7EtrpMwZbZF7qepglzhS3TfW4=" + [mod."github.com/modern-go/concurrent"] + version = "v0.0.0-20180306012644-bacd9c7ef1dd" + hash = "sha256-OTySieAgPWR4oJnlohaFTeK1tRaVp/b0d1rYY8xKMzo=" + [mod."github.com/modern-go/reflect2"] + version = "v1.0.2" + hash = "sha256-+W9EIW7okXIXjWEgOaMh58eLvBZ7OshW2EhaIpNLSBU=" [mod."github.com/mroth/weightedrand"] version = "v1.0.0" hash = "sha256-bP+yIaBUY5+oI455mNM8zh14z/SNPaQg44L3RJ0/v/c="