File tree Expand file tree Collapse file tree 4 files changed +18
-18
lines changed
Expand file tree Collapse file tree 4 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ require (
2222 github.com/hashicorp/terraform-plugin-log v0.9.0
2323 github.com/mitchellh/go-homedir v1.1.0
2424 go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws v0.54.0
25- go.opentelemetry.io/otel v1.29 .0
25+ go.opentelemetry.io/otel v1.30 .0
2626 golang.org/x/net v0.28.0
2727 golang.org/x/text v0.18.0
2828)
@@ -47,8 +47,8 @@ require (
4747 github.com/mattn/go-colorable v0.1.13 // indirect
4848 github.com/mattn/go-isatty v0.0.20 // indirect
4949 github.com/mitchellh/go-testing-interface v1.14.1 // indirect
50- go.opentelemetry.io/otel/metric v1.29 .0 // indirect
51- go.opentelemetry.io/otel/trace v1.29 .0 // indirect
50+ go.opentelemetry.io/otel/metric v1.30 .0 // indirect
51+ go.opentelemetry.io/otel/trace v1.30 .0 // indirect
5252 golang.org/x/sys v0.25.0 // indirect
5353 gopkg.in/yaml.v2 v2.4.0 // indirect
5454)
Original file line number Diff line number Diff line change @@ -89,12 +89,12 @@ github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsT
8989github.com/stretchr/testify v1.9.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
9090go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws v0.54.0 h1:By10h8DrrjRcZjy10wBEkRdwhe4kOFuNTfprm8RXQQk =
9191go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws v0.54.0 /go.mod h1:EtfcBqee4PFJSl+TXvfhg8ADvLWGFXwwX7SYNHG/VGM =
92- go.opentelemetry.io/otel v1.29 .0 h1:PdomN/Al4q/lN6iBJEN3AwPvUiHPMlt93c8bqTG5Llw =
93- go.opentelemetry.io/otel v1.29 .0 /go.mod h1:N/WtXPs1CNCUEx+Agz5uouwCba+i+bJGFicT8SR4NP8 =
94- go.opentelemetry.io/otel/metric v1.29 .0 h1:vPf/HFWTNkPu1aYeIsc98l4ktOQaL6LeSoeV2g+8YLc =
95- go.opentelemetry.io/otel/metric v1.29 .0 /go.mod h1:auu/QWieFVWx+DmQOUMgj0F8LHWdgalxXqvp7BII/W8 =
96- go.opentelemetry.io/otel/trace v1.29 .0 h1:J/8ZNK4XgR7a21DZUAsbF8pZ5Jcw1VhACmnYt39JTi4 =
97- go.opentelemetry.io/otel/trace v1.29 .0 /go.mod h1:eHl3w0sp3paPkYstJOmAimxhiFXPg+MMTlEh3nsQgWQ =
92+ go.opentelemetry.io/otel v1.30 .0 h1:F2t8sK4qf1fAmY9ua4ohFS/K+FUuOPemHUIXHtktrts =
93+ go.opentelemetry.io/otel v1.30 .0 /go.mod h1:tFw4Br9b7fOS+uEao81PJjVMjW/5fvNCbpsDIXqP0pc =
94+ go.opentelemetry.io/otel/metric v1.30 .0 h1:4xNulvn9gjzo4hjg+wzIKG7iNFEaBMX00Qd4QIZs7+w =
95+ go.opentelemetry.io/otel/metric v1.30 .0 /go.mod h1:aXTfST94tswhWEb+5QjlSqG+cZlmyXy/u8jFpor3WqQ =
96+ go.opentelemetry.io/otel/trace v1.30 .0 h1:7UBkkYzeg3C7kQX8VAidWh2biiQbtAKjyIML8dQ9wmc =
97+ go.opentelemetry.io/otel/trace v1.30 .0 /go.mod h1:5EyKqTzzmyqB9bwtCCq6pDLktPK6fmGf/Dph+8VI02o =
9898golang.org/x/net v0.28.0 h1:a9JDOJc5GMUJ0+UDqmLT86WiEy7iWyIhz8gz8E4e5hE =
9999golang.org/x/net v0.28.0 /go.mod h1:yqtgsTWOOnlGLG9GFRrK3++bGOUEkNBoHZc8MEDWPNg =
100100golang.org/x/sys v0.0.0-20200116001909-b77594299b42 /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ require (
1616 github.com/hashicorp/go-cleanhttp v0.5.2
1717 github.com/hashicorp/terraform-plugin-log v0.9.0
1818 go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws v0.54.0
19- go.opentelemetry.io/otel v1.29 .0
19+ go.opentelemetry.io/otel v1.30 .0
2020)
2121
2222require (
@@ -48,8 +48,8 @@ require (
4848 github.com/mattn/go-isatty v0.0.20 // indirect
4949 github.com/mitchellh/go-homedir v1.1.0 // indirect
5050 github.com/mitchellh/go-testing-interface v1.14.1 // indirect
51- go.opentelemetry.io/otel/metric v1.29 .0 // indirect
52- go.opentelemetry.io/otel/trace v1.29 .0 // indirect
51+ go.opentelemetry.io/otel/metric v1.30 .0 // indirect
52+ go.opentelemetry.io/otel/trace v1.30 .0 // indirect
5353 golang.org/x/net v0.28.0 // indirect
5454 golang.org/x/sys v0.25.0 // indirect
5555 golang.org/x/text v0.18.0 // indirect
Original file line number Diff line number Diff line change @@ -93,12 +93,12 @@ github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsT
9393github.com/stretchr/testify v1.9.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
9494go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws v0.54.0 h1:By10h8DrrjRcZjy10wBEkRdwhe4kOFuNTfprm8RXQQk =
9595go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws v0.54.0 /go.mod h1:EtfcBqee4PFJSl+TXvfhg8ADvLWGFXwwX7SYNHG/VGM =
96- go.opentelemetry.io/otel v1.29 .0 h1:PdomN/Al4q/lN6iBJEN3AwPvUiHPMlt93c8bqTG5Llw =
97- go.opentelemetry.io/otel v1.29 .0 /go.mod h1:N/WtXPs1CNCUEx+Agz5uouwCba+i+bJGFicT8SR4NP8 =
98- go.opentelemetry.io/otel/metric v1.29 .0 h1:vPf/HFWTNkPu1aYeIsc98l4ktOQaL6LeSoeV2g+8YLc =
99- go.opentelemetry.io/otel/metric v1.29 .0 /go.mod h1:auu/QWieFVWx+DmQOUMgj0F8LHWdgalxXqvp7BII/W8 =
100- go.opentelemetry.io/otel/trace v1.29 .0 h1:J/8ZNK4XgR7a21DZUAsbF8pZ5Jcw1VhACmnYt39JTi4 =
101- go.opentelemetry.io/otel/trace v1.29 .0 /go.mod h1:eHl3w0sp3paPkYstJOmAimxhiFXPg+MMTlEh3nsQgWQ =
96+ go.opentelemetry.io/otel v1.30 .0 h1:F2t8sK4qf1fAmY9ua4ohFS/K+FUuOPemHUIXHtktrts =
97+ go.opentelemetry.io/otel v1.30 .0 /go.mod h1:tFw4Br9b7fOS+uEao81PJjVMjW/5fvNCbpsDIXqP0pc =
98+ go.opentelemetry.io/otel/metric v1.30 .0 h1:4xNulvn9gjzo4hjg+wzIKG7iNFEaBMX00Qd4QIZs7+w =
99+ go.opentelemetry.io/otel/metric v1.30 .0 /go.mod h1:aXTfST94tswhWEb+5QjlSqG+cZlmyXy/u8jFpor3WqQ =
100+ go.opentelemetry.io/otel/trace v1.30 .0 h1:7UBkkYzeg3C7kQX8VAidWh2biiQbtAKjyIML8dQ9wmc =
101+ go.opentelemetry.io/otel/trace v1.30 .0 /go.mod h1:5EyKqTzzmyqB9bwtCCq6pDLktPK6fmGf/Dph+8VI02o =
102102golang.org/x/net v0.28.0 h1:a9JDOJc5GMUJ0+UDqmLT86WiEy7iWyIhz8gz8E4e5hE =
103103golang.org/x/net v0.28.0 /go.mod h1:yqtgsTWOOnlGLG9GFRrK3++bGOUEkNBoHZc8MEDWPNg =
104104golang.org/x/sys v0.0.0-20200116001909-b77594299b42 /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
You can’t perform that action at this time.
0 commit comments