mirror of
https://github.com/prometheus/prometheus.git
synced 2026-01-13 12:41:04 +01:00
This allows nested modules to reference the root prometheus/prometheus module from the local filesystem instead of downloading versioned releases. Improves development workflow and ensures CI tests against current code. Signed-off-by: Julien Pivotto <291750+roidelapluie@users.noreply.github.com>
9 lines
119 B
Plaintext
9 lines
119 B
Plaintext
go 1.24.9
|
|
|
|
use (
|
|
.
|
|
./documentation/examples/remote_storage
|
|
./internal/tools
|
|
./web/ui/mantine-ui/src/promql/tools
|
|
)
|