mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
vendor: make vendor-update
This commit is contained in:
parent
a40c50f4fe
commit
06758650bf
30 changed files with 603 additions and 135 deletions
20
go.mod
20
go.mod
|
@ -31,7 +31,7 @@ require (
|
||||||
github.com/valyala/fasttemplate v1.2.2
|
github.com/valyala/fasttemplate v1.2.2
|
||||||
github.com/valyala/gozstd v1.17.0
|
github.com/valyala/gozstd v1.17.0
|
||||||
github.com/valyala/quicktemplate v1.7.0
|
github.com/valyala/quicktemplate v1.7.0
|
||||||
golang.org/x/net v0.2.0
|
golang.org/x/net v0.3.0
|
||||||
golang.org/x/oauth2 v0.2.0
|
golang.org/x/oauth2 v0.2.0
|
||||||
golang.org/x/sys v0.3.0
|
golang.org/x/sys v0.3.0
|
||||||
google.golang.org/api v0.103.0
|
google.golang.org/api v0.103.0
|
||||||
|
@ -40,13 +40,13 @@ require (
|
||||||
|
|
||||||
require (
|
require (
|
||||||
cloud.google.com/go v0.107.0 // indirect
|
cloud.google.com/go v0.107.0 // indirect
|
||||||
cloud.google.com/go/compute v1.13.0 // indirect
|
cloud.google.com/go/compute v1.14.0 // indirect
|
||||||
cloud.google.com/go/compute/metadata v0.2.2 // indirect
|
cloud.google.com/go/compute/metadata v0.2.2 // indirect
|
||||||
cloud.google.com/go/iam v0.7.0 // indirect
|
cloud.google.com/go/iam v0.8.0 // indirect
|
||||||
github.com/Azure/azure-sdk-for-go/sdk/internal v1.1.1 // indirect
|
github.com/Azure/azure-sdk-for-go/sdk/internal v1.1.1 // indirect
|
||||||
github.com/VividCortex/ewma v1.2.0 // indirect
|
github.com/VividCortex/ewma v1.2.0 // indirect
|
||||||
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
|
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
|
||||||
github.com/aws/aws-sdk-go v1.44.152 // indirect
|
github.com/aws/aws-sdk-go v1.44.153 // indirect
|
||||||
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.10 // indirect
|
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.10 // indirect
|
||||||
github.com/aws/aws-sdk-go-v2/credentials v1.13.4 // indirect
|
github.com/aws/aws-sdk-go-v2/credentials v1.13.4 // indirect
|
||||||
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.20 // indirect
|
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.20 // indirect
|
||||||
|
@ -102,19 +102,19 @@ require (
|
||||||
github.com/valyala/histogram v1.2.0 // indirect
|
github.com/valyala/histogram v1.2.0 // indirect
|
||||||
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
|
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
|
||||||
go.opencensus.io v0.24.0 // indirect
|
go.opencensus.io v0.24.0 // indirect
|
||||||
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.36.4 // indirect
|
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.37.0 // indirect
|
||||||
go.opentelemetry.io/otel v1.11.1 // indirect
|
go.opentelemetry.io/otel v1.11.2 // indirect
|
||||||
go.opentelemetry.io/otel/metric v0.33.0 // indirect
|
go.opentelemetry.io/otel/metric v0.34.0 // indirect
|
||||||
go.opentelemetry.io/otel/trace v1.11.1 // indirect
|
go.opentelemetry.io/otel/trace v1.11.2 // indirect
|
||||||
go.uber.org/atomic v1.10.0 // indirect
|
go.uber.org/atomic v1.10.0 // indirect
|
||||||
go.uber.org/goleak v1.2.0 // indirect
|
go.uber.org/goleak v1.2.0 // indirect
|
||||||
golang.org/x/exp v0.0.0-20221204150635-6dcec336b2bb // indirect
|
golang.org/x/exp v0.0.0-20221205204356-47842c84f3db // indirect
|
||||||
golang.org/x/sync v0.1.0 // indirect
|
golang.org/x/sync v0.1.0 // indirect
|
||||||
golang.org/x/text v0.5.0 // indirect
|
golang.org/x/text v0.5.0 // indirect
|
||||||
golang.org/x/time v0.3.0 // indirect
|
golang.org/x/time v0.3.0 // indirect
|
||||||
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
|
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
|
||||||
google.golang.org/appengine v1.6.7 // indirect
|
google.golang.org/appengine v1.6.7 // indirect
|
||||||
google.golang.org/genproto v0.0.0-20221202195650-67e5cbc046fd // indirect
|
google.golang.org/genproto v0.0.0-20221205194025-8222ab48f5fc // indirect
|
||||||
google.golang.org/grpc v1.51.0 // indirect
|
google.golang.org/grpc v1.51.0 // indirect
|
||||||
google.golang.org/protobuf v1.28.1 // indirect
|
google.golang.org/protobuf v1.28.1 // indirect
|
||||||
gopkg.in/yaml.v3 v3.0.1 // indirect
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||||||
|
|
42
go.sum
42
go.sum
|
@ -21,14 +21,14 @@ cloud.google.com/go/bigquery v1.4.0/go.mod h1:S8dzgnTigyfTmLBfrtrhyYhwRxG72rYxvf
|
||||||
cloud.google.com/go/bigquery v1.5.0/go.mod h1:snEHRnqQbz117VIFhE8bmtwIDY80NLUZUMb4Nv6dBIg=
|
cloud.google.com/go/bigquery v1.5.0/go.mod h1:snEHRnqQbz117VIFhE8bmtwIDY80NLUZUMb4Nv6dBIg=
|
||||||
cloud.google.com/go/bigquery v1.7.0/go.mod h1://okPTzCYNXSlb24MZs83e2Do+h+VXtc4gLoIoXIAPc=
|
cloud.google.com/go/bigquery v1.7.0/go.mod h1://okPTzCYNXSlb24MZs83e2Do+h+VXtc4gLoIoXIAPc=
|
||||||
cloud.google.com/go/bigquery v1.8.0/go.mod h1:J5hqkt3O0uAFnINi6JXValWIb1v0goeZM77hZzJN/fQ=
|
cloud.google.com/go/bigquery v1.8.0/go.mod h1:J5hqkt3O0uAFnINi6JXValWIb1v0goeZM77hZzJN/fQ=
|
||||||
cloud.google.com/go/compute v1.13.0 h1:AYrLkB8NPdDRslNp4Jxmzrhdr03fUAIDbiGFjLWowoU=
|
cloud.google.com/go/compute v1.14.0 h1:hfm2+FfxVmnRlh6LpB7cg1ZNU+5edAHmW679JePztk0=
|
||||||
cloud.google.com/go/compute v1.13.0/go.mod h1:5aPTS0cUNMIc1CE546K+Th6weJUNQErARyZtRXDJ8GE=
|
cloud.google.com/go/compute v1.14.0/go.mod h1:YfLtxrj9sU4Yxv+sXzZkyPjEyPBZfXHUvjxega5vAdo=
|
||||||
cloud.google.com/go/compute/metadata v0.2.2 h1:aWKAjYaBaOSrpKl57+jnS/3fJRQnxL7TvR/u1VVbt6k=
|
cloud.google.com/go/compute/metadata v0.2.2 h1:aWKAjYaBaOSrpKl57+jnS/3fJRQnxL7TvR/u1VVbt6k=
|
||||||
cloud.google.com/go/compute/metadata v0.2.2/go.mod h1:jgHgmJd2RKBGzXqF5LR2EZMGxBkeanZ9wwa75XHJgOM=
|
cloud.google.com/go/compute/metadata v0.2.2/go.mod h1:jgHgmJd2RKBGzXqF5LR2EZMGxBkeanZ9wwa75XHJgOM=
|
||||||
cloud.google.com/go/datastore v1.0.0/go.mod h1:LXYbyblFSglQ5pkeyhO+Qmw7ukd3C+pD7TKLgZqpHYE=
|
cloud.google.com/go/datastore v1.0.0/go.mod h1:LXYbyblFSglQ5pkeyhO+Qmw7ukd3C+pD7TKLgZqpHYE=
|
||||||
cloud.google.com/go/datastore v1.1.0/go.mod h1:umbIZjpQpHh4hmRpGhH4tLFup+FVzqBi1b3c64qFpCk=
|
cloud.google.com/go/datastore v1.1.0/go.mod h1:umbIZjpQpHh4hmRpGhH4tLFup+FVzqBi1b3c64qFpCk=
|
||||||
cloud.google.com/go/iam v0.7.0 h1:k4MuwOsS7zGJJ+QfZ5vBK8SgHBAvYN/23BWsiihJ1vs=
|
cloud.google.com/go/iam v0.8.0 h1:E2osAkZzxI/+8pZcxVLcDtAQx/u+hZXVryUaYQ5O0Kk=
|
||||||
cloud.google.com/go/iam v0.7.0/go.mod h1:H5Br8wRaDGNc8XP3keLc4unfUUZeyH3Sfl9XpQEYOeg=
|
cloud.google.com/go/iam v0.8.0/go.mod h1:lga0/y3iH6CX7sYqypWJ33hf7kkfXJag67naqGESjkE=
|
||||||
cloud.google.com/go/longrunning v0.3.0 h1:NjljC+FYPV3uh5/OwWT6pVU+doBqMg2x/rZlE+CamDs=
|
cloud.google.com/go/longrunning v0.3.0 h1:NjljC+FYPV3uh5/OwWT6pVU+doBqMg2x/rZlE+CamDs=
|
||||||
cloud.google.com/go/pubsub v1.0.1/go.mod h1:R0Gpsv3s54REJCy4fxDixWD93lHJMoZTyQ2kNxGRt3I=
|
cloud.google.com/go/pubsub v1.0.1/go.mod h1:R0Gpsv3s54REJCy4fxDixWD93lHJMoZTyQ2kNxGRt3I=
|
||||||
cloud.google.com/go/pubsub v1.1.0/go.mod h1:EwwdRX2sKPjnvnqCa270oGRyludottCI76h+R3AArQw=
|
cloud.google.com/go/pubsub v1.1.0/go.mod h1:EwwdRX2sKPjnvnqCa270oGRyludottCI76h+R3AArQw=
|
||||||
|
@ -89,8 +89,8 @@ github.com/andybalholm/brotli v1.0.2/go.mod h1:loMXtMfwqflxFJPmdbJO0a3KNoPuLBgiu
|
||||||
github.com/andybalholm/brotli v1.0.3/go.mod h1:fO7iG3H7G2nSZ7m0zPUDn85XEX2GTukHGRSepvi9Eig=
|
github.com/andybalholm/brotli v1.0.3/go.mod h1:fO7iG3H7G2nSZ7m0zPUDn85XEX2GTukHGRSepvi9Eig=
|
||||||
github.com/armon/go-metrics v0.3.10 h1:FR+drcQStOe+32sYyJYyZ7FIdgoGGBnwLl+flodp8Uo=
|
github.com/armon/go-metrics v0.3.10 h1:FR+drcQStOe+32sYyJYyZ7FIdgoGGBnwLl+flodp8Uo=
|
||||||
github.com/aws/aws-sdk-go v1.38.35/go.mod h1:hcU610XS61/+aQV88ixoOzUoG7v3b31pl2zKMmprdro=
|
github.com/aws/aws-sdk-go v1.38.35/go.mod h1:hcU610XS61/+aQV88ixoOzUoG7v3b31pl2zKMmprdro=
|
||||||
github.com/aws/aws-sdk-go v1.44.152 h1:L9aaepO8wHB67gwuGD8VgIYH/cmQDxieCt7FeLa0+fI=
|
github.com/aws/aws-sdk-go v1.44.153 h1:KfN5URb9O/Fk48xHrAinrPV2DzPcLa0cd9yo1ax5KGg=
|
||||||
github.com/aws/aws-sdk-go v1.44.152/go.mod h1:aVsgQcEevwlmQ7qHE9I3h+dtQgpqhFB+i8Phjh7fkwI=
|
github.com/aws/aws-sdk-go v1.44.153/go.mod h1:aVsgQcEevwlmQ7qHE9I3h+dtQgpqhFB+i8Phjh7fkwI=
|
||||||
github.com/aws/aws-sdk-go-v2 v1.17.2 h1:r0yRZInwiPBNpQ4aDy/Ssh3ROWsGtKDwar2JS8Lm+N8=
|
github.com/aws/aws-sdk-go-v2 v1.17.2 h1:r0yRZInwiPBNpQ4aDy/Ssh3ROWsGtKDwar2JS8Lm+N8=
|
||||||
github.com/aws/aws-sdk-go-v2 v1.17.2/go.mod h1:uzbQtefpm44goOPmdKyAlXSNcwlRgF3ePWVW6EtJvvw=
|
github.com/aws/aws-sdk-go-v2 v1.17.2/go.mod h1:uzbQtefpm44goOPmdKyAlXSNcwlRgF3ePWVW6EtJvvw=
|
||||||
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.10 h1:dK82zF6kkPeCo8J1e+tGx4JdvDIQzj7ygIoLg8WMuGs=
|
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.10 h1:dK82zF6kkPeCo8J1e+tGx4JdvDIQzj7ygIoLg8WMuGs=
|
||||||
|
@ -468,14 +468,14 @@ go.opencensus.io v0.22.3/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw=
|
||||||
go.opencensus.io v0.22.4/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw=
|
go.opencensus.io v0.22.4/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw=
|
||||||
go.opencensus.io v0.24.0 h1:y73uSU6J157QMP2kn2r30vwW1A2W2WFwSCGnAVxeaD0=
|
go.opencensus.io v0.24.0 h1:y73uSU6J157QMP2kn2r30vwW1A2W2WFwSCGnAVxeaD0=
|
||||||
go.opencensus.io v0.24.0/go.mod h1:vNK8G9p7aAivkbmorf4v+7Hgx+Zs0yY+0fOtgBfjQKo=
|
go.opencensus.io v0.24.0/go.mod h1:vNK8G9p7aAivkbmorf4v+7Hgx+Zs0yY+0fOtgBfjQKo=
|
||||||
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.36.4 h1:aUEBEdCa6iamGzg6fuYxDA8ThxvOG240mAvWDU+XLio=
|
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.37.0 h1:yt2NKzK7Vyo6h0+X8BA4FpreZQTlVEIarnsBP/H5mzs=
|
||||||
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.36.4/go.mod h1:l2MdsbKTocpPS5nQZscqTR9jd8u96VYZdcpF8Sye7mA=
|
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.37.0/go.mod h1:+ARmXlUlc51J7sZeCBkBJNdHGySrdOzgzxp6VWRWM1U=
|
||||||
go.opentelemetry.io/otel v1.11.1 h1:4WLLAmcfkmDk2ukNXJyq3/kiz/3UzCaYq6PskJsaou4=
|
go.opentelemetry.io/otel v1.11.2 h1:YBZcQlsVekzFsFbjygXMOXSs6pialIZxcjfO/mBDmR0=
|
||||||
go.opentelemetry.io/otel v1.11.1/go.mod h1:1nNhXBbWSD0nsL38H6btgnFN2k4i0sNLHNNMZMSbUGE=
|
go.opentelemetry.io/otel v1.11.2/go.mod h1:7p4EUV+AqgdlNV9gL97IgUZiVR3yrFXYo53f9BM3tRI=
|
||||||
go.opentelemetry.io/otel/metric v0.33.0 h1:xQAyl7uGEYvrLAiV/09iTJlp1pZnQ9Wl793qbVvED1E=
|
go.opentelemetry.io/otel/metric v0.34.0 h1:MCPoQxcg/26EuuJwpYN1mZTeCYAUGx8ABxfW07YkjP8=
|
||||||
go.opentelemetry.io/otel/metric v0.33.0/go.mod h1:QlTYc+EnYNq/M2mNk1qDDMRLpqCOj2f/r5c7Fd5FYaI=
|
go.opentelemetry.io/otel/metric v0.34.0/go.mod h1:ZFuI4yQGNCupurTXCwkeD/zHBt+C2bR7bw5JqUm/AP8=
|
||||||
go.opentelemetry.io/otel/trace v1.11.1 h1:ofxdnzsNrGBYXbP7t7zpUK281+go5rF7dvdIZXF8gdQ=
|
go.opentelemetry.io/otel/trace v1.11.2 h1:Xf7hWSF2Glv0DE3MH7fBHvtpSBsjcBUe5MYAmZM/+y0=
|
||||||
go.opentelemetry.io/otel/trace v1.11.1/go.mod h1:f/Q9G7vzk5u91PhbmKbg1Qn0rzH1LJ4vbPHFGkTPtOk=
|
go.opentelemetry.io/otel/trace v1.11.2/go.mod h1:4N+yC7QEz7TTsG9BSRLNAa63eg5E06ObSbKPmxQ/pKA=
|
||||||
go.uber.org/atomic v1.10.0 h1:9qC72Qh0+3MqyJbAn8YU5xVq1frD8bn3JtD2oXtafVQ=
|
go.uber.org/atomic v1.10.0 h1:9qC72Qh0+3MqyJbAn8YU5xVq1frD8bn3JtD2oXtafVQ=
|
||||||
go.uber.org/atomic v1.10.0/go.mod h1:LUxbIzbOniOlMKjJjyPfpl4v+PKK2cNJn91OQbhoJI0=
|
go.uber.org/atomic v1.10.0/go.mod h1:LUxbIzbOniOlMKjJjyPfpl4v+PKK2cNJn91OQbhoJI0=
|
||||||
go.uber.org/goleak v1.2.0 h1:xqgm/S+aQvhWFTtR0XK3Jvg7z8kGV8P4X14IzwN3Eqk=
|
go.uber.org/goleak v1.2.0 h1:xqgm/S+aQvhWFTtR0XK3Jvg7z8kGV8P4X14IzwN3Eqk=
|
||||||
|
@ -499,8 +499,8 @@ golang.org/x/exp v0.0.0-20191227195350-da58074b4299/go.mod h1:2RIsYlXP63K8oxa1u0
|
||||||
golang.org/x/exp v0.0.0-20200119233911-0405dc783f0a/go.mod h1:2RIsYlXP63K8oxa1u096TMicItID8zy7Y6sNkU49FU4=
|
golang.org/x/exp v0.0.0-20200119233911-0405dc783f0a/go.mod h1:2RIsYlXP63K8oxa1u096TMicItID8zy7Y6sNkU49FU4=
|
||||||
golang.org/x/exp v0.0.0-20200207192155-f17229e696bd/go.mod h1:J/WKrq2StrnmMY6+EHIKF9dgMWnmCNThgcyBT1FY9mM=
|
golang.org/x/exp v0.0.0-20200207192155-f17229e696bd/go.mod h1:J/WKrq2StrnmMY6+EHIKF9dgMWnmCNThgcyBT1FY9mM=
|
||||||
golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6/go.mod h1:3jZMyOhIsHpP37uCMkUooju7aAi5cS1Q23tOzKc+0MU=
|
golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6/go.mod h1:3jZMyOhIsHpP37uCMkUooju7aAi5cS1Q23tOzKc+0MU=
|
||||||
golang.org/x/exp v0.0.0-20221204150635-6dcec336b2bb h1:QIsP/NmClBICkqnJ4rSIhnrGiGR7Yv9ZORGGnmmLTPk=
|
golang.org/x/exp v0.0.0-20221205204356-47842c84f3db h1:D/cFflL63o2KSLJIwjlcIt8PR064j/xsmdEJL/YvY/o=
|
||||||
golang.org/x/exp v0.0.0-20221204150635-6dcec336b2bb/go.mod h1:CxIveKay+FTh1D0yPZemJVgC/95VzuuOLq5Qi4xnoYc=
|
golang.org/x/exp v0.0.0-20221205204356-47842c84f3db/go.mod h1:CxIveKay+FTh1D0yPZemJVgC/95VzuuOLq5Qi4xnoYc=
|
||||||
golang.org/x/image v0.0.0-20190227222117-0694c2d4d067/go.mod h1:kZ7UVZpmo3dzQBMxlp+ypCbDeSB+sBbTgSJuh5dn5js=
|
golang.org/x/image v0.0.0-20190227222117-0694c2d4d067/go.mod h1:kZ7UVZpmo3dzQBMxlp+ypCbDeSB+sBbTgSJuh5dn5js=
|
||||||
golang.org/x/image v0.0.0-20190802002840-cff245a6509b/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0=
|
golang.org/x/image v0.0.0-20190802002840-cff245a6509b/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0=
|
||||||
golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE=
|
golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE=
|
||||||
|
@ -561,8 +561,8 @@ golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd/go.mod h1:CfG3xpIq0wQ8r1q4Su
|
||||||
golang.org/x/net v0.0.0-20220225172249-27dd8689420f/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk=
|
golang.org/x/net v0.0.0-20220225172249-27dd8689420f/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk=
|
||||||
golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c=
|
golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c=
|
||||||
golang.org/x/net v0.1.0/go.mod h1:Cx3nUiGt4eDBEyega/BKRp+/AlGL8hYe7U9odMt2Cco=
|
golang.org/x/net v0.1.0/go.mod h1:Cx3nUiGt4eDBEyega/BKRp+/AlGL8hYe7U9odMt2Cco=
|
||||||
golang.org/x/net v0.2.0 h1:sZfSu1wtKLGlWI4ZZayP0ck9Y73K1ynO6gqzTdBVdPU=
|
golang.org/x/net v0.3.0 h1:VWL6FNY2bEEmsGVKabSlHu5Irp34xmMRoqb/9lF9lxk=
|
||||||
golang.org/x/net v0.2.0/go.mod h1:KqCZLdyyvdV855qA2rE3GC2aiw5xGR5TEjj8smXukLY=
|
golang.org/x/net v0.3.0/go.mod h1:MBQ8lrhLObU/6UmLb4fmbmk5OcyYmqtbGd/9yIeKjEE=
|
||||||
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
|
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
|
||||||
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
|
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
|
||||||
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
|
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
|
||||||
|
@ -640,7 +640,7 @@ golang.org/x/sys v0.3.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
||||||
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
|
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
|
||||||
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
|
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
|
||||||
golang.org/x/term v0.1.0/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
|
golang.org/x/term v0.1.0/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
|
||||||
golang.org/x/term v0.2.0 h1:z85xZCsEl7bi/KwbNADeBYoOP0++7W1ipu+aGnpwzRM=
|
golang.org/x/term v0.3.0 h1:qoo4akIqOcDME5bhc/NgxUdovd6BSS2uMsVjB56q1xI=
|
||||||
golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
|
golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
|
||||||
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
|
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
|
||||||
golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
|
golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
|
||||||
|
@ -761,8 +761,8 @@ google.golang.org/genproto v0.0.0-20200618031413-b414f8b61790/go.mod h1:jDfRM7Fc
|
||||||
google.golang.org/genproto v0.0.0-20200729003335-053ba62fc06f/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no=
|
google.golang.org/genproto v0.0.0-20200729003335-053ba62fc06f/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no=
|
||||||
google.golang.org/genproto v0.0.0-20200804131852-c06518451d9c/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no=
|
google.golang.org/genproto v0.0.0-20200804131852-c06518451d9c/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no=
|
||||||
google.golang.org/genproto v0.0.0-20200825200019-8632dd797987/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no=
|
google.golang.org/genproto v0.0.0-20200825200019-8632dd797987/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no=
|
||||||
google.golang.org/genproto v0.0.0-20221202195650-67e5cbc046fd h1:OjndDrsik+Gt+e6fs45z9AxiewiKyLKYpA45W5Kpkks=
|
google.golang.org/genproto v0.0.0-20221205194025-8222ab48f5fc h1:nUKKji0AarrQKh6XpFEpG3p1TNztxhe7C8TcUvDgXqw=
|
||||||
google.golang.org/genproto v0.0.0-20221202195650-67e5cbc046fd/go.mod h1:cTsE614GARnxrLsqKREzmNYJACSWWpAWdNMwnD7c2BE=
|
google.golang.org/genproto v0.0.0-20221205194025-8222ab48f5fc/go.mod h1:1dOng4TWOomJrDGhpXjfCD35wQC6jnC7HpRmOFRqEV0=
|
||||||
google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c=
|
google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c=
|
||||||
google.golang.org/grpc v1.20.1/go.mod h1:10oTOabMzJvdu6/UiuZezV6QK5dSlG84ov/aaiqXj38=
|
google.golang.org/grpc v1.20.1/go.mod h1:10oTOabMzJvdu6/UiuZezV6QK5dSlG84ov/aaiqXj38=
|
||||||
google.golang.org/grpc v1.21.1/go.mod h1:oYelfM1adQP15Ek0mdvEgi9Df8B9CZIaU1084ijfRaM=
|
google.golang.org/grpc v1.21.1/go.mod h1:oYelfM1adQP15Ek0mdvEgi9Df8B9CZIaU1084ijfRaM=
|
||||||
|
|
2
vendor/cloud.google.com/go/compute/internal/version.go
generated
vendored
2
vendor/cloud.google.com/go/compute/internal/version.go
generated
vendored
|
@ -15,4 +15,4 @@
|
||||||
package internal
|
package internal
|
||||||
|
|
||||||
// Version is the current tagged release of the library.
|
// Version is the current tagged release of the library.
|
||||||
const Version = "1.13.0"
|
const Version = "1.14.0"
|
||||||
|
|
7
vendor/cloud.google.com/go/iam/CHANGES.md
generated
vendored
7
vendor/cloud.google.com/go/iam/CHANGES.md
generated
vendored
|
@ -1,5 +1,12 @@
|
||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
|
## [0.8.0](https://github.com/googleapis/google-cloud-go/compare/iam/v0.7.0...iam/v0.8.0) (2022-12-05)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* **iam:** Start generating and refresh some libraries ([#7089](https://github.com/googleapis/google-cloud-go/issues/7089)) ([a9045ff](https://github.com/googleapis/google-cloud-go/commit/a9045ff191a711089c37f1d94a63522d9939ce38))
|
||||||
|
|
||||||
## [0.7.0](https://github.com/googleapis/google-cloud-go/compare/iam/v0.6.0...iam/v0.7.0) (2022-11-03)
|
## [0.7.0](https://github.com/googleapis/google-cloud-go/compare/iam/v0.6.0...iam/v0.7.0) (2022-11-03)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -15,10 +15,10 @@
|
||||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||||
// versions:
|
// versions:
|
||||||
// protoc-gen-go v1.26.0
|
// protoc-gen-go v1.26.0
|
||||||
// protoc v3.12.2
|
// protoc v3.21.5
|
||||||
// source: google/iam/v1/iam_policy.proto
|
// source: google/iam/v1/iam_policy.proto
|
||||||
|
|
||||||
package iam
|
package iampb
|
||||||
|
|
||||||
import (
|
import (
|
||||||
context "context"
|
context "context"
|
|
@ -15,10 +15,10 @@
|
||||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||||
// versions:
|
// versions:
|
||||||
// protoc-gen-go v1.26.0
|
// protoc-gen-go v1.26.0
|
||||||
// protoc v3.12.2
|
// protoc v3.21.5
|
||||||
// source: google/iam/v1/options.proto
|
// source: google/iam/v1/options.proto
|
||||||
|
|
||||||
package iam
|
package iampb
|
||||||
|
|
||||||
import (
|
import (
|
||||||
reflect "reflect"
|
reflect "reflect"
|
|
@ -15,10 +15,10 @@
|
||||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||||
// versions:
|
// versions:
|
||||||
// protoc-gen-go v1.26.0
|
// protoc-gen-go v1.26.0
|
||||||
// protoc v3.12.2
|
// protoc v3.21.5
|
||||||
// source: google/iam/v1/policy.proto
|
// source: google/iam/v1/policy.proto
|
||||||
|
|
||||||
package iam
|
package iampb
|
||||||
|
|
||||||
import (
|
import (
|
||||||
reflect "reflect"
|
reflect "reflect"
|
||||||
|
@ -279,11 +279,11 @@ type Policy struct {
|
||||||
// Any operation that affects conditional role bindings must specify version
|
// Any operation that affects conditional role bindings must specify version
|
||||||
// `3`. This requirement applies to the following operations:
|
// `3`. This requirement applies to the following operations:
|
||||||
//
|
//
|
||||||
// * Getting a policy that includes a conditional role binding
|
// - Getting a policy that includes a conditional role binding
|
||||||
// * Adding a conditional role binding to a policy
|
// - Adding a conditional role binding to a policy
|
||||||
// * Changing a conditional role binding in a policy
|
// - Changing a conditional role binding in a policy
|
||||||
// * Removing any role binding, with or without a condition, from a policy
|
// - Removing any role binding, with or without a condition, from a policy
|
||||||
// that includes conditions
|
// that includes conditions
|
||||||
//
|
//
|
||||||
// **Important:** If you use IAM Conditions, you must include the `etag` field
|
// **Important:** If you use IAM Conditions, you must include the `etag` field
|
||||||
// whenever you call `setIamPolicy`. If you omit this field, then IAM allows
|
// whenever you call `setIamPolicy`. If you omit this field, then IAM allows
|
||||||
|
@ -396,47 +396,43 @@ type Binding struct {
|
||||||
// Specifies the principals requesting access for a Cloud Platform resource.
|
// Specifies the principals requesting access for a Cloud Platform resource.
|
||||||
// `members` can have the following values:
|
// `members` can have the following values:
|
||||||
//
|
//
|
||||||
// * `allUsers`: A special identifier that represents anyone who is
|
// - `allUsers`: A special identifier that represents anyone who is
|
||||||
// on the internet; with or without a Google account.
|
// on the internet; with or without a Google account.
|
||||||
//
|
//
|
||||||
// * `allAuthenticatedUsers`: A special identifier that represents anyone
|
// - `allAuthenticatedUsers`: A special identifier that represents anyone
|
||||||
// who is authenticated with a Google account or a service account.
|
// who is authenticated with a Google account or a service account.
|
||||||
//
|
//
|
||||||
// * `user:{emailid}`: An email address that represents a specific Google
|
// - `user:{emailid}`: An email address that represents a specific Google
|
||||||
// account. For example, `alice@example.com` .
|
// account. For example, `alice@example.com` .
|
||||||
//
|
//
|
||||||
|
// - `serviceAccount:{emailid}`: An email address that represents a service
|
||||||
|
// account. For example, `my-other-app@appspot.gserviceaccount.com`.
|
||||||
//
|
//
|
||||||
// * `serviceAccount:{emailid}`: An email address that represents a service
|
// - `group:{emailid}`: An email address that represents a Google group.
|
||||||
// account. For example, `my-other-app@appspot.gserviceaccount.com`.
|
// For example, `admins@example.com`.
|
||||||
//
|
//
|
||||||
// * `group:{emailid}`: An email address that represents a Google group.
|
// - `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique
|
||||||
// For example, `admins@example.com`.
|
// identifier) representing a user that has been recently deleted. For
|
||||||
|
// example, `alice@example.com?uid=123456789012345678901`. If the user is
|
||||||
|
// recovered, this value reverts to `user:{emailid}` and the recovered user
|
||||||
|
// retains the role in the binding.
|
||||||
//
|
//
|
||||||
// * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique
|
// - `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus
|
||||||
// identifier) representing a user that has been recently deleted. For
|
// unique identifier) representing a service account that has been recently
|
||||||
// example, `alice@example.com?uid=123456789012345678901`. If the user is
|
// deleted. For example,
|
||||||
// recovered, this value reverts to `user:{emailid}` and the recovered user
|
// `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`.
|
||||||
// retains the role in the binding.
|
// If the service account is undeleted, this value reverts to
|
||||||
//
|
// `serviceAccount:{emailid}` and the undeleted service account retains the
|
||||||
// * `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus
|
// role in the binding.
|
||||||
// unique identifier) representing a service account that has been recently
|
|
||||||
// deleted. For example,
|
|
||||||
// `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`.
|
|
||||||
// If the service account is undeleted, this value reverts to
|
|
||||||
// `serviceAccount:{emailid}` and the undeleted service account retains the
|
|
||||||
// role in the binding.
|
|
||||||
//
|
|
||||||
// * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique
|
|
||||||
// identifier) representing a Google group that has been recently
|
|
||||||
// deleted. For example, `admins@example.com?uid=123456789012345678901`. If
|
|
||||||
// the group is recovered, this value reverts to `group:{emailid}` and the
|
|
||||||
// recovered group retains the role in the binding.
|
|
||||||
//
|
|
||||||
//
|
|
||||||
// * `domain:{domain}`: The G Suite domain (primary) that represents all the
|
|
||||||
// users of that domain. For example, `google.com` or `example.com`.
|
|
||||||
//
|
//
|
||||||
|
// - `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique
|
||||||
|
// identifier) representing a Google group that has been recently
|
||||||
|
// deleted. For example, `admins@example.com?uid=123456789012345678901`. If
|
||||||
|
// the group is recovered, this value reverts to `group:{emailid}` and the
|
||||||
|
// recovered group retains the role in the binding.
|
||||||
//
|
//
|
||||||
|
// - `domain:{domain}`: The G Suite domain (primary) that represents all the
|
||||||
|
// users of that domain. For example, `google.com` or `example.com`.
|
||||||
Members []string `protobuf:"bytes,2,rep,name=members,proto3" json:"members,omitempty"`
|
Members []string `protobuf:"bytes,2,rep,name=members,proto3" json:"members,omitempty"`
|
||||||
// The condition that is associated with this binding.
|
// The condition that is associated with this binding.
|
||||||
//
|
//
|
19
vendor/github.com/aws/aws-sdk-go/aws/endpoints/defaults.go
generated
vendored
19
vendor/github.com/aws/aws-sdk-go/aws/endpoints/defaults.go
generated
vendored
|
@ -927,6 +927,25 @@ var awsPartition = partition{
|
||||||
}: endpoint{},
|
}: endpoint{},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
"aoss": service{
|
||||||
|
Endpoints: serviceEndpoints{
|
||||||
|
endpointKey{
|
||||||
|
Region: "ap-northeast-1",
|
||||||
|
}: endpoint{},
|
||||||
|
endpointKey{
|
||||||
|
Region: "eu-west-1",
|
||||||
|
}: endpoint{},
|
||||||
|
endpointKey{
|
||||||
|
Region: "us-east-1",
|
||||||
|
}: endpoint{},
|
||||||
|
endpointKey{
|
||||||
|
Region: "us-east-2",
|
||||||
|
}: endpoint{},
|
||||||
|
endpointKey{
|
||||||
|
Region: "us-west-2",
|
||||||
|
}: endpoint{},
|
||||||
|
},
|
||||||
|
},
|
||||||
"api.detective": service{
|
"api.detective": service{
|
||||||
Defaults: endpointDefaults{
|
Defaults: endpointDefaults{
|
||||||
defaultKey{}: endpoint{
|
defaultKey{}: endpoint{
|
||||||
|
|
2
vendor/github.com/aws/aws-sdk-go/aws/version.go
generated
vendored
2
vendor/github.com/aws/aws-sdk-go/aws/version.go
generated
vendored
|
@ -5,4 +5,4 @@ package aws
|
||||||
const SDKName = "aws-sdk-go"
|
const SDKName = "aws-sdk-go"
|
||||||
|
|
||||||
// SDKVersion is the version of this SDK
|
// SDKVersion is the version of this SDK
|
||||||
const SDKVersion = "1.44.152"
|
const SDKVersion = "1.44.153"
|
||||||
|
|
23
vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go
generated
vendored
23
vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go
generated
vendored
|
@ -164,10 +164,10 @@ func (h *Handler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
|
||||||
}
|
}
|
||||||
|
|
||||||
var bw bodyWrapper
|
var bw bodyWrapper
|
||||||
// if request body is nil we don't want to mutate the body as it will affect
|
// if request body is nil or NoBody, we don't want to mutate the body as it
|
||||||
// the identity of it in an unforeseeable way because we assert ReadCloser
|
// will affect the identity of it in an unforeseeable way because we assert
|
||||||
// fulfills a certain interface and it is indeed nil.
|
// ReadCloser fulfills a certain interface and it is indeed nil or NoBody.
|
||||||
if r.Body != nil {
|
if r.Body != nil && r.Body != http.NoBody {
|
||||||
bw.ReadCloser = r.Body
|
bw.ReadCloser = r.Body
|
||||||
bw.record = readRecordFunc
|
bw.record = readRecordFunc
|
||||||
r.Body = &bw
|
r.Body = &bw
|
||||||
|
@ -180,7 +180,13 @@ func (h *Handler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
rww := &respWriterWrapper{ResponseWriter: w, record: writeRecordFunc, ctx: ctx, props: h.propagators}
|
rww := &respWriterWrapper{
|
||||||
|
ResponseWriter: w,
|
||||||
|
record: writeRecordFunc,
|
||||||
|
ctx: ctx,
|
||||||
|
props: h.propagators,
|
||||||
|
statusCode: 200, // default status code in case the Handler doesn't write anything
|
||||||
|
}
|
||||||
|
|
||||||
// Wrap w to use our ResponseWriter methods while also exposing
|
// Wrap w to use our ResponseWriter methods while also exposing
|
||||||
// other interfaces that w may implement (http.CloseNotifier,
|
// other interfaces that w may implement (http.CloseNotifier,
|
||||||
|
@ -230,10 +236,9 @@ func setAfterServeAttributes(span trace.Span, read, wrote int64, statusCode int,
|
||||||
if wrote > 0 {
|
if wrote > 0 {
|
||||||
attributes = append(attributes, WroteBytesKey.Int64(wrote))
|
attributes = append(attributes, WroteBytesKey.Int64(wrote))
|
||||||
}
|
}
|
||||||
if statusCode > 0 {
|
attributes = append(attributes, semconv.HTTPAttributesFromHTTPStatusCode(statusCode)...)
|
||||||
attributes = append(attributes, semconv.HTTPAttributesFromHTTPStatusCode(statusCode)...)
|
span.SetStatus(semconv.SpanStatusFromHTTPStatusCodeAndSpanKind(statusCode, trace.SpanKindServer))
|
||||||
span.SetStatus(semconv.SpanStatusFromHTTPStatusCodeAndSpanKind(statusCode, trace.SpanKindServer))
|
|
||||||
}
|
|
||||||
if werr != nil && werr != io.EOF {
|
if werr != nil && werr != io.EOF {
|
||||||
attributes = append(attributes, WriteErrorKey.String(werr.Error()))
|
attributes = append(attributes, WriteErrorKey.String(werr.Error()))
|
||||||
}
|
}
|
||||||
|
|
2
vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/version.go
generated
vendored
2
vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/version.go
generated
vendored
|
@ -16,7 +16,7 @@ package otelhttp // import "go.opentelemetry.io/contrib/instrumentation/net/http
|
||||||
|
|
||||||
// Version is the current release version of the otelhttp instrumentation.
|
// Version is the current release version of the otelhttp instrumentation.
|
||||||
func Version() string {
|
func Version() string {
|
||||||
return "0.36.4"
|
return "0.37.0"
|
||||||
// This string is updated by the pre_release.sh script during release
|
// This string is updated by the pre_release.sh script during release
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
6
vendor/go.opentelemetry.io/otel/.golangci.yml
generated
vendored
6
vendor/go.opentelemetry.io/otel/.golangci.yml
generated
vendored
|
@ -9,7 +9,6 @@ linters:
|
||||||
disable-all: true
|
disable-all: true
|
||||||
# Specifically enable linters we want to use.
|
# Specifically enable linters we want to use.
|
||||||
enable:
|
enable:
|
||||||
- deadcode
|
|
||||||
- depguard
|
- depguard
|
||||||
- errcheck
|
- errcheck
|
||||||
- godot
|
- godot
|
||||||
|
@ -21,10 +20,8 @@ linters:
|
||||||
- misspell
|
- misspell
|
||||||
- revive
|
- revive
|
||||||
- staticcheck
|
- staticcheck
|
||||||
- structcheck
|
|
||||||
- typecheck
|
- typecheck
|
||||||
- unused
|
- unused
|
||||||
- varcheck
|
|
||||||
|
|
||||||
issues:
|
issues:
|
||||||
# Maximum issues count per one linter.
|
# Maximum issues count per one linter.
|
||||||
|
@ -114,8 +111,9 @@ linters-settings:
|
||||||
- name: constant-logical-expr
|
- name: constant-logical-expr
|
||||||
disabled: false
|
disabled: false
|
||||||
# https://github.com/mgechev/revive/blob/master/RULES_DESCRIPTIONS.md#context-as-argument
|
# https://github.com/mgechev/revive/blob/master/RULES_DESCRIPTIONS.md#context-as-argument
|
||||||
|
# TODO (#3372) reenable linter when it is compatible. https://github.com/golangci/golangci-lint/issues/3280
|
||||||
- name: context-as-argument
|
- name: context-as-argument
|
||||||
disabled: false
|
disabled: true
|
||||||
arguments:
|
arguments:
|
||||||
allowTypesBefore: "*testing.T"
|
allowTypesBefore: "*testing.T"
|
||||||
# https://github.com/mgechev/revive/blob/master/RULES_DESCRIPTIONS.md#context-keys-type
|
# https://github.com/mgechev/revive/blob/master/RULES_DESCRIPTIONS.md#context-keys-type
|
||||||
|
|
63
vendor/go.opentelemetry.io/otel/CHANGELOG.md
generated
vendored
63
vendor/go.opentelemetry.io/otel/CHANGELOG.md
generated
vendored
|
@ -8,6 +8,66 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [1.11.2/0.34.0] 2022-12-05
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- The `WithView` `Option` is added to the `go.opentelemetry.io/otel/sdk/metric` package.
|
||||||
|
This option is used to configure the view(s) a `MeterProvider` will use for all `Reader`s that are registered with it. (#3387)
|
||||||
|
- Add Instrumentation Scope and Version as info metric and label in Prometheus exporter.
|
||||||
|
This can be disabled using the `WithoutScopeInfo()` option added to that package.(#3273, #3357)
|
||||||
|
- OTLP exporters now recognize: (#3363)
|
||||||
|
- `OTEL_EXPORTER_OTLP_INSECURE`
|
||||||
|
- `OTEL_EXPORTER_OTLP_TRACES_INSECURE`
|
||||||
|
- `OTEL_EXPORTER_OTLP_METRICS_INSECURE`
|
||||||
|
- `OTEL_EXPORTER_OTLP_CLIENT_KEY`
|
||||||
|
- `OTEL_EXPORTER_OTLP_TRACES_CLIENT_KEY`
|
||||||
|
- `OTEL_EXPORTER_OTLP_METRICS_CLIENT_KEY`
|
||||||
|
- `OTEL_EXPORTER_OTLP_CLIENT_CERTIFICATE`
|
||||||
|
- `OTEL_EXPORTER_OTLP_TRACES_CLIENT_CERTIFICATE`
|
||||||
|
- `OTEL_EXPORTER_OTLP_METRICS_CLIENT_CERTIFICATE`
|
||||||
|
- The `View` type and related `NewView` function to create a view according to the OpenTelemetry specification are added to `go.opentelemetry.io/otel/sdk/metric`.
|
||||||
|
These additions are replacements for the `View` type and `New` function from `go.opentelemetry.io/otel/sdk/metric/view`. (#3459)
|
||||||
|
- The `Instrument` and `InstrumentKind` type are added to `go.opentelemetry.io/otel/sdk/metric`.
|
||||||
|
These additions are replacements for the `Instrument` and `InstrumentKind` types from `go.opentelemetry.io/otel/sdk/metric/view`. (#3459)
|
||||||
|
- The `Stream` type is added to `go.opentelemetry.io/otel/sdk/metric` to define a metric data stream a view will produce. (#3459)
|
||||||
|
- The `AssertHasAttributes` allows instrument authors to test that datapoints returned have appropriate attributes. (#3487)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- The `"go.opentelemetry.io/otel/sdk/metric".WithReader` option no longer accepts views to associate with the `Reader`.
|
||||||
|
Instead, views are now registered directly with the `MeterProvider` via the new `WithView` option.
|
||||||
|
The views registered with the `MeterProvider` apply to all `Reader`s. (#3387)
|
||||||
|
- The `Temporality(view.InstrumentKind) metricdata.Temporality` and `Aggregation(view.InstrumentKind) aggregation.Aggregation` methods are added to the `"go.opentelemetry.io/otel/sdk/metric".Exporter` interface. (#3260)
|
||||||
|
- The `Temporality(view.InstrumentKind) metricdata.Temporality` and `Aggregation(view.InstrumentKind) aggregation.Aggregation` methods are added to the `"go.opentelemetry.io/otel/exporters/otlp/otlpmetric".Client` interface. (#3260)
|
||||||
|
- The `WithTemporalitySelector` and `WithAggregationSelector` `ReaderOption`s have been changed to `ManualReaderOption`s in the `go.opentelemetry.io/otel/sdk/metric` package. (#3260)
|
||||||
|
- The periodic reader in the `go.opentelemetry.io/otel/sdk/metric` package now uses the temporality and aggregation selectors from its configured exporter instead of accepting them as options. (#3260)
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- The `go.opentelemetry.io/otel/exporters/prometheus` exporter fixes duplicated `_total` suffixes. (#3369)
|
||||||
|
- Remove comparable requirement for `Reader`s. (#3387)
|
||||||
|
- Cumulative metrics from the OpenCensus bridge (`go.opentelemetry.io/otel/bridge/opencensus`) are defined as monotonic sums, instead of non-monotonic. (#3389)
|
||||||
|
- Asynchronous counters (`Counter` and `UpDownCounter`) from the metric SDK now produce delta sums when configured with delta temporality. (#3398)
|
||||||
|
- Exported `Status` codes in the `go.opentelemetry.io/otel/exporters/zipkin` exporter are now exported as all upper case values. (#3340)
|
||||||
|
- `Aggregation`s from `go.opentelemetry.io/otel/sdk/metric` with no data are not exported. (#3394, #3436)
|
||||||
|
- Reenabled Attribute Filters in the Metric SDK. (#3396)
|
||||||
|
- Asynchronous callbacks are only called if they are registered with at least one instrument that does not use drop aggragation. (#3408)
|
||||||
|
- Do not report empty partial-success responses in the `go.opentelemetry.io/otel/exporters/otlp` exporters. (#3438, #3432)
|
||||||
|
- Handle partial success responses in `go.opentelemetry.io/otel/exporters/otlp/otlpmetric` exporters. (#3162, #3440)
|
||||||
|
- Prevent duplicate Prometheus description, unit, and type. (#3469)
|
||||||
|
- Prevents panic when using incorrect `attribute.Value.As[Type]Slice()`. (#3489)
|
||||||
|
|
||||||
|
## Removed
|
||||||
|
|
||||||
|
- The `go.opentelemetry.io/otel/exporters/otlp/otlpmetric.Client` interface is removed. (#3486)
|
||||||
|
- The `go.opentelemetry.io/otel/exporters/otlp/otlpmetric.New` function is removed. Use the `otlpmetric[http|grpc].New` directly. (#3486)
|
||||||
|
|
||||||
|
### Deprecated
|
||||||
|
|
||||||
|
- The `go.opentelemetry.io/otel/sdk/metric/view` package is deprecated.
|
||||||
|
Use `Instrument`, `InstrumentKind`, `View`, and `NewView` in `go.opentelemetry.io/otel/sdk/metric` instead. (#3476)
|
||||||
|
|
||||||
## [1.11.1/0.33.0] 2022-10-19
|
## [1.11.1/0.33.0] 2022-10-19
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
@ -2027,7 +2087,8 @@ It contains api and sdk for trace and meter.
|
||||||
- CircleCI build CI manifest files.
|
- CircleCI build CI manifest files.
|
||||||
- CODEOWNERS file to track owners of this project.
|
- CODEOWNERS file to track owners of this project.
|
||||||
|
|
||||||
[Unreleased]: https://github.com/open-telemetry/opentelemetry-go/compare/v1.11.1...HEAD
|
[Unreleased]: https://github.com/open-telemetry/opentelemetry-go/compare/v1.11.2...HEAD
|
||||||
|
[1.11.2/0.34.0]: https://github.com/open-telemetry/opentelemetry-go/releases/tag/v1.11.2
|
||||||
[1.11.1/0.33.0]: https://github.com/open-telemetry/opentelemetry-go/releases/tag/v1.11.1
|
[1.11.1/0.33.0]: https://github.com/open-telemetry/opentelemetry-go/releases/tag/v1.11.1
|
||||||
[1.11.0/0.32.3]: https://github.com/open-telemetry/opentelemetry-go/releases/tag/v1.11.0
|
[1.11.0/0.32.3]: https://github.com/open-telemetry/opentelemetry-go/releases/tag/v1.11.0
|
||||||
[0.32.2]: https://github.com/open-telemetry/opentelemetry-go/releases/tag/sdk/metric/v0.32.2
|
[0.32.2]: https://github.com/open-telemetry/opentelemetry-go/releases/tag/sdk/metric/v0.32.2
|
||||||
|
|
2
vendor/go.opentelemetry.io/otel/Makefile
generated
vendored
2
vendor/go.opentelemetry.io/otel/Makefile
generated
vendored
|
@ -17,7 +17,7 @@ TOOLS_MOD_DIR := ./internal/tools
|
||||||
ALL_DOCS := $(shell find . -name '*.md' -type f | sort)
|
ALL_DOCS := $(shell find . -name '*.md' -type f | sort)
|
||||||
ALL_GO_MOD_DIRS := $(shell find . -type f -name 'go.mod' -exec dirname {} \; | sort)
|
ALL_GO_MOD_DIRS := $(shell find . -type f -name 'go.mod' -exec dirname {} \; | sort)
|
||||||
OTEL_GO_MOD_DIRS := $(filter-out $(TOOLS_MOD_DIR), $(ALL_GO_MOD_DIRS))
|
OTEL_GO_MOD_DIRS := $(filter-out $(TOOLS_MOD_DIR), $(ALL_GO_MOD_DIRS))
|
||||||
ALL_COVERAGE_MOD_DIRS := $(shell find . -type f -name 'go.mod' -exec dirname {} \; | egrep -v '^./example|^$(TOOLS_MOD_DIR)' | sort)
|
ALL_COVERAGE_MOD_DIRS := $(shell find . -type f -name 'go.mod' -exec dirname {} \; | grep -E -v '^./example|^$(TOOLS_MOD_DIR)' | sort)
|
||||||
|
|
||||||
GO = go
|
GO = go
|
||||||
TIMEOUT = 60
|
TIMEOUT = 60
|
||||||
|
|
44
vendor/go.opentelemetry.io/otel/attribute/value.go
generated
vendored
44
vendor/go.opentelemetry.io/otel/attribute/value.go
generated
vendored
|
@ -142,6 +142,13 @@ func (v Value) AsBool() bool {
|
||||||
// AsBoolSlice returns the []bool value. Make sure that the Value's type is
|
// AsBoolSlice returns the []bool value. Make sure that the Value's type is
|
||||||
// BOOLSLICE.
|
// BOOLSLICE.
|
||||||
func (v Value) AsBoolSlice() []bool {
|
func (v Value) AsBoolSlice() []bool {
|
||||||
|
if v.vtype != BOOLSLICE {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
return v.asBoolSlice()
|
||||||
|
}
|
||||||
|
|
||||||
|
func (v Value) asBoolSlice() []bool {
|
||||||
return attribute.AsSlice[bool](v.slice)
|
return attribute.AsSlice[bool](v.slice)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -154,6 +161,13 @@ func (v Value) AsInt64() int64 {
|
||||||
// AsInt64Slice returns the []int64 value. Make sure that the Value's type is
|
// AsInt64Slice returns the []int64 value. Make sure that the Value's type is
|
||||||
// INT64SLICE.
|
// INT64SLICE.
|
||||||
func (v Value) AsInt64Slice() []int64 {
|
func (v Value) AsInt64Slice() []int64 {
|
||||||
|
if v.vtype != INT64SLICE {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
return v.asInt64Slice()
|
||||||
|
}
|
||||||
|
|
||||||
|
func (v Value) asInt64Slice() []int64 {
|
||||||
return attribute.AsSlice[int64](v.slice)
|
return attribute.AsSlice[int64](v.slice)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -166,6 +180,13 @@ func (v Value) AsFloat64() float64 {
|
||||||
// AsFloat64Slice returns the []float64 value. Make sure that the Value's type is
|
// AsFloat64Slice returns the []float64 value. Make sure that the Value's type is
|
||||||
// FLOAT64SLICE.
|
// FLOAT64SLICE.
|
||||||
func (v Value) AsFloat64Slice() []float64 {
|
func (v Value) AsFloat64Slice() []float64 {
|
||||||
|
if v.vtype != FLOAT64SLICE {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
return v.asFloat64Slice()
|
||||||
|
}
|
||||||
|
|
||||||
|
func (v Value) asFloat64Slice() []float64 {
|
||||||
return attribute.AsSlice[float64](v.slice)
|
return attribute.AsSlice[float64](v.slice)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -178,6 +199,13 @@ func (v Value) AsString() string {
|
||||||
// AsStringSlice returns the []string value. Make sure that the Value's type is
|
// AsStringSlice returns the []string value. Make sure that the Value's type is
|
||||||
// STRINGSLICE.
|
// STRINGSLICE.
|
||||||
func (v Value) AsStringSlice() []string {
|
func (v Value) AsStringSlice() []string {
|
||||||
|
if v.vtype != STRINGSLICE {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
return v.asStringSlice()
|
||||||
|
}
|
||||||
|
|
||||||
|
func (v Value) asStringSlice() []string {
|
||||||
return attribute.AsSlice[string](v.slice)
|
return attribute.AsSlice[string](v.slice)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -189,19 +217,19 @@ func (v Value) AsInterface() interface{} {
|
||||||
case BOOL:
|
case BOOL:
|
||||||
return v.AsBool()
|
return v.AsBool()
|
||||||
case BOOLSLICE:
|
case BOOLSLICE:
|
||||||
return v.AsBoolSlice()
|
return v.asBoolSlice()
|
||||||
case INT64:
|
case INT64:
|
||||||
return v.AsInt64()
|
return v.AsInt64()
|
||||||
case INT64SLICE:
|
case INT64SLICE:
|
||||||
return v.AsInt64Slice()
|
return v.asInt64Slice()
|
||||||
case FLOAT64:
|
case FLOAT64:
|
||||||
return v.AsFloat64()
|
return v.AsFloat64()
|
||||||
case FLOAT64SLICE:
|
case FLOAT64SLICE:
|
||||||
return v.AsFloat64Slice()
|
return v.asFloat64Slice()
|
||||||
case STRING:
|
case STRING:
|
||||||
return v.stringly
|
return v.stringly
|
||||||
case STRINGSLICE:
|
case STRINGSLICE:
|
||||||
return v.AsStringSlice()
|
return v.asStringSlice()
|
||||||
}
|
}
|
||||||
return unknownValueType{}
|
return unknownValueType{}
|
||||||
}
|
}
|
||||||
|
@ -210,19 +238,19 @@ func (v Value) AsInterface() interface{} {
|
||||||
func (v Value) Emit() string {
|
func (v Value) Emit() string {
|
||||||
switch v.Type() {
|
switch v.Type() {
|
||||||
case BOOLSLICE:
|
case BOOLSLICE:
|
||||||
return fmt.Sprint(v.AsBoolSlice())
|
return fmt.Sprint(v.asBoolSlice())
|
||||||
case BOOL:
|
case BOOL:
|
||||||
return strconv.FormatBool(v.AsBool())
|
return strconv.FormatBool(v.AsBool())
|
||||||
case INT64SLICE:
|
case INT64SLICE:
|
||||||
return fmt.Sprint(v.AsInt64Slice())
|
return fmt.Sprint(v.asInt64Slice())
|
||||||
case INT64:
|
case INT64:
|
||||||
return strconv.FormatInt(v.AsInt64(), 10)
|
return strconv.FormatInt(v.AsInt64(), 10)
|
||||||
case FLOAT64SLICE:
|
case FLOAT64SLICE:
|
||||||
return fmt.Sprint(v.AsFloat64Slice())
|
return fmt.Sprint(v.asFloat64Slice())
|
||||||
case FLOAT64:
|
case FLOAT64:
|
||||||
return fmt.Sprint(v.AsFloat64())
|
return fmt.Sprint(v.AsFloat64())
|
||||||
case STRINGSLICE:
|
case STRINGSLICE:
|
||||||
return fmt.Sprint(v.AsStringSlice())
|
return fmt.Sprint(v.asStringSlice())
|
||||||
case STRING:
|
case STRING:
|
||||||
return v.stringly
|
return v.stringly
|
||||||
default:
|
default:
|
||||||
|
|
10
vendor/go.opentelemetry.io/otel/codes/codes.go
generated
vendored
10
vendor/go.opentelemetry.io/otel/codes/codes.go
generated
vendored
|
@ -23,10 +23,20 @@ import (
|
||||||
const (
|
const (
|
||||||
// Unset is the default status code.
|
// Unset is the default status code.
|
||||||
Unset Code = 0
|
Unset Code = 0
|
||||||
|
|
||||||
// Error indicates the operation contains an error.
|
// Error indicates the operation contains an error.
|
||||||
|
//
|
||||||
|
// NOTE: The error code in OTLP is 2.
|
||||||
|
// The value of this enum is only relevant to the internals
|
||||||
|
// of the Go SDK.
|
||||||
Error Code = 1
|
Error Code = 1
|
||||||
|
|
||||||
// Ok indicates operation has been validated by an Application developers
|
// Ok indicates operation has been validated by an Application developers
|
||||||
// or Operator to have completed successfully, or contain no error.
|
// or Operator to have completed successfully, or contain no error.
|
||||||
|
//
|
||||||
|
// NOTE: The Ok code in OTLP is 1.
|
||||||
|
// The value of this enum is only relevant to the internals
|
||||||
|
// of the Go SDK.
|
||||||
Ok Code = 2
|
Ok Code = 2
|
||||||
|
|
||||||
maxCode = 3
|
maxCode = 3
|
||||||
|
|
16
vendor/go.opentelemetry.io/otel/metric/instrument/asyncfloat64/asyncfloat64.go
generated
vendored
16
vendor/go.opentelemetry.io/otel/metric/instrument/asyncfloat64/asyncfloat64.go
generated
vendored
|
@ -22,6 +22,8 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
// InstrumentProvider provides access to individual instruments.
|
// InstrumentProvider provides access to individual instruments.
|
||||||
|
//
|
||||||
|
// Warning: methods may be added to this interface in minor releases.
|
||||||
type InstrumentProvider interface {
|
type InstrumentProvider interface {
|
||||||
// Counter creates an instrument for recording increasing values.
|
// Counter creates an instrument for recording increasing values.
|
||||||
Counter(name string, opts ...instrument.Option) (Counter, error)
|
Counter(name string, opts ...instrument.Option) (Counter, error)
|
||||||
|
@ -34,9 +36,11 @@ type InstrumentProvider interface {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Counter is an instrument that records increasing values.
|
// Counter is an instrument that records increasing values.
|
||||||
|
//
|
||||||
|
// Warning: methods may be added to this interface in minor releases.
|
||||||
type Counter interface {
|
type Counter interface {
|
||||||
// Observe records the state of the instrument to be x. The value of x is
|
// Observe records the state of the instrument to be x. Implementations
|
||||||
// assumed to be the exact Counter value to record.
|
// will assume x to be the cumulative sum of the count.
|
||||||
//
|
//
|
||||||
// It is only valid to call this within a callback. If called outside of the
|
// It is only valid to call this within a callback. If called outside of the
|
||||||
// registered callback it should have no effect on the instrument, and an
|
// registered callback it should have no effect on the instrument, and an
|
||||||
|
@ -47,9 +51,11 @@ type Counter interface {
|
||||||
}
|
}
|
||||||
|
|
||||||
// UpDownCounter is an instrument that records increasing or decreasing values.
|
// UpDownCounter is an instrument that records increasing or decreasing values.
|
||||||
|
//
|
||||||
|
// Warning: methods may be added to this interface in minor releases.
|
||||||
type UpDownCounter interface {
|
type UpDownCounter interface {
|
||||||
// Observe records the state of the instrument to be x. The value of x is
|
// Observe records the state of the instrument to be x. Implementations
|
||||||
// assumed to be the exact UpDownCounter value to record.
|
// will assume x to be the cumulative sum of the count.
|
||||||
//
|
//
|
||||||
// It is only valid to call this within a callback. If called outside of the
|
// It is only valid to call this within a callback. If called outside of the
|
||||||
// registered callback it should have no effect on the instrument, and an
|
// registered callback it should have no effect on the instrument, and an
|
||||||
|
@ -60,6 +66,8 @@ type UpDownCounter interface {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Gauge is an instrument that records independent readings.
|
// Gauge is an instrument that records independent readings.
|
||||||
|
//
|
||||||
|
// Warning: methods may be added to this interface in minor releases.
|
||||||
type Gauge interface {
|
type Gauge interface {
|
||||||
// Observe records the state of the instrument to be x.
|
// Observe records the state of the instrument to be x.
|
||||||
//
|
//
|
||||||
|
|
16
vendor/go.opentelemetry.io/otel/metric/instrument/asyncint64/asyncint64.go
generated
vendored
16
vendor/go.opentelemetry.io/otel/metric/instrument/asyncint64/asyncint64.go
generated
vendored
|
@ -22,6 +22,8 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
// InstrumentProvider provides access to individual instruments.
|
// InstrumentProvider provides access to individual instruments.
|
||||||
|
//
|
||||||
|
// Warning: methods may be added to this interface in minor releases.
|
||||||
type InstrumentProvider interface {
|
type InstrumentProvider interface {
|
||||||
// Counter creates an instrument for recording increasing values.
|
// Counter creates an instrument for recording increasing values.
|
||||||
Counter(name string, opts ...instrument.Option) (Counter, error)
|
Counter(name string, opts ...instrument.Option) (Counter, error)
|
||||||
|
@ -34,9 +36,11 @@ type InstrumentProvider interface {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Counter is an instrument that records increasing values.
|
// Counter is an instrument that records increasing values.
|
||||||
|
//
|
||||||
|
// Warning: methods may be added to this interface in minor releases.
|
||||||
type Counter interface {
|
type Counter interface {
|
||||||
// Observe records the state of the instrument to be x. The value of x is
|
// Observe records the state of the instrument to be x. Implementations
|
||||||
// assumed to be the exact Counter value to record.
|
// will assume x to be the cumulative sum of the count.
|
||||||
//
|
//
|
||||||
// It is only valid to call this within a callback. If called outside of the
|
// It is only valid to call this within a callback. If called outside of the
|
||||||
// registered callback it should have no effect on the instrument, and an
|
// registered callback it should have no effect on the instrument, and an
|
||||||
|
@ -47,9 +51,11 @@ type Counter interface {
|
||||||
}
|
}
|
||||||
|
|
||||||
// UpDownCounter is an instrument that records increasing or decreasing values.
|
// UpDownCounter is an instrument that records increasing or decreasing values.
|
||||||
|
//
|
||||||
|
// Warning: methods may be added to this interface in minor releases.
|
||||||
type UpDownCounter interface {
|
type UpDownCounter interface {
|
||||||
// Observe records the state of the instrument to be x. The value of x is
|
// Observe records the state of the instrument to be x. Implementations
|
||||||
// assumed to be the exact UpDownCounter value to record.
|
// will assume x to be the cumulative sum of the count.
|
||||||
//
|
//
|
||||||
// It is only valid to call this within a callback. If called outside of the
|
// It is only valid to call this within a callback. If called outside of the
|
||||||
// registered callback it should have no effect on the instrument, and an
|
// registered callback it should have no effect on the instrument, and an
|
||||||
|
@ -60,6 +66,8 @@ type UpDownCounter interface {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Gauge is an instrument that records independent readings.
|
// Gauge is an instrument that records independent readings.
|
||||||
|
//
|
||||||
|
// Warning: methods may be added to this interface in minor releases.
|
||||||
type Gauge interface {
|
type Gauge interface {
|
||||||
// Observe records the state of the instrument to be x.
|
// Observe records the state of the instrument to be x.
|
||||||
//
|
//
|
||||||
|
|
8
vendor/go.opentelemetry.io/otel/metric/instrument/syncfloat64/syncfloat64.go
generated
vendored
8
vendor/go.opentelemetry.io/otel/metric/instrument/syncfloat64/syncfloat64.go
generated
vendored
|
@ -22,6 +22,8 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
// InstrumentProvider provides access to individual instruments.
|
// InstrumentProvider provides access to individual instruments.
|
||||||
|
//
|
||||||
|
// Warning: methods may be added to this interface in minor releases.
|
||||||
type InstrumentProvider interface {
|
type InstrumentProvider interface {
|
||||||
// Counter creates an instrument for recording increasing values.
|
// Counter creates an instrument for recording increasing values.
|
||||||
Counter(name string, opts ...instrument.Option) (Counter, error)
|
Counter(name string, opts ...instrument.Option) (Counter, error)
|
||||||
|
@ -32,6 +34,8 @@ type InstrumentProvider interface {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Counter is an instrument that records increasing values.
|
// Counter is an instrument that records increasing values.
|
||||||
|
//
|
||||||
|
// Warning: methods may be added to this interface in minor releases.
|
||||||
type Counter interface {
|
type Counter interface {
|
||||||
// Add records a change to the counter.
|
// Add records a change to the counter.
|
||||||
Add(ctx context.Context, incr float64, attrs ...attribute.KeyValue)
|
Add(ctx context.Context, incr float64, attrs ...attribute.KeyValue)
|
||||||
|
@ -40,6 +44,8 @@ type Counter interface {
|
||||||
}
|
}
|
||||||
|
|
||||||
// UpDownCounter is an instrument that records increasing or decreasing values.
|
// UpDownCounter is an instrument that records increasing or decreasing values.
|
||||||
|
//
|
||||||
|
// Warning: methods may be added to this interface in minor releases.
|
||||||
type UpDownCounter interface {
|
type UpDownCounter interface {
|
||||||
// Add records a change to the counter.
|
// Add records a change to the counter.
|
||||||
Add(ctx context.Context, incr float64, attrs ...attribute.KeyValue)
|
Add(ctx context.Context, incr float64, attrs ...attribute.KeyValue)
|
||||||
|
@ -48,6 +54,8 @@ type UpDownCounter interface {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Histogram is an instrument that records a distribution of values.
|
// Histogram is an instrument that records a distribution of values.
|
||||||
|
//
|
||||||
|
// Warning: methods may be added to this interface in minor releases.
|
||||||
type Histogram interface {
|
type Histogram interface {
|
||||||
// Record adds an additional value to the distribution.
|
// Record adds an additional value to the distribution.
|
||||||
Record(ctx context.Context, incr float64, attrs ...attribute.KeyValue)
|
Record(ctx context.Context, incr float64, attrs ...attribute.KeyValue)
|
||||||
|
|
8
vendor/go.opentelemetry.io/otel/metric/instrument/syncint64/syncint64.go
generated
vendored
8
vendor/go.opentelemetry.io/otel/metric/instrument/syncint64/syncint64.go
generated
vendored
|
@ -22,6 +22,8 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
// InstrumentProvider provides access to individual instruments.
|
// InstrumentProvider provides access to individual instruments.
|
||||||
|
//
|
||||||
|
// Warning: methods may be added to this interface in minor releases.
|
||||||
type InstrumentProvider interface {
|
type InstrumentProvider interface {
|
||||||
// Counter creates an instrument for recording increasing values.
|
// Counter creates an instrument for recording increasing values.
|
||||||
Counter(name string, opts ...instrument.Option) (Counter, error)
|
Counter(name string, opts ...instrument.Option) (Counter, error)
|
||||||
|
@ -32,6 +34,8 @@ type InstrumentProvider interface {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Counter is an instrument that records increasing values.
|
// Counter is an instrument that records increasing values.
|
||||||
|
//
|
||||||
|
// Warning: methods may be added to this interface in minor releases.
|
||||||
type Counter interface {
|
type Counter interface {
|
||||||
// Add records a change to the counter.
|
// Add records a change to the counter.
|
||||||
Add(ctx context.Context, incr int64, attrs ...attribute.KeyValue)
|
Add(ctx context.Context, incr int64, attrs ...attribute.KeyValue)
|
||||||
|
@ -40,6 +44,8 @@ type Counter interface {
|
||||||
}
|
}
|
||||||
|
|
||||||
// UpDownCounter is an instrument that records increasing or decreasing values.
|
// UpDownCounter is an instrument that records increasing or decreasing values.
|
||||||
|
//
|
||||||
|
// Warning: methods may be added to this interface in minor releases.
|
||||||
type UpDownCounter interface {
|
type UpDownCounter interface {
|
||||||
// Add records a change to the counter.
|
// Add records a change to the counter.
|
||||||
Add(ctx context.Context, incr int64, attrs ...attribute.KeyValue)
|
Add(ctx context.Context, incr int64, attrs ...attribute.KeyValue)
|
||||||
|
@ -48,6 +54,8 @@ type UpDownCounter interface {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Histogram is an instrument that records a distribution of values.
|
// Histogram is an instrument that records a distribution of values.
|
||||||
|
//
|
||||||
|
// Warning: methods may be added to this interface in minor releases.
|
||||||
type Histogram interface {
|
type Histogram interface {
|
||||||
// Record adds an additional value to the distribution.
|
// Record adds an additional value to the distribution.
|
||||||
Record(ctx context.Context, incr int64, attrs ...attribute.KeyValue)
|
Record(ctx context.Context, incr int64, attrs ...attribute.KeyValue)
|
||||||
|
|
4
vendor/go.opentelemetry.io/otel/metric/meter.go
generated
vendored
4
vendor/go.opentelemetry.io/otel/metric/meter.go
generated
vendored
|
@ -26,6 +26,8 @@ import (
|
||||||
|
|
||||||
// MeterProvider provides access to named Meter instances, for instrumenting
|
// MeterProvider provides access to named Meter instances, for instrumenting
|
||||||
// an application or library.
|
// an application or library.
|
||||||
|
//
|
||||||
|
// Warning: methods may be added to this interface in minor releases.
|
||||||
type MeterProvider interface {
|
type MeterProvider interface {
|
||||||
// Meter creates an instance of a `Meter` interface. The instrumentationName
|
// Meter creates an instance of a `Meter` interface. The instrumentationName
|
||||||
// must be the name of the library providing instrumentation. This name may
|
// must be the name of the library providing instrumentation. This name may
|
||||||
|
@ -36,6 +38,8 @@ type MeterProvider interface {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Meter provides access to instrument instances for recording metrics.
|
// Meter provides access to instrument instances for recording metrics.
|
||||||
|
//
|
||||||
|
// Warning: methods may be added to this interface in minor releases.
|
||||||
type Meter interface {
|
type Meter interface {
|
||||||
// AsyncInt64 is the namespace for the Asynchronous Integer instruments.
|
// AsyncInt64 is the namespace for the Asynchronous Integer instruments.
|
||||||
//
|
//
|
||||||
|
|
2
vendor/go.opentelemetry.io/otel/trace/doc.go
generated
vendored
2
vendor/go.opentelemetry.io/otel/trace/doc.go
generated
vendored
|
@ -17,7 +17,7 @@ Package trace provides an implementation of the tracing part of the
|
||||||
OpenTelemetry API.
|
OpenTelemetry API.
|
||||||
|
|
||||||
To participate in distributed traces a Span needs to be created for the
|
To participate in distributed traces a Span needs to be created for the
|
||||||
operation being performed as part of a traced workflow. It its simplest form:
|
operation being performed as part of a traced workflow. In its simplest form:
|
||||||
|
|
||||||
var tracer trace.Tracer
|
var tracer trace.Tracer
|
||||||
|
|
||||||
|
|
2
vendor/go.opentelemetry.io/otel/version.go
generated
vendored
2
vendor/go.opentelemetry.io/otel/version.go
generated
vendored
|
@ -16,5 +16,5 @@ package otel // import "go.opentelemetry.io/otel"
|
||||||
|
|
||||||
// Version is the current release version of OpenTelemetry in use.
|
// Version is the current release version of OpenTelemetry in use.
|
||||||
func Version() string {
|
func Version() string {
|
||||||
return "1.11.1"
|
return "1.11.2"
|
||||||
}
|
}
|
||||||
|
|
4
vendor/go.opentelemetry.io/otel/versions.yaml
generated
vendored
4
vendor/go.opentelemetry.io/otel/versions.yaml
generated
vendored
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
module-sets:
|
module-sets:
|
||||||
stable-v1:
|
stable-v1:
|
||||||
version: v1.11.1
|
version: v1.11.2
|
||||||
modules:
|
modules:
|
||||||
- go.opentelemetry.io/otel
|
- go.opentelemetry.io/otel
|
||||||
- go.opentelemetry.io/otel/bridge/opentracing
|
- go.opentelemetry.io/otel/bridge/opentracing
|
||||||
|
@ -34,7 +34,7 @@ module-sets:
|
||||||
- go.opentelemetry.io/otel/trace
|
- go.opentelemetry.io/otel/trace
|
||||||
- go.opentelemetry.io/otel/sdk
|
- go.opentelemetry.io/otel/sdk
|
||||||
experimental-metrics:
|
experimental-metrics:
|
||||||
version: v0.33.0
|
version: v0.34.0
|
||||||
modules:
|
modules:
|
||||||
- go.opentelemetry.io/otel/example/opencensus
|
- go.opentelemetry.io/otel/example/opencensus
|
||||||
- go.opentelemetry.io/otel/example/prometheus
|
- go.opentelemetry.io/otel/example/prometheus
|
||||||
|
|
6
vendor/golang.org/x/exp/slices/slices.go
generated
vendored
6
vendor/golang.org/x/exp/slices/slices.go
generated
vendored
|
@ -128,6 +128,12 @@ func Contains[E comparable](s []E, v E) bool {
|
||||||
return Index(s, v) >= 0
|
return Index(s, v) >= 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// ContainsFunc reports whether at least one
|
||||||
|
// element e of s satisfies f(e).
|
||||||
|
func ContainsFunc[E any](s []E, f func(E) bool) bool {
|
||||||
|
return IndexFunc(s, f) >= 0
|
||||||
|
}
|
||||||
|
|
||||||
// Insert inserts the values v... into s at index i,
|
// Insert inserts the values v... into s at index i,
|
||||||
// returning the modified slice.
|
// returning the modified slice.
|
||||||
// In the returned slice r, r[i] == v[0].
|
// In the returned slice r, r[i] == v[0].
|
||||||
|
|
5
vendor/golang.org/x/net/http2/hpack/encode.go
generated
vendored
5
vendor/golang.org/x/net/http2/hpack/encode.go
generated
vendored
|
@ -116,6 +116,11 @@ func (e *Encoder) SetMaxDynamicTableSize(v uint32) {
|
||||||
e.dynTab.setMaxSize(v)
|
e.dynTab.setMaxSize(v)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// MaxDynamicTableSize returns the current dynamic header table size.
|
||||||
|
func (e *Encoder) MaxDynamicTableSize() (v uint32) {
|
||||||
|
return e.dynTab.maxSize
|
||||||
|
}
|
||||||
|
|
||||||
// SetMaxDynamicTableSizeLimit changes the maximum value that can be
|
// SetMaxDynamicTableSizeLimit changes the maximum value that can be
|
||||||
// specified in SetMaxDynamicTableSize to v. By default, it is set to
|
// specified in SetMaxDynamicTableSize to v. By default, it is set to
|
||||||
// 4096, which is the same size of the default dynamic header table
|
// 4096, which is the same size of the default dynamic header table
|
||||||
|
|
34
vendor/golang.org/x/net/http2/server.go
generated
vendored
34
vendor/golang.org/x/net/http2/server.go
generated
vendored
|
@ -98,6 +98,19 @@ type Server struct {
|
||||||
// the HTTP/2 spec's recommendations.
|
// the HTTP/2 spec's recommendations.
|
||||||
MaxConcurrentStreams uint32
|
MaxConcurrentStreams uint32
|
||||||
|
|
||||||
|
// MaxDecoderHeaderTableSize optionally specifies the http2
|
||||||
|
// SETTINGS_HEADER_TABLE_SIZE to send in the initial settings frame. It
|
||||||
|
// informs the remote endpoint of the maximum size of the header compression
|
||||||
|
// table used to decode header blocks, in octets. If zero, the default value
|
||||||
|
// of 4096 is used.
|
||||||
|
MaxDecoderHeaderTableSize uint32
|
||||||
|
|
||||||
|
// MaxEncoderHeaderTableSize optionally specifies an upper limit for the
|
||||||
|
// header compression table used for encoding request headers. Received
|
||||||
|
// SETTINGS_HEADER_TABLE_SIZE settings are capped at this limit. If zero,
|
||||||
|
// the default value of 4096 is used.
|
||||||
|
MaxEncoderHeaderTableSize uint32
|
||||||
|
|
||||||
// MaxReadFrameSize optionally specifies the largest frame
|
// MaxReadFrameSize optionally specifies the largest frame
|
||||||
// this server is willing to read. A valid value is between
|
// this server is willing to read. A valid value is between
|
||||||
// 16k and 16M, inclusive. If zero or otherwise invalid, a
|
// 16k and 16M, inclusive. If zero or otherwise invalid, a
|
||||||
|
@ -170,6 +183,20 @@ func (s *Server) maxConcurrentStreams() uint32 {
|
||||||
return defaultMaxStreams
|
return defaultMaxStreams
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (s *Server) maxDecoderHeaderTableSize() uint32 {
|
||||||
|
if v := s.MaxDecoderHeaderTableSize; v > 0 {
|
||||||
|
return v
|
||||||
|
}
|
||||||
|
return initialHeaderTableSize
|
||||||
|
}
|
||||||
|
|
||||||
|
func (s *Server) maxEncoderHeaderTableSize() uint32 {
|
||||||
|
if v := s.MaxEncoderHeaderTableSize; v > 0 {
|
||||||
|
return v
|
||||||
|
}
|
||||||
|
return initialHeaderTableSize
|
||||||
|
}
|
||||||
|
|
||||||
// maxQueuedControlFrames is the maximum number of control frames like
|
// maxQueuedControlFrames is the maximum number of control frames like
|
||||||
// SETTINGS, PING and RST_STREAM that will be queued for writing before
|
// SETTINGS, PING and RST_STREAM that will be queued for writing before
|
||||||
// the connection is closed to prevent memory exhaustion attacks.
|
// the connection is closed to prevent memory exhaustion attacks.
|
||||||
|
@ -394,7 +421,6 @@ func (s *Server) ServeConn(c net.Conn, opts *ServeConnOpts) {
|
||||||
advMaxStreams: s.maxConcurrentStreams(),
|
advMaxStreams: s.maxConcurrentStreams(),
|
||||||
initialStreamSendWindowSize: initialWindowSize,
|
initialStreamSendWindowSize: initialWindowSize,
|
||||||
maxFrameSize: initialMaxFrameSize,
|
maxFrameSize: initialMaxFrameSize,
|
||||||
headerTableSize: initialHeaderTableSize,
|
|
||||||
serveG: newGoroutineLock(),
|
serveG: newGoroutineLock(),
|
||||||
pushEnabled: true,
|
pushEnabled: true,
|
||||||
sawClientPreface: opts.SawClientPreface,
|
sawClientPreface: opts.SawClientPreface,
|
||||||
|
@ -424,12 +450,13 @@ func (s *Server) ServeConn(c net.Conn, opts *ServeConnOpts) {
|
||||||
sc.flow.add(initialWindowSize)
|
sc.flow.add(initialWindowSize)
|
||||||
sc.inflow.add(initialWindowSize)
|
sc.inflow.add(initialWindowSize)
|
||||||
sc.hpackEncoder = hpack.NewEncoder(&sc.headerWriteBuf)
|
sc.hpackEncoder = hpack.NewEncoder(&sc.headerWriteBuf)
|
||||||
|
sc.hpackEncoder.SetMaxDynamicTableSizeLimit(s.maxEncoderHeaderTableSize())
|
||||||
|
|
||||||
fr := NewFramer(sc.bw, c)
|
fr := NewFramer(sc.bw, c)
|
||||||
if s.CountError != nil {
|
if s.CountError != nil {
|
||||||
fr.countError = s.CountError
|
fr.countError = s.CountError
|
||||||
}
|
}
|
||||||
fr.ReadMetaHeaders = hpack.NewDecoder(initialHeaderTableSize, nil)
|
fr.ReadMetaHeaders = hpack.NewDecoder(s.maxDecoderHeaderTableSize(), nil)
|
||||||
fr.MaxHeaderListSize = sc.maxHeaderListSize()
|
fr.MaxHeaderListSize = sc.maxHeaderListSize()
|
||||||
fr.SetMaxReadFrameSize(s.maxReadFrameSize())
|
fr.SetMaxReadFrameSize(s.maxReadFrameSize())
|
||||||
sc.framer = fr
|
sc.framer = fr
|
||||||
|
@ -559,7 +586,6 @@ type serverConn struct {
|
||||||
streams map[uint32]*stream
|
streams map[uint32]*stream
|
||||||
initialStreamSendWindowSize int32
|
initialStreamSendWindowSize int32
|
||||||
maxFrameSize int32
|
maxFrameSize int32
|
||||||
headerTableSize uint32
|
|
||||||
peerMaxHeaderListSize uint32 // zero means unknown (default)
|
peerMaxHeaderListSize uint32 // zero means unknown (default)
|
||||||
canonHeader map[string]string // http2-lower-case -> Go-Canonical-Case
|
canonHeader map[string]string // http2-lower-case -> Go-Canonical-Case
|
||||||
writingFrame bool // started writing a frame (on serve goroutine or separate)
|
writingFrame bool // started writing a frame (on serve goroutine or separate)
|
||||||
|
@ -864,6 +890,7 @@ func (sc *serverConn) serve() {
|
||||||
{SettingMaxFrameSize, sc.srv.maxReadFrameSize()},
|
{SettingMaxFrameSize, sc.srv.maxReadFrameSize()},
|
||||||
{SettingMaxConcurrentStreams, sc.advMaxStreams},
|
{SettingMaxConcurrentStreams, sc.advMaxStreams},
|
||||||
{SettingMaxHeaderListSize, sc.maxHeaderListSize()},
|
{SettingMaxHeaderListSize, sc.maxHeaderListSize()},
|
||||||
|
{SettingHeaderTableSize, sc.srv.maxDecoderHeaderTableSize()},
|
||||||
{SettingInitialWindowSize, uint32(sc.srv.initialStreamRecvWindowSize())},
|
{SettingInitialWindowSize, uint32(sc.srv.initialStreamRecvWindowSize())},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
@ -1661,7 +1688,6 @@ func (sc *serverConn) processSetting(s Setting) error {
|
||||||
}
|
}
|
||||||
switch s.ID {
|
switch s.ID {
|
||||||
case SettingHeaderTableSize:
|
case SettingHeaderTableSize:
|
||||||
sc.headerTableSize = s.Val
|
|
||||||
sc.hpackEncoder.SetMaxDynamicTableSize(s.Val)
|
sc.hpackEncoder.SetMaxDynamicTableSize(s.Val)
|
||||||
case SettingEnablePush:
|
case SettingEnablePush:
|
||||||
sc.pushEnabled = s.Val != 0
|
sc.pushEnabled = s.Val != 0
|
||||||
|
|
78
vendor/golang.org/x/net/http2/transport.go
generated
vendored
78
vendor/golang.org/x/net/http2/transport.go
generated
vendored
|
@ -118,6 +118,28 @@ type Transport struct {
|
||||||
// to mean no limit.
|
// to mean no limit.
|
||||||
MaxHeaderListSize uint32
|
MaxHeaderListSize uint32
|
||||||
|
|
||||||
|
// MaxReadFrameSize is the http2 SETTINGS_MAX_FRAME_SIZE to send in the
|
||||||
|
// initial settings frame. It is the size in bytes of the largest frame
|
||||||
|
// payload that the sender is willing to receive. If 0, no setting is
|
||||||
|
// sent, and the value is provided by the peer, which should be 16384
|
||||||
|
// according to the spec:
|
||||||
|
// https://datatracker.ietf.org/doc/html/rfc7540#section-6.5.2.
|
||||||
|
// Values are bounded in the range 16k to 16M.
|
||||||
|
MaxReadFrameSize uint32
|
||||||
|
|
||||||
|
// MaxDecoderHeaderTableSize optionally specifies the http2
|
||||||
|
// SETTINGS_HEADER_TABLE_SIZE to send in the initial settings frame. It
|
||||||
|
// informs the remote endpoint of the maximum size of the header compression
|
||||||
|
// table used to decode header blocks, in octets. If zero, the default value
|
||||||
|
// of 4096 is used.
|
||||||
|
MaxDecoderHeaderTableSize uint32
|
||||||
|
|
||||||
|
// MaxEncoderHeaderTableSize optionally specifies an upper limit for the
|
||||||
|
// header compression table used for encoding request headers. Received
|
||||||
|
// SETTINGS_HEADER_TABLE_SIZE settings are capped at this limit. If zero,
|
||||||
|
// the default value of 4096 is used.
|
||||||
|
MaxEncoderHeaderTableSize uint32
|
||||||
|
|
||||||
// StrictMaxConcurrentStreams controls whether the server's
|
// StrictMaxConcurrentStreams controls whether the server's
|
||||||
// SETTINGS_MAX_CONCURRENT_STREAMS should be respected
|
// SETTINGS_MAX_CONCURRENT_STREAMS should be respected
|
||||||
// globally. If false, new TCP connections are created to the
|
// globally. If false, new TCP connections are created to the
|
||||||
|
@ -171,6 +193,19 @@ func (t *Transport) maxHeaderListSize() uint32 {
|
||||||
return t.MaxHeaderListSize
|
return t.MaxHeaderListSize
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (t *Transport) maxFrameReadSize() uint32 {
|
||||||
|
if t.MaxReadFrameSize == 0 {
|
||||||
|
return 0 // use the default provided by the peer
|
||||||
|
}
|
||||||
|
if t.MaxReadFrameSize < minMaxFrameSize {
|
||||||
|
return minMaxFrameSize
|
||||||
|
}
|
||||||
|
if t.MaxReadFrameSize > maxFrameSize {
|
||||||
|
return maxFrameSize
|
||||||
|
}
|
||||||
|
return t.MaxReadFrameSize
|
||||||
|
}
|
||||||
|
|
||||||
func (t *Transport) disableCompression() bool {
|
func (t *Transport) disableCompression() bool {
|
||||||
return t.DisableCompression || (t.t1 != nil && t.t1.DisableCompression)
|
return t.DisableCompression || (t.t1 != nil && t.t1.DisableCompression)
|
||||||
}
|
}
|
||||||
|
@ -293,10 +328,11 @@ type ClientConn struct {
|
||||||
lastActive time.Time
|
lastActive time.Time
|
||||||
lastIdle time.Time // time last idle
|
lastIdle time.Time // time last idle
|
||||||
// Settings from peer: (also guarded by wmu)
|
// Settings from peer: (also guarded by wmu)
|
||||||
maxFrameSize uint32
|
maxFrameSize uint32
|
||||||
maxConcurrentStreams uint32
|
maxConcurrentStreams uint32
|
||||||
peerMaxHeaderListSize uint64
|
peerMaxHeaderListSize uint64
|
||||||
initialWindowSize uint32
|
peerMaxHeaderTableSize uint32
|
||||||
|
initialWindowSize uint32
|
||||||
|
|
||||||
// reqHeaderMu is a 1-element semaphore channel controlling access to sending new requests.
|
// reqHeaderMu is a 1-element semaphore channel controlling access to sending new requests.
|
||||||
// Write to reqHeaderMu to lock it, read from it to unlock.
|
// Write to reqHeaderMu to lock it, read from it to unlock.
|
||||||
|
@ -681,6 +717,20 @@ func (t *Transport) expectContinueTimeout() time.Duration {
|
||||||
return t.t1.ExpectContinueTimeout
|
return t.t1.ExpectContinueTimeout
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (t *Transport) maxDecoderHeaderTableSize() uint32 {
|
||||||
|
if v := t.MaxDecoderHeaderTableSize; v > 0 {
|
||||||
|
return v
|
||||||
|
}
|
||||||
|
return initialHeaderTableSize
|
||||||
|
}
|
||||||
|
|
||||||
|
func (t *Transport) maxEncoderHeaderTableSize() uint32 {
|
||||||
|
if v := t.MaxEncoderHeaderTableSize; v > 0 {
|
||||||
|
return v
|
||||||
|
}
|
||||||
|
return initialHeaderTableSize
|
||||||
|
}
|
||||||
|
|
||||||
func (t *Transport) NewClientConn(c net.Conn) (*ClientConn, error) {
|
func (t *Transport) NewClientConn(c net.Conn) (*ClientConn, error) {
|
||||||
return t.newClientConn(c, t.disableKeepAlives())
|
return t.newClientConn(c, t.disableKeepAlives())
|
||||||
}
|
}
|
||||||
|
@ -721,15 +771,19 @@ func (t *Transport) newClientConn(c net.Conn, singleUse bool) (*ClientConn, erro
|
||||||
})
|
})
|
||||||
cc.br = bufio.NewReader(c)
|
cc.br = bufio.NewReader(c)
|
||||||
cc.fr = NewFramer(cc.bw, cc.br)
|
cc.fr = NewFramer(cc.bw, cc.br)
|
||||||
|
if t.maxFrameReadSize() != 0 {
|
||||||
|
cc.fr.SetMaxReadFrameSize(t.maxFrameReadSize())
|
||||||
|
}
|
||||||
if t.CountError != nil {
|
if t.CountError != nil {
|
||||||
cc.fr.countError = t.CountError
|
cc.fr.countError = t.CountError
|
||||||
}
|
}
|
||||||
cc.fr.ReadMetaHeaders = hpack.NewDecoder(initialHeaderTableSize, nil)
|
maxHeaderTableSize := t.maxDecoderHeaderTableSize()
|
||||||
|
cc.fr.ReadMetaHeaders = hpack.NewDecoder(maxHeaderTableSize, nil)
|
||||||
cc.fr.MaxHeaderListSize = t.maxHeaderListSize()
|
cc.fr.MaxHeaderListSize = t.maxHeaderListSize()
|
||||||
|
|
||||||
// TODO: SetMaxDynamicTableSize, SetMaxDynamicTableSizeLimit on
|
|
||||||
// henc in response to SETTINGS frames?
|
|
||||||
cc.henc = hpack.NewEncoder(&cc.hbuf)
|
cc.henc = hpack.NewEncoder(&cc.hbuf)
|
||||||
|
cc.henc.SetMaxDynamicTableSizeLimit(t.maxEncoderHeaderTableSize())
|
||||||
|
cc.peerMaxHeaderTableSize = initialHeaderTableSize
|
||||||
|
|
||||||
if t.AllowHTTP {
|
if t.AllowHTTP {
|
||||||
cc.nextStreamID = 3
|
cc.nextStreamID = 3
|
||||||
|
@ -744,9 +798,15 @@ func (t *Transport) newClientConn(c net.Conn, singleUse bool) (*ClientConn, erro
|
||||||
{ID: SettingEnablePush, Val: 0},
|
{ID: SettingEnablePush, Val: 0},
|
||||||
{ID: SettingInitialWindowSize, Val: transportDefaultStreamFlow},
|
{ID: SettingInitialWindowSize, Val: transportDefaultStreamFlow},
|
||||||
}
|
}
|
||||||
|
if max := t.maxFrameReadSize(); max != 0 {
|
||||||
|
initialSettings = append(initialSettings, Setting{ID: SettingMaxFrameSize, Val: max})
|
||||||
|
}
|
||||||
if max := t.maxHeaderListSize(); max != 0 {
|
if max := t.maxHeaderListSize(); max != 0 {
|
||||||
initialSettings = append(initialSettings, Setting{ID: SettingMaxHeaderListSize, Val: max})
|
initialSettings = append(initialSettings, Setting{ID: SettingMaxHeaderListSize, Val: max})
|
||||||
}
|
}
|
||||||
|
if maxHeaderTableSize != initialHeaderTableSize {
|
||||||
|
initialSettings = append(initialSettings, Setting{ID: SettingHeaderTableSize, Val: maxHeaderTableSize})
|
||||||
|
}
|
||||||
|
|
||||||
cc.bw.Write(clientPreface)
|
cc.bw.Write(clientPreface)
|
||||||
cc.fr.WriteSettings(initialSettings...)
|
cc.fr.WriteSettings(initialSettings...)
|
||||||
|
@ -2773,8 +2833,10 @@ func (rl *clientConnReadLoop) processSettingsNoWrite(f *SettingsFrame) error {
|
||||||
cc.cond.Broadcast()
|
cc.cond.Broadcast()
|
||||||
|
|
||||||
cc.initialWindowSize = s.Val
|
cc.initialWindowSize = s.Val
|
||||||
|
case SettingHeaderTableSize:
|
||||||
|
cc.henc.SetMaxDynamicTableSize(s.Val)
|
||||||
|
cc.peerMaxHeaderTableSize = s.Val
|
||||||
default:
|
default:
|
||||||
// TODO(bradfitz): handle more settings? SETTINGS_HEADER_TABLE_SIZE probably.
|
|
||||||
cc.vlogf("Unhandled Setting: %v", s)
|
cc.vlogf("Unhandled Setting: %v", s)
|
||||||
}
|
}
|
||||||
return nil
|
return nil
|
||||||
|
|
208
vendor/google.golang.org/genproto/googleapis/iam/v1/alias.go
generated
vendored
Normal file
208
vendor/google.golang.org/genproto/googleapis/iam/v1/alias.go
generated
vendored
Normal file
|
@ -0,0 +1,208 @@
|
||||||
|
// Copyright 2022 Google LLC
|
||||||
|
//
|
||||||
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
// you may not use this file except in compliance with the License.
|
||||||
|
// You may obtain a copy of the License at
|
||||||
|
//
|
||||||
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
//
|
||||||
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
// See the License for the specific language governing permissions and
|
||||||
|
// limitations under the License.
|
||||||
|
|
||||||
|
// Code generated by aliasgen. DO NOT EDIT.
|
||||||
|
|
||||||
|
// Package iam aliases all exported identifiers in package
|
||||||
|
// "cloud.google.com/go/iam/apiv1/iampb".
|
||||||
|
//
|
||||||
|
// Deprecated: Please use types in: cloud.google.com/go/iam/apiv1/iampb.
|
||||||
|
// Please read https://github.com/googleapis/google-cloud-go/blob/main/migration.md
|
||||||
|
// for more details.
|
||||||
|
package iam
|
||||||
|
|
||||||
|
import (
|
||||||
|
src "cloud.google.com/go/iam/apiv1/iampb"
|
||||||
|
grpc "google.golang.org/grpc"
|
||||||
|
)
|
||||||
|
|
||||||
|
// Deprecated: Please use consts in: cloud.google.com/go/iam/apiv1/iampb
|
||||||
|
const (
|
||||||
|
AuditConfigDelta_ACTION_UNSPECIFIED = src.AuditConfigDelta_ACTION_UNSPECIFIED
|
||||||
|
AuditConfigDelta_ADD = src.AuditConfigDelta_ADD
|
||||||
|
AuditConfigDelta_REMOVE = src.AuditConfigDelta_REMOVE
|
||||||
|
AuditLogConfig_ADMIN_READ = src.AuditLogConfig_ADMIN_READ
|
||||||
|
AuditLogConfig_DATA_READ = src.AuditLogConfig_DATA_READ
|
||||||
|
AuditLogConfig_DATA_WRITE = src.AuditLogConfig_DATA_WRITE
|
||||||
|
AuditLogConfig_LOG_TYPE_UNSPECIFIED = src.AuditLogConfig_LOG_TYPE_UNSPECIFIED
|
||||||
|
BindingDelta_ACTION_UNSPECIFIED = src.BindingDelta_ACTION_UNSPECIFIED
|
||||||
|
BindingDelta_ADD = src.BindingDelta_ADD
|
||||||
|
BindingDelta_REMOVE = src.BindingDelta_REMOVE
|
||||||
|
)
|
||||||
|
|
||||||
|
// Deprecated: Please use vars in: cloud.google.com/go/iam/apiv1/iampb
|
||||||
|
var (
|
||||||
|
AuditConfigDelta_Action_name = src.AuditConfigDelta_Action_name
|
||||||
|
AuditConfigDelta_Action_value = src.AuditConfigDelta_Action_value
|
||||||
|
AuditLogConfig_LogType_name = src.AuditLogConfig_LogType_name
|
||||||
|
AuditLogConfig_LogType_value = src.AuditLogConfig_LogType_value
|
||||||
|
BindingDelta_Action_name = src.BindingDelta_Action_name
|
||||||
|
BindingDelta_Action_value = src.BindingDelta_Action_value
|
||||||
|
File_google_iam_v1_iam_policy_proto = src.File_google_iam_v1_iam_policy_proto
|
||||||
|
File_google_iam_v1_options_proto = src.File_google_iam_v1_options_proto
|
||||||
|
File_google_iam_v1_policy_proto = src.File_google_iam_v1_policy_proto
|
||||||
|
)
|
||||||
|
|
||||||
|
// Specifies the audit configuration for a service. The configuration
|
||||||
|
// determines which permission types are logged, and what identities, if any,
|
||||||
|
// are exempted from logging. An AuditConfig must have one or more
|
||||||
|
// AuditLogConfigs. If there are AuditConfigs for both `allServices` and a
|
||||||
|
// specific service, the union of the two AuditConfigs is used for that
|
||||||
|
// service: the log_types specified in each AuditConfig are enabled, and the
|
||||||
|
// exempted_members in each AuditLogConfig are exempted. Example Policy with
|
||||||
|
// multiple AuditConfigs: { "audit_configs": [ { "service": "allServices",
|
||||||
|
// "audit_log_configs": [ { "log_type": "DATA_READ", "exempted_members": [
|
||||||
|
// "user:jose@example.com" ] }, { "log_type": "DATA_WRITE" }, { "log_type":
|
||||||
|
// "ADMIN_READ" } ] }, { "service": "sampleservice.googleapis.com",
|
||||||
|
// "audit_log_configs": [ { "log_type": "DATA_READ" }, { "log_type":
|
||||||
|
// "DATA_WRITE", "exempted_members": [ "user:aliya@example.com" ] } ] } ] } For
|
||||||
|
// sampleservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ
|
||||||
|
// logging. It also exempts jose@example.com from DATA_READ logging, and
|
||||||
|
// aliya@example.com from DATA_WRITE logging.
|
||||||
|
//
|
||||||
|
// Deprecated: Please use types in: cloud.google.com/go/iam/apiv1/iampb
|
||||||
|
type AuditConfig = src.AuditConfig
|
||||||
|
|
||||||
|
// One delta entry for AuditConfig. Each individual change (only one
|
||||||
|
// exempted_member in each entry) to a AuditConfig will be a separate entry.
|
||||||
|
//
|
||||||
|
// Deprecated: Please use types in: cloud.google.com/go/iam/apiv1/iampb
|
||||||
|
type AuditConfigDelta = src.AuditConfigDelta
|
||||||
|
|
||||||
|
// The type of action performed on an audit configuration in a policy.
|
||||||
|
//
|
||||||
|
// Deprecated: Please use types in: cloud.google.com/go/iam/apiv1/iampb
|
||||||
|
type AuditConfigDelta_Action = src.AuditConfigDelta_Action
|
||||||
|
|
||||||
|
// Provides the configuration for logging a type of permissions. Example: {
|
||||||
|
// "audit_log_configs": [ { "log_type": "DATA_READ", "exempted_members": [
|
||||||
|
// "user:jose@example.com" ] }, { "log_type": "DATA_WRITE" } ] } This enables
|
||||||
|
// 'DATA_READ' and 'DATA_WRITE' logging, while exempting jose@example.com from
|
||||||
|
// DATA_READ logging.
|
||||||
|
//
|
||||||
|
// Deprecated: Please use types in: cloud.google.com/go/iam/apiv1/iampb
|
||||||
|
type AuditLogConfig = src.AuditLogConfig
|
||||||
|
|
||||||
|
// The list of valid permission types for which logging can be configured.
|
||||||
|
// Admin writes are always logged, and are not configurable.
|
||||||
|
//
|
||||||
|
// Deprecated: Please use types in: cloud.google.com/go/iam/apiv1/iampb
|
||||||
|
type AuditLogConfig_LogType = src.AuditLogConfig_LogType
|
||||||
|
|
||||||
|
// Associates `members`, or principals, with a `role`.
|
||||||
|
//
|
||||||
|
// Deprecated: Please use types in: cloud.google.com/go/iam/apiv1/iampb
|
||||||
|
type Binding = src.Binding
|
||||||
|
|
||||||
|
// One delta entry for Binding. Each individual change (only one member in
|
||||||
|
// each entry) to a binding will be a separate entry.
|
||||||
|
//
|
||||||
|
// Deprecated: Please use types in: cloud.google.com/go/iam/apiv1/iampb
|
||||||
|
type BindingDelta = src.BindingDelta
|
||||||
|
|
||||||
|
// The type of action performed on a Binding in a policy.
|
||||||
|
//
|
||||||
|
// Deprecated: Please use types in: cloud.google.com/go/iam/apiv1/iampb
|
||||||
|
type BindingDelta_Action = src.BindingDelta_Action
|
||||||
|
|
||||||
|
// Request message for `GetIamPolicy` method.
|
||||||
|
//
|
||||||
|
// Deprecated: Please use types in: cloud.google.com/go/iam/apiv1/iampb
|
||||||
|
type GetIamPolicyRequest = src.GetIamPolicyRequest
|
||||||
|
|
||||||
|
// Encapsulates settings provided to GetIamPolicy.
|
||||||
|
//
|
||||||
|
// Deprecated: Please use types in: cloud.google.com/go/iam/apiv1/iampb
|
||||||
|
type GetPolicyOptions = src.GetPolicyOptions
|
||||||
|
|
||||||
|
// IAMPolicyClient is the client API for IAMPolicy service. For semantics
|
||||||
|
// around ctx use and closing/ending streaming RPCs, please refer to
|
||||||
|
// https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
|
||||||
|
//
|
||||||
|
// Deprecated: Please use types in: cloud.google.com/go/iam/apiv1/iampb
|
||||||
|
type IAMPolicyClient = src.IAMPolicyClient
|
||||||
|
|
||||||
|
// IAMPolicyServer is the server API for IAMPolicy service.
|
||||||
|
//
|
||||||
|
// Deprecated: Please use types in: cloud.google.com/go/iam/apiv1/iampb
|
||||||
|
type IAMPolicyServer = src.IAMPolicyServer
|
||||||
|
|
||||||
|
// An Identity and Access Management (IAM) policy, which specifies access
|
||||||
|
// controls for Google Cloud resources. A `Policy` is a collection of
|
||||||
|
// `bindings`. A `binding` binds one or more `members`, or principals, to a
|
||||||
|
// single `role`. Principals can be user accounts, service accounts, Google
|
||||||
|
// groups, and domains (such as G Suite). A `role` is a named list of
|
||||||
|
// permissions; each `role` can be an IAM predefined role or a user-created
|
||||||
|
// custom role. For some types of Google Cloud resources, a `binding` can also
|
||||||
|
// specify a `condition`, which is a logical expression that allows access to a
|
||||||
|
// resource only if the expression evaluates to `true`. A condition can add
|
||||||
|
// constraints based on attributes of the request, the resource, or both. To
|
||||||
|
// learn which resources support conditions in their IAM policies, see the [IAM
|
||||||
|
// documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
|
||||||
|
// **JSON example:** { "bindings": [ { "role":
|
||||||
|
// "roles/resourcemanager.organizationAdmin", "members": [
|
||||||
|
// "user:mike@example.com", "group:admins@example.com", "domain:google.com",
|
||||||
|
// "serviceAccount:my-project-id@appspot.gserviceaccount.com" ] }, { "role":
|
||||||
|
// "roles/resourcemanager.organizationViewer", "members": [
|
||||||
|
// "user:eve@example.com" ], "condition": { "title": "expirable access",
|
||||||
|
// "description": "Does not grant access after Sep 2020", "expression":
|
||||||
|
// "request.time < timestamp('2020-10-01T00:00:00.000Z')", } } ], "etag":
|
||||||
|
// "BwWWja0YfJA=", "version": 3 } **YAML example:** bindings: - members: -
|
||||||
|
// user:mike@example.com - group:admins@example.com - domain:google.com -
|
||||||
|
// serviceAccount:my-project-id@appspot.gserviceaccount.com role:
|
||||||
|
// roles/resourcemanager.organizationAdmin - members: - user:eve@example.com
|
||||||
|
// role: roles/resourcemanager.organizationViewer condition: title: expirable
|
||||||
|
// access description: Does not grant access after Sep 2020 expression:
|
||||||
|
// request.time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA=
|
||||||
|
// version: 3 For a description of IAM and its features, see the [IAM
|
||||||
|
// documentation](https://cloud.google.com/iam/docs/).
|
||||||
|
//
|
||||||
|
// Deprecated: Please use types in: cloud.google.com/go/iam/apiv1/iampb
|
||||||
|
type Policy = src.Policy
|
||||||
|
|
||||||
|
// The difference delta between two policies.
|
||||||
|
//
|
||||||
|
// Deprecated: Please use types in: cloud.google.com/go/iam/apiv1/iampb
|
||||||
|
type PolicyDelta = src.PolicyDelta
|
||||||
|
|
||||||
|
// Request message for `SetIamPolicy` method.
|
||||||
|
//
|
||||||
|
// Deprecated: Please use types in: cloud.google.com/go/iam/apiv1/iampb
|
||||||
|
type SetIamPolicyRequest = src.SetIamPolicyRequest
|
||||||
|
|
||||||
|
// Request message for `TestIamPermissions` method.
|
||||||
|
//
|
||||||
|
// Deprecated: Please use types in: cloud.google.com/go/iam/apiv1/iampb
|
||||||
|
type TestIamPermissionsRequest = src.TestIamPermissionsRequest
|
||||||
|
|
||||||
|
// Response message for `TestIamPermissions` method.
|
||||||
|
//
|
||||||
|
// Deprecated: Please use types in: cloud.google.com/go/iam/apiv1/iampb
|
||||||
|
type TestIamPermissionsResponse = src.TestIamPermissionsResponse
|
||||||
|
|
||||||
|
// UnimplementedIAMPolicyServer can be embedded to have forward compatible
|
||||||
|
// implementations.
|
||||||
|
//
|
||||||
|
// Deprecated: Please use types in: cloud.google.com/go/iam/apiv1/iampb
|
||||||
|
type UnimplementedIAMPolicyServer = src.UnimplementedIAMPolicyServer
|
||||||
|
|
||||||
|
// Deprecated: Please use funcs in: cloud.google.com/go/iam/apiv1/iampb
|
||||||
|
func NewIAMPolicyClient(cc grpc.ClientConnInterface) IAMPolicyClient {
|
||||||
|
return src.NewIAMPolicyClient(cc)
|
||||||
|
}
|
||||||
|
|
||||||
|
// Deprecated: Please use funcs in: cloud.google.com/go/iam/apiv1/iampb
|
||||||
|
func RegisterIAMPolicyServer(s *grpc.Server, srv IAMPolicyServer) {
|
||||||
|
src.RegisterIAMPolicyServer(s, srv)
|
||||||
|
}
|
21
vendor/modules.txt
vendored
21
vendor/modules.txt
vendored
|
@ -4,15 +4,16 @@ cloud.google.com/go/internal
|
||||||
cloud.google.com/go/internal/optional
|
cloud.google.com/go/internal/optional
|
||||||
cloud.google.com/go/internal/trace
|
cloud.google.com/go/internal/trace
|
||||||
cloud.google.com/go/internal/version
|
cloud.google.com/go/internal/version
|
||||||
# cloud.google.com/go/compute v1.13.0
|
# cloud.google.com/go/compute v1.14.0
|
||||||
## explicit; go 1.19
|
## explicit; go 1.19
|
||||||
cloud.google.com/go/compute/internal
|
cloud.google.com/go/compute/internal
|
||||||
# cloud.google.com/go/compute/metadata v0.2.2
|
# cloud.google.com/go/compute/metadata v0.2.2
|
||||||
## explicit; go 1.19
|
## explicit; go 1.19
|
||||||
cloud.google.com/go/compute/metadata
|
cloud.google.com/go/compute/metadata
|
||||||
# cloud.google.com/go/iam v0.7.0
|
# cloud.google.com/go/iam v0.8.0
|
||||||
## explicit; go 1.19
|
## explicit; go 1.19
|
||||||
cloud.google.com/go/iam
|
cloud.google.com/go/iam
|
||||||
|
cloud.google.com/go/iam/apiv1/iampb
|
||||||
# cloud.google.com/go/storage v1.28.1
|
# cloud.google.com/go/storage v1.28.1
|
||||||
## explicit; go 1.19
|
## explicit; go 1.19
|
||||||
cloud.google.com/go/storage
|
cloud.google.com/go/storage
|
||||||
|
@ -79,7 +80,7 @@ github.com/VividCortex/ewma
|
||||||
# github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137
|
# github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137
|
||||||
## explicit; go 1.15
|
## explicit; go 1.15
|
||||||
github.com/alecthomas/units
|
github.com/alecthomas/units
|
||||||
# github.com/aws/aws-sdk-go v1.44.152
|
# github.com/aws/aws-sdk-go v1.44.153
|
||||||
## explicit; go 1.11
|
## explicit; go 1.11
|
||||||
github.com/aws/aws-sdk-go/aws
|
github.com/aws/aws-sdk-go/aws
|
||||||
github.com/aws/aws-sdk-go/aws/awserr
|
github.com/aws/aws-sdk-go/aws/awserr
|
||||||
|
@ -490,10 +491,10 @@ go.opencensus.io/trace
|
||||||
go.opencensus.io/trace/internal
|
go.opencensus.io/trace/internal
|
||||||
go.opencensus.io/trace/propagation
|
go.opencensus.io/trace/propagation
|
||||||
go.opencensus.io/trace/tracestate
|
go.opencensus.io/trace/tracestate
|
||||||
# go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.36.4
|
# go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.37.0
|
||||||
## explicit; go 1.18
|
## explicit; go 1.18
|
||||||
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
|
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
|
||||||
# go.opentelemetry.io/otel v1.11.1
|
# go.opentelemetry.io/otel v1.11.2
|
||||||
## explicit; go 1.18
|
## explicit; go 1.18
|
||||||
go.opentelemetry.io/otel
|
go.opentelemetry.io/otel
|
||||||
go.opentelemetry.io/otel/attribute
|
go.opentelemetry.io/otel/attribute
|
||||||
|
@ -506,7 +507,7 @@ go.opentelemetry.io/otel/internal/global
|
||||||
go.opentelemetry.io/otel/propagation
|
go.opentelemetry.io/otel/propagation
|
||||||
go.opentelemetry.io/otel/semconv/internal
|
go.opentelemetry.io/otel/semconv/internal
|
||||||
go.opentelemetry.io/otel/semconv/v1.12.0
|
go.opentelemetry.io/otel/semconv/v1.12.0
|
||||||
# go.opentelemetry.io/otel/metric v0.33.0
|
# go.opentelemetry.io/otel/metric v0.34.0
|
||||||
## explicit; go 1.18
|
## explicit; go 1.18
|
||||||
go.opentelemetry.io/otel/metric
|
go.opentelemetry.io/otel/metric
|
||||||
go.opentelemetry.io/otel/metric/global
|
go.opentelemetry.io/otel/metric/global
|
||||||
|
@ -517,7 +518,7 @@ go.opentelemetry.io/otel/metric/instrument/syncfloat64
|
||||||
go.opentelemetry.io/otel/metric/instrument/syncint64
|
go.opentelemetry.io/otel/metric/instrument/syncint64
|
||||||
go.opentelemetry.io/otel/metric/internal/global
|
go.opentelemetry.io/otel/metric/internal/global
|
||||||
go.opentelemetry.io/otel/metric/unit
|
go.opentelemetry.io/otel/metric/unit
|
||||||
# go.opentelemetry.io/otel/trace v1.11.1
|
# go.opentelemetry.io/otel/trace v1.11.2
|
||||||
## explicit; go 1.18
|
## explicit; go 1.18
|
||||||
go.opentelemetry.io/otel/trace
|
go.opentelemetry.io/otel/trace
|
||||||
# go.uber.org/atomic v1.10.0
|
# go.uber.org/atomic v1.10.0
|
||||||
|
@ -527,11 +528,11 @@ go.uber.org/atomic
|
||||||
## explicit; go 1.18
|
## explicit; go 1.18
|
||||||
go.uber.org/goleak
|
go.uber.org/goleak
|
||||||
go.uber.org/goleak/internal/stack
|
go.uber.org/goleak/internal/stack
|
||||||
# golang.org/x/exp v0.0.0-20221204150635-6dcec336b2bb
|
# golang.org/x/exp v0.0.0-20221205204356-47842c84f3db
|
||||||
## explicit; go 1.18
|
## explicit; go 1.18
|
||||||
golang.org/x/exp/constraints
|
golang.org/x/exp/constraints
|
||||||
golang.org/x/exp/slices
|
golang.org/x/exp/slices
|
||||||
# golang.org/x/net v0.2.0
|
# golang.org/x/net v0.3.0
|
||||||
## explicit; go 1.17
|
## explicit; go 1.17
|
||||||
golang.org/x/net/context
|
golang.org/x/net/context
|
||||||
golang.org/x/net/context/ctxhttp
|
golang.org/x/net/context/ctxhttp
|
||||||
|
@ -607,7 +608,7 @@ google.golang.org/appengine/internal/socket
|
||||||
google.golang.org/appengine/internal/urlfetch
|
google.golang.org/appengine/internal/urlfetch
|
||||||
google.golang.org/appengine/socket
|
google.golang.org/appengine/socket
|
||||||
google.golang.org/appengine/urlfetch
|
google.golang.org/appengine/urlfetch
|
||||||
# google.golang.org/genproto v0.0.0-20221202195650-67e5cbc046fd
|
# google.golang.org/genproto v0.0.0-20221205194025-8222ab48f5fc
|
||||||
## explicit; go 1.19
|
## explicit; go 1.19
|
||||||
google.golang.org/genproto/googleapis/api
|
google.golang.org/genproto/googleapis/api
|
||||||
google.golang.org/genproto/googleapis/api/annotations
|
google.golang.org/genproto/googleapis/api/annotations
|
||||||
|
|
Loading…
Reference in a new issue