chore(deps): bump github.com/rs/cors from 1.8.2 to 1.11.1 #73
ci.yml
on: pull_request
Lint & Test
4m 28s
Build
1m 41s
Annotations
10 errors and 4 warnings
Lint & Test:
config/config.go#L10
import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
|
Lint & Test:
config/config.go#L11
import 'github.com/go-playground/validator/v10' is not allowed from list 'Main' (depguard)
|
Lint & Test:
config/config.go#L12
import 'github.com/rs/zerolog' is not allowed from list 'Main' (depguard)
|
Lint & Test:
config/config.go#L13
import 'github.com/spf13/viper' is not allowed from list 'Main' (depguard)
|
Lint & Test:
config/config.go#L15
import 'github.com/persistenceOne/oracle-feeder/oracle/provider' is not allowed from list 'Main' (depguard)
|
Lint & Test:
config/currency_provider_tracker.go#L11
import 'github.com/pkg/errors' is not allowed from list 'Main' (depguard)
|
Lint & Test:
config/currency_provider_tracker.go#L12
import 'github.com/rs/zerolog' is not allowed from list 'Main' (depguard)
|
Lint & Test:
config/currency_provider_tracker.go#L13
import 'github.com/tendermint/tendermint/libs/sync' is not allowed from list 'Main' (depguard)
|
Lint & Test:
oracle/client/chain_height.go#L9
import 'github.com/rs/zerolog' is not allowed from list 'Main' (depguard)
|
Lint & Test:
oracle/client/chain_height.go#L10
import 'github.com/tendermint/tendermint/rpc/client' is not allowed from list 'Main' (depguard)
|
Build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Lint & Test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3, 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/
|
Lint & Test:
router/v1/router.go#L63
unused-parameter: parameter 'req' seems to be unused, consider removing or renaming it as _ (revive)
|
Lint & Test:
router/v1/router.go#L75
unused-parameter: parameter 'req' seems to be unused, consider removing or renaming it as _ (revive)
|