Commit 1ab951c 1 parent f125c99 commit 1ab951c Copy full SHA for 1ab951c
File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ require (
7
7
github.com/shurcooL/githubv4 v0.0.0-20230424031643-6cea62ecd5a9
8
8
github.com/stretchr/testify v1.8.4
9
9
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.48.0
10
- go.opentelemetry.io/otel v1.23.1
11
- go.opentelemetry.io/otel/trace v1.23.1
10
+ go.opentelemetry.io/otel v1.24.0
11
+ go.opentelemetry.io/otel/trace v1.24.0
12
12
golang.org/x/oauth2 v0.17.0
13
13
)
14
14
@@ -21,7 +21,7 @@ require (
21
21
github.com/pmezard/go-difflib v1.0.0 // indirect
22
22
github.com/shurcooL/graphql v0.0.0-20220606043923-3cf50f8a0a29 // indirect
23
23
github.com/stretchr/objx v0.5.0 // indirect
24
- go.opentelemetry.io/otel/metric v1.23.1 // indirect
24
+ go.opentelemetry.io/otel/metric v1.24.0 // indirect
25
25
golang.org/x/net v0.21.0 // indirect
26
26
google.golang.org/appengine v1.6.7 // indirect
27
27
google.golang.org/protobuf v1.31.0 // indirect
Original file line number Diff line number Diff line change @@ -32,12 +32,12 @@ github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcU
32
32
github.com/stretchr/testify v1.8.4 /go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo =
33
33
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.48.0 h1:doUP+ExOpH3spVTLS0FcWGLnQrPct/hD/bCPbDRUEAU =
34
34
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.48.0 /go.mod h1:rdENBZMT2OE6Ne/KLwpiXudnAsbdrdBaqBvTN8M8BgA =
35
- go.opentelemetry.io/otel v1.23.1 h1:Za4UzOqJYS+MUczKI320AtqZHZb7EqxO00jAHE0jmQY =
36
- go.opentelemetry.io/otel v1.23.1 /go.mod h1:Td0134eafDLcTS4y+zQ26GE8u3dEuRBiBCTUIRHaikA =
37
- go.opentelemetry.io/otel/metric v1.23.1 h1:PQJmqJ9u2QaJLBOELl1cxIdPcpbwzbkjfEyelTl2rlo =
38
- go.opentelemetry.io/otel/metric v1.23.1 /go.mod h1:mpG2QPlAfnK8yNhNJAxDZruU9Y1/HubbC+KyH8FaCWI =
39
- go.opentelemetry.io/otel/trace v1.23.1 h1:4LrmmEd8AU2rFvU1zegmvqW7+kWarxtNOPyeL6HmYY8 =
40
- go.opentelemetry.io/otel/trace v1.23.1 /go.mod h1:4IpnpJFwr1mo/6HL8XIPJaE9y0+u1KcVmuW7dwFSVrI =
35
+ go.opentelemetry.io/otel v1.24.0 h1:0LAOdjNmQeSTzGBzduGe/rU4tZhMwL5rWgtp9Ku5Jfo =
36
+ go.opentelemetry.io/otel v1.24.0 /go.mod h1:W7b9Ozg4nkF5tWI5zsXkaKKDjdVjpD4oAt9Qi/MArHo =
37
+ go.opentelemetry.io/otel/metric v1.24.0 h1:6EhoGWWK28x1fbpA4tYTOWBkPefTDQnb8WSGXlc88kI =
38
+ go.opentelemetry.io/otel/metric v1.24.0 /go.mod h1:VYhLe1rFfxuTXLgj4CBiyz+9WYBA8pNGJgDcSFRKBco =
39
+ go.opentelemetry.io/otel/trace v1.24.0 h1:CsKnnL4dUAr/0llH9FKuc698G04IrpWV0MQA/Y1YELI =
40
+ go.opentelemetry.io/otel/trace v1.24.0 /go.mod h1:HPc3Xr/cOApsBI154IU0OI0HJexz+aw5uPdbs3UCjNU =
41
41
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 /go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w =
42
42
golang.org/x/net v0.0.0-20190603091049-60506f45cf65 /go.mod h1:HSz+uSET+XFnRR8LxR5pz3Of3rY3CfYBVs4xY44aLks =
43
43
golang.org/x/net v0.21.0 h1:AQyQV4dYCvJ7vGmJyKki9+PBdyvhkSd8EIx/qb0AYv4 =
You can’t perform that action at this time.
0 commit comments