diff --git a/funcaptcha b/funcaptcha index e966d8c..57a8c9b 160000 --- a/funcaptcha +++ b/funcaptcha @@ -1 +1 @@ -Subproject commit e966d8c6a78142a1e2cfae736c0593171c9f2502 +Subproject commit 57a8c9b81bc8e96f7711c50f75e762197756e1cb diff --git a/go.mod b/go.mod index 1f3ba9b..5f7a652 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.20230628060401-e966d8c6a781 + github.com/acheong08/funcaptcha v0.2.1-0.20230628085018-57a8c9b81bc8 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 1c41e46..40b38c7 100644 --- a/go.sum +++ b/go.sum @@ -6,6 +6,8 @@ github.com/acheong08/funcaptcha v0.2.1-0.20230628060025-e4564c76f819 h1:4qNqVxsb github.com/acheong08/funcaptcha v0.2.1-0.20230628060025-e4564c76f819/go.mod h1:VupbjtVAODvgyAB3Zo86fOA53G+UAmaV/Rk9jUCGuTU= github.com/acheong08/funcaptcha v0.2.1-0.20230628060401-e966d8c6a781 h1:oJ3SF48522A7vgTVi9JjiEAEl8cAClqyQh0BLBdB478= github.com/acheong08/funcaptcha v0.2.1-0.20230628060401-e966d8c6a781/go.mod h1:VupbjtVAODvgyAB3Zo86fOA53G+UAmaV/Rk9jUCGuTU= +github.com/acheong08/funcaptcha v0.2.1-0.20230628085018-57a8c9b81bc8 h1:COt2vPM8gz+PiUjeWH1enYPfMM3FiM/HFELqU6nO2PQ= +github.com/acheong08/funcaptcha v0.2.1-0.20230628085018-57a8c9b81bc8/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= diff --git a/main.go b/main.go index 0bfad08..69acf2c 100644 --- a/main.go +++ b/main.go @@ -74,6 +74,7 @@ func init() { } }() } + arkose.SetTLSClient(&client) } func main() {