update go.mod

This commit is contained in:
ginuerzh 2023-10-19 23:49:12 +08:00
parent cc4310106b
commit 1e17320dfb
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@ -7,7 +7,7 @@ require (
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d
github.com/gin-contrib/cors v1.3.1
github.com/gin-gonic/gin v1.9.1
github.com/go-gost/core v0.0.0-20231015073540-f08c81460234
github.com/go-gost/core v0.0.0-20231019154823-d354cf2539a5
github.com/go-gost/gosocks4 v0.0.1
github.com/go-gost/gosocks5 v0.4.0
github.com/go-gost/plugin v0.0.0-20231015073745-fc558b9a3146

2
go.sum
View File

@ -93,6 +93,8 @@ github.com/go-gl/glfw/v3.3/glfw v0.0.0-20191125211704-12ad95a8df72/go.mod h1:tQ2
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200222043503-6f7a984d4dc4/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8=
github.com/go-gost/core v0.0.0-20231015073540-f08c81460234 h1:xTuwKXHTVStuO6RTXF1iGr4Y5XMckRjYbisLYO3Mg2Y=
github.com/go-gost/core v0.0.0-20231015073540-f08c81460234/go.mod h1:ndkgWVYRLwupVaFFWv8ML1Nr8tD3xhHK245PLpUDg4E=
github.com/go-gost/core v0.0.0-20231019154823-d354cf2539a5 h1:7axHR5TUn72NAOx220qjVQHfqi+4Yo3fTdzaoEeaeNc=
github.com/go-gost/core v0.0.0-20231019154823-d354cf2539a5/go.mod h1:ndkgWVYRLwupVaFFWv8ML1Nr8tD3xhHK245PLpUDg4E=
github.com/go-gost/gosocks4 v0.0.1 h1:+k1sec8HlELuQV7rWftIkmy8UijzUt2I6t+iMPlGB2s=
github.com/go-gost/gosocks4 v0.0.1/go.mod h1:3B6L47HbU/qugDg4JnoFPHgJXE43Inz8Bah1QaN9qCc=
github.com/go-gost/gosocks5 v0.4.0 h1:EIrOEkpJez4gwHrMa33frA+hHXJyevjp47thpMQsJzI=