Bump golang.org/x/crypto from 0.24.0 to 0.27.0 #66
Annotations
10 errors and 5 warnings
Run linter:
main.go#L13
import 'github.com/prometheus/client_golang/prometheus' is not allowed from list 'Main' (depguard)
|
Run linter:
main.go#L14
import 'github.com/prometheus/client_golang/prometheus/promhttp' is not allowed from list 'Main' (depguard)
|
Run linter:
metrics.go#L4
import 'github.com/prometheus/client_golang/prometheus' is not allowed from list 'Main' (depguard)
|
Run linter:
client_test.go#L10
import 'github.com/stretchr/testify/assert' is not allowed from list 'Main' (depguard)
|
Run linter:
http_test.go#L14
import 'github.com/prometheus/client_golang/prometheus' is not allowed from list 'Main' (depguard)
|
Run linter:
http_test.go#L15
import 'github.com/prometheus/client_golang/prometheus/promhttp' is not allowed from list 'Main' (depguard)
|
Run linter:
http_test.go#L16
import 'github.com/stretchr/testify/assert' is not allowed from list 'Main' (depguard)
|
Run linter:
http_test.go#L17
import 'github.com/stretchr/testify/require' is not allowed from list 'Main' (depguard)
|
Run linter:
keys_test.go#L6
import 'github.com/stretchr/testify/assert' is not allowed from list 'Main' (depguard)
|
Run linter:
http.go#L55
do not define dynamic errors, use wrapped static errors instead: "errors.New(\"host missing in request URI\")" (err113)
|
The following actions use a deprecated Node.js version and will be forced to run on node20: golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run linter:
proxy.go#L57
unused-parameter: parameter 'network' seems to be unused, consider removing or renaming it as _ (revive)
|
Run linter:
http_test.go#L52
unused-parameter: parameter 'c' seems to be unused, consider removing or renaming it as _ (revive)
|
Run linter:
http_test.go#L81
unused-parameter: parameter 'hostname' seems to be unused, consider removing or renaming it as _ (revive)
|
Setup Go
Restore cache failed: Dependencies file is not found in /home/runner/work/http-over-ssh/http-over-ssh. Supported file pattern: go.sum
|
Loading