From 90156db43fd94b3b3c1ae5879dc040159cc24d77 Mon Sep 17 00:00:00 2001 From: Antonio Date: Sat, 1 Jul 2023 14:36:27 +0800 Subject: [PATCH] bump deps --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index beecbac..04c0298 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.20 require ( github.com/acheong08/OpenAIAuth v0.0.0-20230530050836-f2a06cd52911 github.com/acheong08/endless v0.0.0-20230529075213-74050cf641c8 - github.com/acheong08/funcaptcha v0.2.1-0.20230630162451-ddd5c60e21f0 + github.com/acheong08/funcaptcha v0.2.1-0.20230701063554-e3c9de3dbc7f github.com/bogdanfinn/fhttp v0.5.23 github.com/bogdanfinn/tls-client v1.4.0 github.com/gin-gonic/gin v1.9.0 diff --git a/go.sum b/go.sum index 9ef9d60..52451bc 100644 --- a/go.sum +++ b/go.sum @@ -20,6 +20,8 @@ github.com/acheong08/funcaptcha v0.2.1-0.20230630145745-51cc6ac9a96f h1:uMHN8VOK github.com/acheong08/funcaptcha v0.2.1-0.20230630145745-51cc6ac9a96f/go.mod h1:VupbjtVAODvgyAB3Zo86fOA53G+UAmaV/Rk9jUCGuTU= github.com/acheong08/funcaptcha v0.2.1-0.20230630162451-ddd5c60e21f0 h1:tRWrFSGNSwpncviChpOattiVtUU+1bLZInmtZVagShM= github.com/acheong08/funcaptcha v0.2.1-0.20230630162451-ddd5c60e21f0/go.mod h1:VupbjtVAODvgyAB3Zo86fOA53G+UAmaV/Rk9jUCGuTU= +github.com/acheong08/funcaptcha v0.2.1-0.20230701063554-e3c9de3dbc7f h1:SKxPKbsOcR9+wiI/SRS++ejZ96PJaMegRyr9/aEm9oE= +github.com/acheong08/funcaptcha v0.2.1-0.20230701063554-e3c9de3dbc7f/go.mod h1:VupbjtVAODvgyAB3Zo86fOA53G+UAmaV/Rk9jUCGuTU= github.com/andybalholm/brotli v1.0.5 h1:8uQZIdzKmjc/iuPu7O2ioW48L81FgatrcpfFmiq/cCs= github.com/andybalholm/brotli v1.0.5/go.mod h1:fO7iG3H7G2nSZ7m0zPUDn85XEX2GTukHGRSepvi9Eig= github.com/bogdanfinn/fhttp v0.5.23 h1:4Xb5OjYArB8GpnUw4A4r5jmt8UW0/Cvey3R9nS2dC9U=