1
0

bump deps

This commit is contained in:
Antonio 2023-05-29 15:54:04 +08:00
parent 8a6f07b9eb
commit 688117913a
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@ -3,7 +3,7 @@ module freechatgpt
go 1.20
require (
github.com/acheong08/endless v0.0.0-20230522010333-1359fd84c836
github.com/acheong08/endless v0.0.0-20230529075213-74050cf641c8
github.com/bogdanfinn/fhttp v0.5.22
github.com/bogdanfinn/tls-client v1.3.12
github.com/gin-gonic/gin v1.9.0

2
go.sum
View File

@ -2,6 +2,8 @@ github.com/acheong08/endless v0.0.0-20230521065036-9093810e0b7b h1:9nb1FmjMHkUPe
github.com/acheong08/endless v0.0.0-20230521065036-9093810e0b7b/go.mod h1:0yO7neMeJLvKk/B/fq5votDY8rByrOPDubpvU+6saKo=
github.com/acheong08/endless v0.0.0-20230522010333-1359fd84c836 h1:1qPj/+BrLWPt+V0/DpWrysvZKj8VRjQ+VNcePUpL6Y8=
github.com/acheong08/endless v0.0.0-20230522010333-1359fd84c836/go.mod h1:0yO7neMeJLvKk/B/fq5votDY8rByrOPDubpvU+6saKo=
github.com/acheong08/endless v0.0.0-20230529075213-74050cf641c8 h1:mHtMoGlGNUfMRjsWcb5Kvd1mJfJG8Gr1TtIghE8iiN8=
github.com/acheong08/endless v0.0.0-20230529075213-74050cf641c8/go.mod h1:0yO7neMeJLvKk/B/fq5votDY8rByrOPDubpvU+6saKo=
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.22 h1:U1jhZRtuaOanWWcm1WdMFnwMvSxUQgvO6berqAVTc5o=