2025-08-07 16:27:01 +08:00
|
|
|
go 1.24.6
|
2024-02-23 21:54:24 +08:00
|
|
|
|
2024-08-09 04:51:17 +08:00
|
|
|
// The `skip:golangci-lint` comment tag is used to exclude the package from the `golangci-lint` GitHub Action.
|
|
|
|
// The module at the root of the repo (`.`) is excluded because ./pkg/... is included manually in the `golangci-lint` configuration.
|
|
|
|
|
2024-02-23 21:54:24 +08:00
|
|
|
use (
|
2024-08-09 04:51:17 +08:00
|
|
|
. // skip:golangci-lint
|
2025-01-21 19:31:33 +08:00
|
|
|
./apps/advisor
|
2025-09-02 19:33:54 +08:00
|
|
|
./apps/alerting/alertenrichment
|
2024-12-09 23:29:05 +08:00
|
|
|
./apps/alerting/notifications
|
2025-08-01 06:31:57 +08:00
|
|
|
./apps/alerting/rules
|
2025-09-17 21:07:45 +08:00
|
|
|
./apps/correlations
|
2025-03-13 17:05:01 +08:00
|
|
|
./apps/dashboard
|
2025-04-15 04:20:10 +08:00
|
|
|
./apps/folder
|
2025-05-21 20:47:44 +08:00
|
|
|
./apps/iam
|
2025-02-18 02:19:22 +08:00
|
|
|
./apps/investigations
|
2024-09-14 04:27:40 +08:00
|
|
|
./apps/playlist
|
2025-08-07 01:09:10 +08:00
|
|
|
./apps/plugins
|
2025-08-26 19:30:15 +08:00
|
|
|
./apps/preferences
|
2025-08-02 03:35:18 +08:00
|
|
|
./apps/provisioning
|
2025-07-11 19:42:46 +08:00
|
|
|
./apps/secret
|
2025-08-04 20:12:12 +08:00
|
|
|
./apps/shorturl
|
2024-08-14 03:28:17 +08:00
|
|
|
./pkg/aggregator
|
2024-02-24 04:15:43 +08:00
|
|
|
./pkg/apimachinery
|
|
|
|
./pkg/apiserver
|
2024-06-15 00:35:30 +08:00
|
|
|
./pkg/build
|
2024-08-09 04:51:17 +08:00
|
|
|
./pkg/build/wire // skip:golangci-lint
|
2025-01-10 20:33:51 +08:00
|
|
|
./pkg/codegen
|
|
|
|
./pkg/plugins/codegen
|
2024-03-12 00:22:33 +08:00
|
|
|
./pkg/promlib
|
2024-08-02 20:35:18 +08:00
|
|
|
./pkg/semconv
|
2024-02-23 21:54:24 +08:00
|
|
|
)
|
|
|
|
|
2025-09-12 05:27:22 +08:00
|
|
|
replace github.com/prometheus/alertmanager => github.com/grafana/prometheus-alertmanager v0.25.1-0.20250911094103-5456b6e45604
|
2024-11-04 16:55:29 +08:00
|
|
|
|
|
|
|
replace github.com/crewjam/saml => github.com/grafana/saml v0.4.15-0.20240917091248-ae3bbdad8a56
|