Skip to content

Commit

Permalink
add token for plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ginuerzh committed Apr 20, 2023
1 parent b2434dd commit 4b6d6e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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-20230418124644-a2115a3d3876
github.com/go-gost/x v0.0.0-20230418125256-32c8188351a2
github.com/go-gost/x v0.0.0-20230420110559-73b563f0c15b
github.com/judwhite/go-svc v1.2.1
gopkg.in/natefinch/lumberjack.v2 v2.0.0
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ github.com/go-gost/relay v0.4.0 h1:zSOqJqnwV63oRiQ6fuurDYvehAVi3PizzFeE1gT+qo4=
github.com/go-gost/relay v0.4.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-20230418125256-32c8188351a2 h1:KpKlvgDS/LzDpeLnWiqz5jOolBLLuDTmxUhZ2QIFuUY=
github.com/go-gost/x v0.0.0-20230418125256-32c8188351a2/go.mod h1:JPmqhcoC0mbWtIm+4N6du5w2KUaST4Wfez6J4bP+MDQ=
github.com/go-gost/x v0.0.0-20230420110559-73b563f0c15b h1:FO+m/CrHn2AaT58ZpMzbvwzh/hCiF0hzu1jeaIBqxKo=
github.com/go-gost/x v0.0.0-20230420110559-73b563f0c15b/go.mod h1:JPmqhcoC0mbWtIm+4N6du5w2KUaST4Wfez6J4bP+MDQ=
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=
Expand Down

0 comments on commit 4b6d6e7

Please sign in to comment.