Provisioning: Bump nanogit library for performance improvemnents (#107026)
* Bump nanogit library This version of nanogit will be optimized for performance, specially for bulk writes. It will store packfiles in a temporary file if there are too many and clean up after push or when the writer is removed. * Format code in nanogit/git.go
This commit is contained in:
@@ -96,7 +96,7 @@ require (
|
||||
github.com/grafana/grafana-openapi-client-go v0.0.0-20231213163343-bd475d63fb79 // @grafana/grafana-backend-group
|
||||
github.com/grafana/grafana-plugin-sdk-go v0.277.0 // @grafana/plugins-platform-backend
|
||||
github.com/grafana/loki/v3 v3.2.1 // @grafana/observability-logs
|
||||
github.com/grafana/nanogit v0.0.0-20250618132810-4154a220824f // @grafana-app-platform-squad
|
||||
github.com/grafana/nanogit v0.0.0-20250619160700-ebf70d342aa5 // @grafana-app-platform-squad
|
||||
github.com/grafana/otel-profiling-go v0.5.1 // @grafana/grafana-backend-group
|
||||
github.com/grafana/pyroscope-go/godeltaprof v0.1.8 // @grafana/observability-traces-and-profiling
|
||||
github.com/grafana/pyroscope/api v1.2.1-0.20250415190842-3ff7247547ae // @grafana/observability-traces-and-profiling
|
||||
|
||||
Reference in New Issue
Block a user