PMM-13207 Upgrade go to v1 22 #238
reviewdog report
reported by reviewdog 🐶
Findings (0)
Filtered Findings (46)
client/client.go|7 col 2| import 'github.com/go-kit/log' is not allowed from list 'Main' (depguard)
client/client.go|8 col 2| import 'github.com/prometheus/client_golang/prometheus' is not allowed from list 'Main' (depguard)
client/transport.go|9 col 2| import 'github.com/go-kit/log' is not allowed from list 'Main' (depguard)
client/transport.go|10 col 2| import 'github.com/go-kit/log/level' is not allowed from list 'Main' (depguard)
client/transport.go|11 col 2| import 'github.com/prometheus/client_golang/prometheus' is not allowed from list 'Main' (depguard)
main.go|8 col 2| import 'github.com/go-kit/log' is not allowed from list 'Main' (depguard)
main.go|9 col 2| import 'github.com/go-kit/log/level' is not allowed from list 'Main' (depguard)
main.go|10 col 2| import 'github.com/prometheus/client_golang/prometheus' is not allowed from list 'Main' (depguard)
main.go|11 col 2| import 'github.com/prometheus/client_golang/prometheus/promhttp' is not allowed from list 'Main' (depguard)
main.go|12 col 2| import 'github.com/prometheus/common/promlog' is not allowed from list 'Main' (depguard)
main.go|13 col 2| import 'github.com/prometheus/common/promlog/flag' is not allowed from list 'Main' (depguard)
main.go|14 col 2| import 'github.com/prometheus/common/version' is not allowed from list 'Main' (depguard)
main.go|17 col 2| import 'github.com/percona/rds_exporter/basic' is not allowed from list 'Main' (depguard)
main.go|18 col 2| import 'github.com/percona/rds_exporter/client' is not allowed from list 'Main' (depguard)
main.go|19 col 2| import 'github.com/percona/rds_exporter/config' is not allowed from list 'Main' (depguard)
main.go|20 col 2| import 'github.com/percona/rds_exporter/enhanced' is not allowed from list 'Main' (depguard)
main.go|21 col 2| import 'github.com/percona/rds_exporter/sessions' is not allowed from list 'Main' (depguard)
basic/collector.go|9 col 2| import 'github.com/go-kit/log/level' is not allowed from list 'Main' (depguard)
basic/collector.go|12 col 2| import 'github.com/percona/rds_exporter/config' is not allowed from list 'Main' (depguard)
basic/collector.go|13 col 2| import 'github.com/percona/rds_exporter/sessions' is not allowed from list 'Main' (depguard)
basic/scraper.go|7 col 2| import 'github.com/aws/aws-sdk-go/aws' is not allowed from list 'Main' (depguard)
basic/scraper.go|8 col 2| import 'github.com/aws/aws-sdk-go/service/cloudwatch' is not allowed from list 'Main' (depguard)
basic/scraper.go|12 col 2| import 'github.com/percona/rds_exporter/config' is not allowed from list 'Main' (depguard)
basic/collector_test.go|9 col 2| import 'github.com/percona/exporter_shared/helpers' is not allowed from list 'Main' (depguard)
basic/collector_test.go|10 col 2| import 'github.com/prometheus/common/promlog' is not allowed from list 'Main' (depguard)
basic/collector_test.go|11 col 2| import 'github.com/stretchr/testify/assert' is not allowed from list 'Main' (depguard)
basic/collector_test.go|12 col 2| import 'github.com/stretchr/testify/require' is not allowed from list 'Main' (depguard)
basic/collector_test.go|14 col 2| import 'github.com/percona/rds_exporter/client' is not allowed from list 'Main' (depguard)
basic/collector_test.go|16 col 2| import 'github.com/percona/rds_exporter/sessions' is not allowed from list 'Main' (depguard)
basic/helpers_test.go|11 col 2| import 'github.com/stretchr/testify/require' is not allowed from list 'Main' (depguard)
enhanced/scraper.go|8 col 2| import 'github.com/aws/aws-sdk-go/aws' is not allowed from list 'Main' (depguard)
enhanced/scraper.go|9 col 2| import 'github.com/aws/aws-sdk-go/aws/session' is not allowed from list 'Main' (depguard)
enhanced/scraper.go|10 col 2| import 'github.com/aws/aws-sdk-go/service/cloudwatchlogs' is not allowed from list 'Main' (depguard)
enhanced/helpers_test.go|12 col 2| import 'github.com/stretchr/testify/require' is not allowed from list 'Main' (depguard)
enhanced/metrics_test.go|7 col 2| import 'github.com/percona/exporter_shared/helpers' is not allowed from list 'Main' (depguard)
enhanced/metrics_test.go|8 col 2| import 'github.com/stretchr/testify/assert' is not allowed from list 'Main' (depguard)
enhanced/scraper_test.go|11 col 2| import 'github.com/percona/exporter_shared/helpers' is not allowed from list 'Main' (depguard)
enhanced/scraper_test.go|12 col 2| import 'github.com/prometheus/common/promlog' is not allowed from list 'Main' (depguard)
enhanced/scraper_test.go|13 col 2| import 'github.com/stretchr/testify/assert' is not allowed from list 'Main' (depguard)
enhanced/scraper_test.go|16 col 2| import 'github.com/percona/rds_exporter/client' is not allowed from list 'Main' (depguard)
sessions/sessions.go|10 col 2| import 'github.com/aws/aws-sdk-go/aws' is not allowed from list 'Main' (depguard)
sessions/sessions.go|11 col 2| import 'github.com/aws/aws-sdk-go/aws/credentials' is not allowed from list 'Main' (depguard)
sessions/sessions.go|12 col 2| import 'github.com/aws/aws-sdk-go/aws/credentials/stscreds' is not allowed from list 'Main' (depguard)
sessions/sessions.go|13 col 2| import 'github.com/aws/aws-sdk-go/aws/session' is not allowed from list 'Main' (depguard)
sessions/sessions.go|14 col 2| import 'github.com/aws/aws-sdk-go/service/rds' is not allowed from list 'Main' (depguard)
sessions/sessions_test.go|9 col 2| import 'github.com/aws/aws-sdk-go/aws/session' is not allowed from list 'Main' (depguard)