update go.mod

This commit is contained in:
ginuerzh
2023-01-20 10:29:39 +08:00
parent c765789076
commit 8858598cf0
2 changed files with 3 additions and 3 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-20230114050924-1a8c1ccb1dc5
github.com/go-gost/x v0.0.0-20230115094412-834c6447ca15
github.com/go-gost/x v0.0.0-20230120022721-93b40f4c86c2
gopkg.in/natefinch/lumberjack.v2 v2.0.0
)

4
go.sum
View File

@ -102,8 +102,8 @@ github.com/go-gost/relay v0.2.0 h1:8udTweykgDUdOY1j1U90fApNuG7Sp7pvKoiIp3eV6ME=
github.com/go-gost/relay v0.2.0/go.mod h1:lcX+23LCQ3khIeASBo+tJ/WbwXFO32/N5YN6ucuYTG8=
github.com/go-gost/tls-dissector v0.0.2-0.20220408131628-aac992c27451 h1:xj8gUZGYO3nb5+6Bjw9+tsFkA9sYynrOvDvvC4uDV2I=
github.com/go-gost/tls-dissector v0.0.2-0.20220408131628-aac992c27451/go.mod h1:/9QfdewqmHdaE362Hv5nDaSWLx3pCmtD870d6GaquXs=
github.com/go-gost/x v0.0.0-20230115094412-834c6447ca15 h1:tQNMRJY+EkuN2e+tbXV95TTrGzL/Z0YhgCRg8kECd18=
github.com/go-gost/x v0.0.0-20230115094412-834c6447ca15/go.mod h1:mtoc1CuRfHziBkgfvdUWZ0S4bFsuYccVCqPxwXZQQhU=
github.com/go-gost/x v0.0.0-20230120022721-93b40f4c86c2 h1:QHuX69y1Cfj5bmZGW3LgSZQk4JGJah7r1ZAgJuUB+lE=
github.com/go-gost/x v0.0.0-20230120022721-93b40f4c86c2/go.mod h1:mtoc1CuRfHziBkgfvdUWZ0S4bFsuYccVCqPxwXZQQhU=
github.com/go-kit/kit v0.8.0/go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as=
github.com/go-kit/kit v0.9.0/go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as=
github.com/go-kit/log v0.1.0/go.mod h1:zbhenjAZHb184qTLMA9ZjW7ThYL0H2mk7Q6pNt4vbaY=