fix auth for file handler

This commit is contained in:
ginuerzh
2023-12-16 14:33:52 +08:00
parent 310614663a
commit dc48c4a3b2
3 changed files with 5 additions and 5 deletions

2
go.mod
View File

@ -6,7 +6,7 @@ replace github.com/templexxx/cpu v0.0.7 => github.com/templexxx/cpu v0.0.10-0.20
require (
github.com/go-gost/core v0.0.0-20231119081403-abc73f2ca2b7
github.com/go-gost/x v0.0.0-20231130113937-b1390dda1cc8
github.com/go-gost/x v0.0.0-20231216062858-f847fa533e98
github.com/judwhite/go-svc v1.2.1
)