grafana/go.work

37 lines
989 B
Plaintext
Raw Permalink Normal View History

go 1.24.6
// 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.
use (
. // skip:golangci-lint
2025-01-21 19:31:33 +08:00
./apps/advisor
./apps/alerting/alertenrichment
./apps/alerting/notifications
./apps/alerting/rules
./apps/correlations
./apps/dashboard
./apps/folder
./apps/iam
./apps/investigations
./apps/playlist
2025-08-07 01:09:10 +08:00
./apps/plugins
./apps/preferences
./apps/provisioning
./apps/secret
2025-08-04 20:12:12 +08:00
./apps/shorturl
2024-08-14 03:28:17 +08:00
./pkg/aggregator
./pkg/apimachinery
./pkg/apiserver
./pkg/build
./pkg/build/wire // skip:golangci-lint
./pkg/codegen
./pkg/plugins/codegen
./pkg/promlib
2024-08-02 20:35:18 +08:00
./pkg/semconv
)
replace github.com/prometheus/alertmanager => github.com/grafana/prometheus-alertmanager v0.25.1-0.20250911094103-5456b6e45604
replace github.com/crewjam/saml => github.com/grafana/saml v0.4.15-0.20240917091248-ae3bbdad8a56