update go.mod

This commit is contained in:
ginuerzh
2024-04-24 23:38:50 +08:00
parent 66104cd079
commit 254875cd30
3 changed files with 6 additions and 3 deletions

4
go.mod
View File

@ -9,7 +9,7 @@ require (
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d
github.com/gin-contrib/cors v1.5.0
github.com/gin-gonic/gin v1.9.1
github.com/go-gost/core v0.0.0-20240131151724-a06608ccafbf
github.com/go-gost/core v0.0.0-20240424153155-5d6c2115fa15
github.com/go-gost/gosocks4 v0.0.1
github.com/go-gost/gosocks5 v0.4.0
github.com/go-gost/plugin v0.0.0-20240103125338-9c84e29cb81a
@ -120,5 +120,3 @@ require (
google.golang.org/genproto/googleapis/rpc v0.0.0-20231120223509-83a465c0220f // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
)
replace github.com/go-gost/core => ../gost-core