Update dependencies #52
Annotations
5 errors and 1 warning
Build:
cipher/method_none.go#L35
cannot use &noneConn{…} (value of type *noneConn) as net.Conn value in return statement: *noneConn does not implement net.Conn (missing method Close) (typecheck)
|
Build:
shadowstream/method.go#L145
cannot use ssConn (variable of type *clientConn) as net.Conn value in return statement: *clientConn does not implement net.Conn (missing method Close) (typecheck)
|
Build:
shadowstream/method.go#L149
cannot use &clientConn{…} (value of type *clientConn) as net.Conn value in return statement: *clientConn does not implement net.Conn (missing method Close) (typecheck)
|
Build:
shadowstream/method.go#L277
c.ReadBuffer undefined (type *clientPacketConn has no field or method ReadBuffer) (typecheck)
|
Build
issues found
|
Build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|