File tree Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 11module client
22
33go 1.21
4+ toolchain go1.22.5
45
56require (
67 github.com/scalyr/dataset-go v0.0.0
7- go.opentelemetry.io/otel v1.29 .0
8+ go.opentelemetry.io/otel v1.31 .0
89 go.uber.org/zap v1.27.0
910)
1011
@@ -13,8 +14,8 @@ require (
1314 github.com/go-logr/logr v1.4.2 // indirect
1415 github.com/go-logr/stdr v1.2.2 // indirect
1516 github.com/google/uuid v1.6.0 // indirect
16- go.opentelemetry.io/otel/metric v1.29 .0 // indirect
17- go.opentelemetry.io/otel/trace v1.29 .0 // indirect
17+ go.opentelemetry.io/otel/metric v1.31 .0 // indirect
18+ go.opentelemetry.io/otel/trace v1.31 .0 // indirect
1819 go.uber.org/multierr v1.10.0 // indirect
1920 golang.org/x/exp v0.0.0-20230626212559-97b1e661b5df // indirect
2021)
Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
1515github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
1616github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg =
1717github.com/stretchr/testify v1.9.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
18- go.opentelemetry.io/otel v1.29 .0 h1:PdomN/Al4q/lN6iBJEN3AwPvUiHPMlt93c8bqTG5Llw =
19- go.opentelemetry.io/otel v1.29 .0 /go.mod h1:N/WtXPs1CNCUEx+Agz5uouwCba+i+bJGFicT8SR4NP8 =
20- go.opentelemetry.io/otel/metric v1.29 .0 h1:vPf/HFWTNkPu1aYeIsc98l4ktOQaL6LeSoeV2g+8YLc =
21- go.opentelemetry.io/otel/metric v1.29 .0 /go.mod h1:auu/QWieFVWx+DmQOUMgj0F8LHWdgalxXqvp7BII/W8 =
22- go.opentelemetry.io/otel/trace v1.29 .0 h1:J/8ZNK4XgR7a21DZUAsbF8pZ5Jcw1VhACmnYt39JTi4 =
23- go.opentelemetry.io/otel/trace v1.29 .0 /go.mod h1:eHl3w0sp3paPkYstJOmAimxhiFXPg+MMTlEh3nsQgWQ =
18+ go.opentelemetry.io/otel v1.31 .0 h1:NsJcKPIW0D0H3NgzPDHmo0WW6SptzPdqg/L1zsIm2hY =
19+ go.opentelemetry.io/otel v1.31 .0 /go.mod h1:O0C14Yl9FgkjqcCZAsE053C13OaddMYr/hz6clDkEJE =
20+ go.opentelemetry.io/otel/metric v1.31 .0 h1:FSErL0ATQAmYHUIzSezZibnyVlft1ybhy4ozRPcF2fE =
21+ go.opentelemetry.io/otel/metric v1.31 .0 /go.mod h1:C3dEloVbLuYoX41KpmAhOqNriGbA+qqH6PQ5E5mUfnY =
22+ go.opentelemetry.io/otel/trace v1.31 .0 h1:ffjsj1aRouKewfr85U2aGagJ46+MvodynlQ1HYdmJys =
23+ go.opentelemetry.io/otel/trace v1.31 .0 /go.mod h1:TXZkRk7SM2ZQLtR6eoAWQFIHPvzQ06FJAsO1tJg480A =
2424go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto =
2525go.uber.org/goleak v1.3.0 /go.mod h1:CoHD4mav9JJNrW/WLlf7HGZPjdw8EucARQHekz1X6bE =
2626go.uber.org/multierr v1.10.0 h1:S0h4aNzvfcFsC3dRF1jLoaov7oRaKqRGC/pUEJ2yvPQ =
You can’t perform that action at this time.
0 commit comments