Skip to content

Bump google.golang.org/grpc from 1.46.2 to 1.53.0 #268

Bump google.golang.org/grpc from 1.46.2 to 1.53.0

Bump google.golang.org/grpc from 1.46.2 to 1.53.0 #268

GitHub Actions / golangci-lint succeeded Nov 29, 2023 in 1s

reviewdog [golangci-lint] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (14)

proxysql_exporter.go|20| File is not goimports-ed (goimports)
exporter.go|25 col 2| import 'github.com/go-kit/log/level' is not allowed from list 'Main' (depguard)
exporter.go|26 col 2| import 'github.com/prometheus/client_golang/prometheus' is not allowed from list 'Main' (depguard)
proxysql_exporter.go|23 col 2| import 'github.com/go-kit/log' is not allowed from list 'Main' (depguard)
proxysql_exporter.go|24 col 2| import 'github.com/go-sql-driver/mysql' is not allowed from list 'Main' (depguard)
proxysql_exporter.go|25 col 2| import 'github.com/percona/exporter_shared' is not allowed from list 'Main' (depguard)
proxysql_exporter.go|26 col 2| import 'github.com/prometheus/client_golang/prometheus' is not allowed from list 'Main' (depguard)
proxysql_exporter.go|27 col 2| import 'github.com/prometheus/client_golang/prometheus/promhttp' is not allowed from list 'Main' (depguard)
proxysql_exporter.go|28 col 2| import 'github.com/prometheus/common/promlog' is not allowed from list 'Main' (depguard)
proxysql_exporter.go|29 col 2| import 'github.com/prometheus/common/version' is not allowed from list 'Main' (depguard)
exporter_test.go|25 col 2| import 'github.com/prometheus/client_golang/prometheus' is not allowed from list 'Main' (depguard)
exporter_test.go|26 col 2| import 'github.com/prometheus/client_model/go' is not allowed from list 'Main' (depguard)
exporter_test.go|27 col 2| import 'github.com/smartystreets/goconvey/convey' is not allowed from list 'Main' (depguard)
exporter_test.go|28 col 2| import 'github.com/stretchr/testify/assert' is not allowed from list 'Main' (depguard)