From 62308915431ebf942ba126ee8a2d8730117cec0d Mon Sep 17 00:00:00 2001 From: Antonio Date: Fri, 30 Jun 2023 12:26:42 +0800 Subject: [PATCH] fix #89 --- go.mod | 4 +--- go.sum | 2 ++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index dd49a15..be39b7f 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.20230629155243-2d44215f1e5f + github.com/acheong08/funcaptcha v0.2.1-0.20230629155839-8827dd09430f github.com/bogdanfinn/fhttp v0.5.23 github.com/bogdanfinn/tls-client v1.4.0 github.com/gin-gonic/gin v1.9.0 @@ -42,5 +42,3 @@ require ( google.golang.org/protobuf v1.30.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) - -replace github.com/acheong08/funcaptcha => ./funcaptcha diff --git a/go.sum b/go.sum index 4e5a19f..b225bb0 100644 --- a/go.sum +++ b/go.sum @@ -10,6 +10,8 @@ github.com/acheong08/funcaptcha v0.2.1-0.20230629154526-a513e1971666 h1:dpoaa+q6 github.com/acheong08/funcaptcha v0.2.1-0.20230629154526-a513e1971666/go.mod h1:VupbjtVAODvgyAB3Zo86fOA53G+UAmaV/Rk9jUCGuTU= github.com/acheong08/funcaptcha v0.2.1-0.20230629155243-2d44215f1e5f h1:LalZODMl6htSW6kVYz9KOYQ8cmvReVcMoKsL4NjabLY= github.com/acheong08/funcaptcha v0.2.1-0.20230629155243-2d44215f1e5f/go.mod h1:VupbjtVAODvgyAB3Zo86fOA53G+UAmaV/Rk9jUCGuTU= +github.com/acheong08/funcaptcha v0.2.1-0.20230629155839-8827dd09430f h1:gEGfM0naLh2nGxrGQjMBtdLf6UIKUM+rjB4bG2Xhm9c= +github.com/acheong08/funcaptcha v0.2.1-0.20230629155839-8827dd09430f/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=