|
1 | 1 | module github.com/grafana/alloy |
2 | 2 |
|
3 | | -go 1.25.9 |
| 3 | +go 1.26.2 |
4 | 4 |
|
5 | 5 | // This local replace is required for local development and testing of the syntax submodule. |
6 | 6 | // It is intentionally kept outside the generated block to avoid being overwritten by dependency management tools. |
@@ -90,7 +90,7 @@ require ( |
90 | 90 | github.com/hashicorp/go-multierror v1.1.1 |
91 | 91 | github.com/hashicorp/golang-lru v1.0.2 |
92 | 92 | github.com/hashicorp/golang-lru/v2 v2.0.7 |
93 | | - github.com/hashicorp/vault/api v1.22.0 |
| 93 | + github.com/hashicorp/vault/api v1.23.0 |
94 | 94 | github.com/hashicorp/vault/api/auth/approle v0.2.0 |
95 | 95 | github.com/hashicorp/vault/api/auth/aws v0.2.0 |
96 | 96 | github.com/hashicorp/vault/api/auth/azure v0.2.0 |
@@ -179,7 +179,7 @@ require ( |
179 | 179 | github.com/open-telemetry/opentelemetry-collector-contrib/receiver/tcplogreceiver v0.147.0 |
180 | 180 | github.com/open-telemetry/opentelemetry-collector-contrib/receiver/vcenterreceiver v0.147.0 |
181 | 181 | github.com/open-telemetry/opentelemetry-collector-contrib/receiver/zipkinreceiver v0.147.0 |
182 | | - github.com/oracle/oracle-db-appdev-monitoring v0.0.0-20260323143131-1e9bbcecf9eb |
| 182 | + github.com/oracle/oracle-db-appdev-monitoring v0.0.0-20260413171504-7b49f3dca8a2 |
183 | 183 | github.com/ory/dockertest/v3 v3.12.0 |
184 | 184 | github.com/oschwald/geoip2-golang v1.13.0 |
185 | 185 | github.com/oschwald/maxminddb-golang v1.13.1 |
@@ -805,7 +805,7 @@ require ( |
805 | 805 | github.com/opentracing-contrib/go-stdlib v1.1.0 // indirect |
806 | 806 | github.com/opentracing/opentracing-go v1.2.1-0.20220228012449-10b1cf09e00b // indirect |
807 | 807 | github.com/openzipkin/zipkin-go v0.4.3 // indirect |
808 | | - github.com/oracle/oci-go-sdk/v65 v65.108.3 // indirect |
| 808 | + github.com/oracle/oci-go-sdk/v65 v65.109.3 // indirect |
809 | 809 | github.com/outcaste-io/ristretto v0.2.3 // indirect |
810 | 810 | github.com/ovh/go-ovh v1.9.0 // indirect |
811 | 811 | github.com/packethost/packngo v0.1.1-0.20180711074735-b9cb5096f54c // indirect |
|
0 commit comments