Skip to content

fix: update vulnerable dependency golang.org/x/net to v0.33.0 #125

fix: update vulnerable dependency golang.org/x/net to v0.33.0

fix: update vulnerable dependency golang.org/x/net to v0.33.0 #125

Re-run triggered December 30, 2024 07:12
Status Success
Total duration 37s
Artifacts

reviewdog.yml

on: pull_request
runner / golangci-lint
26s
runner / golangci-lint
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 2 warnings
runner / golangci-lint: examples/zinx_async_op/router/login.go#L8
[golangci] reported by reviewdog 🐶 "github.com/aceld/zinx/examples/zinx_async_op/db_model" imported and not used (typecheck) Raw Output: examples/zinx_async_op/router/login.go:8:2: "github.com/aceld/zinx/examples/zinx_async_op/db_model" imported and not used (typecheck) "github.com/aceld/zinx/examples/zinx_async_op/db_model" ^
runner / golangci-lint: examples/zinx_heartbeat/client/client.go#L42
[golangci] reported by reviewdog 🐶 cannot use &myClientHeartBeatRouter{} (value of type *myClientHeartBeatRouter) as ziface.IRouter value in struct literal: *myClientHeartBeatRouter does not implement ziface.IRouter (missing method PostHandle) (typecheck) Raw Output: examples/zinx_heartbeat/client/client.go:42:21: cannot use &myClientHeartBeatRouter{} (value of type *myClientHeartBeatRouter) as ziface.IRouter value in struct literal: *myClientHeartBeatRouter does not implement ziface.IRouter (missing method PostHandle) (typecheck) Router: &myClientHeartBeatRouter{}, ^
runner / golangci-lint: examples/zinx_heartbeat/server/server.go#L42
[golangci] reported by reviewdog 🐶 cannot use &myHeartBeatRouter{} (value of type *myHeartBeatRouter) as ziface.IRouter value in struct literal: *myHeartBeatRouter does not implement ziface.IRouter (missing method PostHandle) (typecheck) Raw Output: examples/zinx_heartbeat/server/server.go:42:21: cannot use &myHeartBeatRouter{} (value of type *myHeartBeatRouter) as ziface.IRouter value in struct literal: *myHeartBeatRouter does not implement ziface.IRouter (missing method PostHandle) (typecheck) Router: &myHeartBeatRouter{}, ^
runner / golangci-lint: examples/zinx_kcp/client/kcp_client.go#L16
[golangci] reported by reviewdog 🐶 undefined: kcp (typecheck) Raw Output: examples/zinx_kcp/client/kcp_client.go:16:15: undefined: kcp (typecheck) conn, err := kcp.Dial("127.0.0.1:7777") ^
runner / golangci-lint: znet/kcp_connection.go#L28
[golangci] reported by reviewdog 🐶 undefined: kcp (typecheck) Raw Output: znet/kcp_connection.go:28:8: undefined: kcp (typecheck) conn *kcp.UDPSession ^
runner / golangci-lint: znet/kcp_connection.go#L124
[golangci] reported by reviewdog 🐶 undefined: kcp (typecheck) Raw Output: znet/kcp_connection.go:124:52: undefined: kcp (typecheck) func newKcpServerConn(server ziface.IServer, conn *kcp.UDPSession, connID uint64) ziface.IConnection { ^
runner / golangci-lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
runner / golangci-lint
Input 'fail_on_error' has been deprecated with message: Deprecated, use `fail_level` instead.