|
1 | 1 | module github.com/aws-observability/aws-otel-collector |
2 | 2 |
|
3 | | -go 1.22.7 |
| 3 | +go 1.23.0 |
| 4 | + |
| 5 | +toolchain go1.23.2 |
4 | 6 |
|
5 | 7 | require ( |
6 | 8 | github.com/open-telemetry/opentelemetry-collector-contrib/confmap/provider/s3provider v0.117.0 |
@@ -70,7 +72,7 @@ require ( |
70 | 72 | go.opentelemetry.io/collector/receiver/otlpreceiver v0.117.0 |
71 | 73 | go.uber.org/multierr v1.11.0 |
72 | 74 | go.uber.org/zap v1.27.0 |
73 | | - golang.org/x/sys v0.29.0 |
| 75 | + golang.org/x/sys v0.31.0 |
74 | 76 | gopkg.in/natefinch/lumberjack.v2 v2.2.1 |
75 | 77 | ) |
76 | 78 |
|
@@ -247,7 +249,7 @@ require ( |
247 | 249 | github.com/godbus/dbus/v5 v5.1.0 // indirect |
248 | 250 | github.com/gogo/googleapis v1.4.1 // indirect |
249 | 251 | github.com/gogo/protobuf v1.3.2 // indirect |
250 | | - github.com/golang-jwt/jwt/v5 v5.2.1 // indirect |
| 252 | + github.com/golang-jwt/jwt/v5 v5.2.2 // indirect |
251 | 253 | github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect |
252 | 254 | github.com/golang/mock v1.6.0 // indirect |
253 | 255 | github.com/golang/protobuf v1.5.4 // indirect |
@@ -492,14 +494,14 @@ require ( |
492 | 494 | go.uber.org/atomic v1.11.0 // indirect |
493 | 495 | go.uber.org/dig v1.18.0 // indirect |
494 | 496 | go.uber.org/fx v1.22.2 // indirect |
495 | | - golang.org/x/crypto v0.32.0 // indirect |
| 497 | + golang.org/x/crypto v0.36.0 // indirect |
496 | 498 | golang.org/x/exp v0.0.0-20241210194714-1829a127f884 // indirect |
497 | 499 | golang.org/x/mod v0.22.0 // indirect |
498 | | - golang.org/x/net v0.34.0 // indirect |
| 500 | + golang.org/x/net v0.38.0 // indirect |
499 | 501 | golang.org/x/oauth2 v0.24.0 // indirect |
500 | | - golang.org/x/sync v0.10.0 // indirect |
501 | | - golang.org/x/term v0.28.0 // indirect |
502 | | - golang.org/x/text v0.21.0 // indirect |
| 502 | + golang.org/x/sync v0.12.0 // indirect |
| 503 | + golang.org/x/term v0.30.0 // indirect |
| 504 | + golang.org/x/text v0.23.0 // indirect |
503 | 505 | golang.org/x/time v0.7.0 // indirect |
504 | 506 | golang.org/x/tools v0.28.0 // indirect |
505 | 507 | gonum.org/v1/gonum v0.15.1 // indirect |
|
0 commit comments