mirror of
https://github.com/prometheus/prometheus.git
synced 2026-02-03 20:39:32 -05: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>
8 lines
119 B
Text
8 lines
119 B
Text
go 1.24.9
|
|
|
|
use (
|
|
.
|
|
./documentation/examples/remote_storage
|
|
./internal/tools
|
|
./web/ui/mantine-ui/src/promql/tools
|
|
)
|