File tree Expand file tree Collapse file tree 2 files changed +6
-9
lines changed
Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ require (
1414 github.com/hashicorp/go-cleanhttp v0.5.2
1515 github.com/hashicorp/terraform-plugin-log v0.9.0
1616 go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws v0.48.0
17- go.opentelemetry.io/otel v1.23.0
17+ go.opentelemetry.io/otel v1.23.1
1818)
1919
2020require (
@@ -46,8 +46,8 @@ require (
4646 github.com/mattn/go-isatty v0.0.17 // indirect
4747 github.com/mitchellh/go-homedir v1.1.0 // indirect
4848 github.com/mitchellh/go-testing-interface v1.14.1 // indirect
49- go.opentelemetry.io/otel/metric v1.23.0 // indirect
50- go.opentelemetry.io/otel/trace v1.23.0 // indirect
49+ go.opentelemetry.io/otel/metric v1.23.1 // indirect
50+ go.opentelemetry.io/otel/trace v1.23.1 // indirect
5151 golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
5252 golang.org/x/net v0.21.0 // indirect
5353 golang.org/x/sys v0.17.0 // indirect
Original file line number Diff line number Diff line change @@ -92,12 +92,9 @@ github.com/stretchr/testify v1.7.2/go.mod h1:R6va5+xMeoiuVRoj+gSkQ7d3FALtqAAGI1F
9292github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk =
9393go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws v0.48.0 h1:7Mx68klO1Tyu3gu3ltrXcgSXLkFMoX56t0TdBHbESU8 =
9494go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws v0.48.0 /go.mod h1:iRYXMDLG+Ynr+fdCOsygFUVZg+JOx4Vk4IJxOrnMXZQ =
95- go.opentelemetry.io/otel v1.23.0 h1:Df0pqjqExIywbMCMTxkAwzjLZtRf+bBKLbUcpxO2C9E =
96- go.opentelemetry.io/otel v1.23.0 /go.mod h1:YCycw9ZeKhcJFrb34iVSkyT0iczq/zYDtZYFufObyB0 =
97- go.opentelemetry.io/otel/metric v1.23.0 h1:pazkx7ss4LFVVYSxYew7L5I6qvLXHA0Ap2pwV+9Cnpo =
98- go.opentelemetry.io/otel/metric v1.23.0 /go.mod h1:MqUW2X2a6Q8RN96E2/nqNoT+z9BSms20Jb7Bbp+HiTo =
99- go.opentelemetry.io/otel/trace v1.23.0 h1:37Ik5Ib7xfYVb4V1UtnT97T1jI+AoIYkJyPkuL4iJgI =
100- go.opentelemetry.io/otel/trace v1.23.0 /go.mod h1:GSGTbIClEsuZrGIzoEHqsVfxgn5UkggkflQwDScNUsk =
95+ go.opentelemetry.io/otel v1.23.1 h1:Za4UzOqJYS+MUczKI320AtqZHZb7EqxO00jAHE0jmQY =
96+ go.opentelemetry.io/otel/metric v1.23.1 h1:PQJmqJ9u2QaJLBOELl1cxIdPcpbwzbkjfEyelTl2rlo =
97+ go.opentelemetry.io/otel/trace v1.23.1 h1:4LrmmEd8AU2rFvU1zegmvqW7+kWarxtNOPyeL6HmYY8 =
10198golang.org/x/exp v0.0.0-20230905200255-921286631fa9 h1:GoHiUyI/Tp2nVkLI2mCxVkOjsbSXD66ic0XW0js0R9g =
10299golang.org/x/exp v0.0.0-20230905200255-921286631fa9 /go.mod h1:S2oDrQGGwySpoQPVqRShND87VCbxmc6bL1Yd2oYrm6k =
103100golang.org/x/net v0.21.0 h1:AQyQV4dYCvJ7vGmJyKki9+PBdyvhkSd8EIx/qb0AYv4 =
You can’t perform that action at this time.
0 commit comments