feat(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 (#1579) #1848
Annotations
10 errors
lint:
internal/api/msg.go#L318
shadow: declaration of "err" shadows declaration at line 313 (govet)
|
lint:
internal/msggateway/client.go#L79
func `newClient` is unused (unused)
|
lint:
internal/msggateway/long_conn.go#L111
S1008: should use 'return d.conn == nil' instead of 'if d.conn != nil { return false }; return true' (gosimple)
|
lint:
internal/msggateway/n_ws_server.go#L66
var `bufferPool` is unused (unused)
|
lint:
internal/msggateway/user_map.go#L61
copylocks: call of log.ZDebug copies lock value: github.com/openimsdk/open-im-server/v3/internal/msggateway.Client contains sync/atomic.Bool contains sync/atomic.noCopy (govet)
|
lint:
internal/msggateway/user_map.go#L66
copylocks: call of log.ZDebug copies lock value: github.com/openimsdk/open-im-server/v3/internal/msggateway.Client contains sync/atomic.Bool contains sync/atomic.noCopy (govet)
|
lint:
internal/msgtransfer/init.go#L55
shadow: declaration of "err" shadows declaration at line 47 (govet)
|
lint:
internal/msgtransfer/online_history_msg_handler.go#L76
field `singleMsgSuccessCount` is unused (unused)
|
lint:
internal/msgtransfer/online_history_msg_handler.go#L77
field `singleMsgFailedCount` is unused (unused)
|
lint:
internal/msgtransfer/online_history_msg_handler.go#L78
field `singleMsgSuccessCountMutex` is unused (unused)
|