Skip to content

Commit 7b7bc31

Browse files
hdurand0710oktalz
authored andcommitted
MEDIUM: bump client-native to v6.2.10
1 parent 95bb319 commit 7b7bc31

5 files changed

Lines changed: 45 additions & 44 deletions

File tree

api/definition/gate.v3.haproxy.org_backends.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2957,7 +2957,7 @@ spec:
29572957
- safe
29582958
type: string
29592959
http_send_name_header:
2960-
description: http send name header
2960+
description: The header string to use to send the server name
29612961
type: string
29622962
httpchk_params:
29632963
description: httpchk params
@@ -3342,7 +3342,7 @@ spec:
33423342
ServerSwitchingRule Server Switching Rule
33433343
33443344
HAProxy server switching rule configuration (corresponds to use-server directive)
3345-
Example: {"cond":"if","cond_test":"{ req_ssl_sni -i www.example.com }","target_server":"www"}
3345+
Example: {"cond":"if","cond_test":"{ req.ssl_sni -i www.example.com }","target_server":"www"}
33463346
33473347
swagger:model server_switching_rule
33483348
properties:

api/definition/gate.v3.haproxy.org_defaults.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2896,7 +2896,7 @@ spec:
28962896
- safe
28972897
type: string
28982898
http_send_name_header:
2899-
description: http send name header
2899+
description: Add the server name to a request
29002900
type: string
29012901
http_use_proxy_header:
29022902
description: |-
@@ -3127,7 +3127,7 @@ spec:
31273127
- disabled
31283128
type: string
31293129
max_keep_alive_queue:
3130-
description: max keep alive queue
3130+
description: Maximum server queue size for maintaining keep-alive connections
31313131
format: int64
31323132
type: integer
31333133
maxconn:
@@ -3321,7 +3321,7 @@ spec:
33213321
format: int64
33223322
type: integer
33233323
retry_on:
3324-
description: retry on
3324+
description: Specify when to attempt to automatically retry a failed request
33253325
type: string
33263326
server_fin_timeout:
33273327
description: |-

api/definition/gate.v3.haproxy.org_globals.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -727,6 +727,10 @@ spec:
727727
busy_polling:
728728
description: busy polling
729729
type: boolean
730+
fd_hard_limit:
731+
description: fd hard limit
732+
format: int64
733+
type: integer
730734
max_spread_checks:
731735
description: |-
732736
max spread checks

go.mod

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/go-logr/logr v1.4.3
88
github.com/google/go-cmp v0.7.0
99
github.com/google/renameio v1.0.1
10-
github.com/haproxytech/client-native/v6 v6.2.5
10+
github.com/haproxytech/client-native/v6 v6.2.10
1111
github.com/imdario/mergo v0.3.16
1212
github.com/joho/godotenv v1.5.1
1313
github.com/lmittmann/tint v1.1.2
@@ -19,6 +19,7 @@ require (
1919
github.com/prometheus/common v0.66.1
2020
github.com/stretchr/testify v1.11.1
2121
go.uber.org/zap v1.27.1
22+
go.yaml.in/yaml/v2 v2.4.4
2223
gopkg.in/yaml.v3 v3.0.1
2324
k8s.io/api v0.35.3
2425
k8s.io/apiextensions-apiserver v0.35.3
@@ -34,7 +35,6 @@ require (
3435
require (
3536
cel.dev/expr v0.25.1 // indirect
3637
github.com/antlr4-go/antlr/v4 v4.13.1 // indirect
37-
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
3838
github.com/beorn7/perks v1.0.1 // indirect
3939
github.com/blang/semver/v4 v4.0.0 // indirect
4040
github.com/cenkalti/backoff/v5 v5.0.3 // indirect
@@ -47,13 +47,13 @@ require (
4747
github.com/fxamacker/cbor/v2 v2.9.1 // indirect
4848
github.com/go-logr/stdr v1.2.2 // indirect
4949
github.com/go-logr/zapr v1.3.0 // indirect
50-
github.com/go-openapi/analysis v0.23.0 // indirect
51-
github.com/go-openapi/errors v0.22.2 // indirect
50+
github.com/go-openapi/analysis v0.24.2 // indirect
51+
github.com/go-openapi/errors v0.22.7 // indirect
5252
github.com/go-openapi/jsonpointer v0.22.5 // indirect
5353
github.com/go-openapi/jsonreference v0.21.5 // indirect
54-
github.com/go-openapi/loads v0.22.0 // indirect
55-
github.com/go-openapi/spec v0.21.0 // indirect
56-
github.com/go-openapi/strfmt v0.23.0 // indirect
54+
github.com/go-openapi/loads v0.23.2 // indirect
55+
github.com/go-openapi/spec v0.22.4 // indirect
56+
github.com/go-openapi/strfmt v0.25.0 // indirect
5757
github.com/go-openapi/swag v0.25.5 // indirect
5858
github.com/go-openapi/swag/cmdutils v0.25.5 // indirect
5959
github.com/go-openapi/swag/conv v0.25.5 // indirect
@@ -66,21 +66,21 @@ require (
6666
github.com/go-openapi/swag/stringutils v0.25.5 // indirect
6767
github.com/go-openapi/swag/typeutils v0.25.5 // indirect
6868
github.com/go-openapi/swag/yamlutils v0.25.5 // indirect
69-
github.com/go-openapi/validate v0.24.0 // indirect
70-
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
71-
github.com/gofrs/flock v0.12.1 // indirect
69+
github.com/go-openapi/validate v0.25.1 // indirect
70+
github.com/go-viper/mapstructure/v2 v2.5.0 // indirect
71+
github.com/gofrs/flock v0.13.0 // indirect
7272
github.com/google/btree v1.1.3 // indirect
7373
github.com/google/cel-go v0.28.0 // indirect
7474
github.com/google/gnostic-models v0.7.1 // indirect
7575
github.com/google/uuid v1.6.0 // indirect
7676
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect
7777
github.com/grpc-ecosystem/grpc-gateway/v2 v2.28.0 // indirect
78+
github.com/haproxytech/client-native/v5 v5.1.15 // indirect
7879
github.com/haproxytech/go-logger v1.1.0 // indirect
7980
github.com/inconshreveable/mousetrap v1.1.0 // indirect
8081
github.com/json-iterator/go v1.1.12 // indirect
8182
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
8283
github.com/miekg/dns v1.1.72 // indirect
83-
github.com/mitchellh/mapstructure v1.5.0 // indirect
8484
github.com/moby/spdystream v0.5.0 // indirect
8585
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
8686
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
@@ -92,7 +92,7 @@ require (
9292
github.com/spf13/cobra v1.10.2 // indirect
9393
github.com/spf13/pflag v1.0.10 // indirect
9494
github.com/x448/float16 v0.8.4 // indirect
95-
go.mongodb.org/mongo-driver v1.17.4 // indirect
95+
go.mongodb.org/mongo-driver v1.17.9 // indirect
9696
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
9797
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.68.0 // indirect
9898
go.opentelemetry.io/otel v1.43.0 // indirect
@@ -103,7 +103,6 @@ require (
103103
go.opentelemetry.io/otel/trace v1.43.0 // indirect
104104
go.opentelemetry.io/proto/otlp v1.10.0 // indirect
105105
go.uber.org/multierr v1.11.0 // indirect
106-
go.yaml.in/yaml/v2 v2.4.4 // indirect
107106
go.yaml.in/yaml/v3 v3.0.4 // indirect
108107
golang.org/x/exp v0.0.0-20260312153236-7ab1446f8b90 // indirect
109108
golang.org/x/mod v0.34.0 // indirect

go.sum

Lines changed: 24 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ github.com/antlr4-go/antlr/v4 v4.13.1 h1:SqQKkuVZ+zWkMMNkjy5FZe5mr5WURWnlpmOuzYW
66
github.com/antlr4-go/antlr/v4 v4.13.1/go.mod h1:GKmUxMtwp6ZgGwZSva4eWPC5mS6vUAmOABFgjdkM7Nw=
77
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio=
88
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5/go.mod h1:wHh0iHkYZB8zMSxRWpUBQtwG5a7fFgvEO+odwuTv2gs=
9-
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 h1:DklsrG3dyBCFEj5IhUbnKptjxatkF07cF2ak3yi77so=
10-
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2/go.mod h1:WaHUgvxTVq04UNunO+XhnAqY/wQc+bxr74GqbsZ/Jqw=
119
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
1210
github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
1311
github.com/blang/semver/v4 v4.0.0 h1:1PFHFE6yCCTv8C1TeyNNarDzntLi7wMI5i/pzqYIsAM=
@@ -33,29 +31,29 @@ github.com/fsnotify/fsnotify v1.9.0 h1:2Ml+OJNzbYCTzsxtv8vKSFD9PbJjmhYF14k/jKC7S
3331
github.com/fsnotify/fsnotify v1.9.0/go.mod h1:8jBTzvmWwFyi3Pb8djgCCO5IBqzKJ/Jwo8TRcHyHii0=
3432
github.com/fxamacker/cbor/v2 v2.9.1 h1:2rWm8B193Ll4VdjsJY28jxs70IdDsHRWgQYAI80+rMQ=
3533
github.com/fxamacker/cbor/v2 v2.9.1/go.mod h1:vM4b+DJCtHn+zz7h3FFp/hDAI9WNWCsZj23V5ytsSxQ=
36-
github.com/go-faker/faker/v4 v4.6.2 h1:IR1uQUYotFZnuTL7Iuy0FDGtHM5Rt1Q+2nipH9gnqKs=
37-
github.com/go-faker/faker/v4 v4.6.2/go.mod h1:u1dIRP5neLB6kTzgyVjdBOV5R1uP7BdxkcWk7tiKQXk=
34+
github.com/go-faker/faker/v4 v4.7.0 h1:VboC02cXHl/NuQh5lM2W8b87yp4iFXIu59x4w0RZi4E=
35+
github.com/go-faker/faker/v4 v4.7.0/go.mod h1:u1dIRP5neLB6kTzgyVjdBOV5R1uP7BdxkcWk7tiKQXk=
3836
github.com/go-logr/logr v1.2.2/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
3937
github.com/go-logr/logr v1.4.3 h1:CjnDlHq8ikf6E492q6eKboGOC0T8CDaOvkHCIg8idEI=
4038
github.com/go-logr/logr v1.4.3/go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY=
4139
github.com/go-logr/stdr v1.2.2 h1:hSWxHoqTgW2S2qGc0LTAI563KZ5YKYRhT3MFKZMbjag=
4240
github.com/go-logr/stdr v1.2.2/go.mod h1:mMo/vtBO5dYbehREoey6XUKy/eSumjCCveDpRre4VKE=
4341
github.com/go-logr/zapr v1.3.0 h1:XGdV8XW8zdwFiwOA2Dryh1gj2KRQyOOoNmBy4EplIcQ=
4442
github.com/go-logr/zapr v1.3.0/go.mod h1:YKepepNBd1u/oyhd/yQmtjVXmm9uML4IXUgMOwR8/Gg=
45-
github.com/go-openapi/analysis v0.23.0 h1:aGday7OWupfMs+LbmLZG4k0MYXIANxcuBTYUC03zFCU=
46-
github.com/go-openapi/analysis v0.23.0/go.mod h1:9mz9ZWaSlV8TvjQHLl2mUW2PbZtemkE8yA5v22ohupo=
47-
github.com/go-openapi/errors v0.22.2 h1:rdxhzcBUazEcGccKqbY1Y7NS8FDcMyIRr0934jrYnZg=
48-
github.com/go-openapi/errors v0.22.2/go.mod h1:+n/5UdIqdVnLIJ6Q9Se8HNGUXYaY6CN8ImWzfi/Gzp0=
43+
github.com/go-openapi/analysis v0.24.2 h1:6p7WXEuKy1llDgOH8FooVeO+Uq2za9qoAOq4ZN08B50=
44+
github.com/go-openapi/analysis v0.24.2/go.mod h1:x27OOHKANE0lutg2ml4kzYLoHGMKgRm1Cj2ijVOjJuE=
45+
github.com/go-openapi/errors v0.22.7 h1:JLFBGC0Apwdzw3484MmBqspjPbwa2SHvpDm0u5aGhUA=
46+
github.com/go-openapi/errors v0.22.7/go.mod h1://QW6SD9OsWtH6gHllUCddOXDL0tk0ZGNYHwsw4sW3w=
4947
github.com/go-openapi/jsonpointer v0.22.5 h1:8on/0Yp4uTb9f4XvTrM2+1CPrV05QPZXu+rvu2o9jcA=
5048
github.com/go-openapi/jsonpointer v0.22.5/go.mod h1:gyUR3sCvGSWchA2sUBJGluYMbe1zazrYWIkWPjjMUY0=
5149
github.com/go-openapi/jsonreference v0.21.5 h1:6uCGVXU/aNF13AQNggxfysJ+5ZcU4nEAe+pJyVWRdiE=
5250
github.com/go-openapi/jsonreference v0.21.5/go.mod h1:u25Bw85sX4E2jzFodh1FOKMTZLcfifd1Q+iKKOUxExw=
53-
github.com/go-openapi/loads v0.22.0 h1:ECPGd4jX1U6NApCGG1We+uEozOAvXvJSF4nnwHZ8Aco=
54-
github.com/go-openapi/loads v0.22.0/go.mod h1:yLsaTCS92mnSAZX5WWoxszLj0u+Ojl+Zs5Stn1oF+rs=
55-
github.com/go-openapi/spec v0.21.0 h1:LTVzPc3p/RzRnkQqLRndbAzjY0d0BCL72A6j3CdL9ZY=
56-
github.com/go-openapi/spec v0.21.0/go.mod h1:78u6VdPw81XU44qEWGhtr982gJ5BWg2c0I5XwVMotYk=
57-
github.com/go-openapi/strfmt v0.23.0 h1:nlUS6BCqcnAk0pyhi9Y+kdDVZdZMHfEKQiS4HaMgO/c=
58-
github.com/go-openapi/strfmt v0.23.0/go.mod h1:NrtIpfKtWIygRkKVsxh7XQMDQW5HKQl6S5ik2elW+K4=
51+
github.com/go-openapi/loads v0.23.2 h1:rJXAcP7g1+lWyBHC7iTY+WAF0rprtM+pm8Jxv1uQJp4=
52+
github.com/go-openapi/loads v0.23.2/go.mod h1:IEVw1GfRt/P2Pplkelxzj9BYFajiWOtY2nHZNj4UnWY=
53+
github.com/go-openapi/spec v0.22.4 h1:4pxGjipMKu0FzFiu/DPwN3CTBRlVM2yLf/YTWorYfDQ=
54+
github.com/go-openapi/spec v0.22.4/go.mod h1:WQ6Ai0VPWMZgMT4XySjlRIE6GP1bGQOtEThn3gcWLtQ=
55+
github.com/go-openapi/strfmt v0.25.0 h1:7R0RX7mbKLa9EYCTHRcCuIPcaqlyQiWNPTXwClK0saQ=
56+
github.com/go-openapi/strfmt v0.25.0/go.mod h1:nNXct7OzbwrMY9+5tLX4I21pzcmE6ccMGXl3jFdPfn8=
5957
github.com/go-openapi/swag v0.25.5 h1:pNkwbUEeGwMtcgxDr+2GBPAk4kT+kJ+AaB+TMKAg+TU=
6058
github.com/go-openapi/swag v0.25.5/go.mod h1:B3RT6l8q7X803JRxa2e59tHOiZlX1t8viplOcs9CwTA=
6159
github.com/go-openapi/swag/cmdutils v0.25.5 h1:yh5hHrpgsw4NwM9KAEtaDTXILYzdXh/I8Whhx9hKj7c=
@@ -86,14 +84,14 @@ github.com/go-openapi/testify/enable/yaml/v2 v2.4.0 h1:7SgOMTvJkM8yWrQlU8Jm18VeD
8684
github.com/go-openapi/testify/enable/yaml/v2 v2.4.0/go.mod h1:14iV8jyyQlinc9StD7w1xVPW3CO3q1Gj04Jy//Kw4VM=
8785
github.com/go-openapi/testify/v2 v2.4.0 h1:8nsPrHVCWkQ4p8h1EsRVymA2XABB4OT40gcvAu+voFM=
8886
github.com/go-openapi/testify/v2 v2.4.0/go.mod h1:HCPmvFFnheKK2BuwSA0TbbdxJ3I16pjwMkYkP4Ywn54=
89-
github.com/go-openapi/validate v0.24.0 h1:LdfDKwNbpB6Vn40xhTdNZAnfLECL81w+VX3BumrGD58=
90-
github.com/go-openapi/validate v0.24.0/go.mod h1:iyeX1sEufmv3nPbBdX3ieNviWnOZaJ1+zquzJEf2BAQ=
87+
github.com/go-openapi/validate v0.25.1 h1:sSACUI6Jcnbo5IWqbYHgjibrhhmt3vR6lCzKZnmAgBw=
88+
github.com/go-openapi/validate v0.25.1/go.mod h1:RMVyVFYte0gbSTaZ0N4KmTn6u/kClvAFp+mAVfS/DQc=
9189
github.com/go-task/slim-sprig/v3 v3.0.0 h1:sUs3vkvUymDpBKi3qH1YSqBQk9+9D/8M2mN1vB6EwHI=
9290
github.com/go-task/slim-sprig/v3 v3.0.0/go.mod h1:W848ghGpv3Qj3dhTPRyJypKRiqCdHZiAzKg9hl15HA8=
93-
github.com/go-viper/mapstructure/v2 v2.4.0 h1:EBsztssimR/CONLSZZ04E8qAkxNYq4Qp9LvH92wZUgs=
94-
github.com/go-viper/mapstructure/v2 v2.4.0/go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM=
95-
github.com/gofrs/flock v0.12.1 h1:MTLVXXHf8ekldpJk3AKicLij9MdwOWkZ+a/jHHZby9E=
96-
github.com/gofrs/flock v0.12.1/go.mod h1:9zxTsyu5xtJ9DK+1tFZyibEV7y3uwDxPPfbxeeHCoD0=
91+
github.com/go-viper/mapstructure/v2 v2.5.0 h1:vM5IJoUAy3d7zRSVtIwQgBj7BiWtMPfmPEgAXnvj1Ro=
92+
github.com/go-viper/mapstructure/v2 v2.5.0/go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM=
93+
github.com/gofrs/flock v0.13.0 h1:95JolYOvGMqeH31+FC7D2+uULf6mG61mEZ/A8dRYMzw=
94+
github.com/gofrs/flock v0.13.0/go.mod h1:jxeyy9R1auM5S6JYDBhDt+E2TCo7DkratH4Pgi8P+Z0=
9795
github.com/golang/protobuf v1.5.4 h1:i7eJL8qZTpSEXOPTxNKhASYpMn+8e5Q6AdndVa1dWek=
9896
github.com/golang/protobuf v1.5.4/go.mod h1:lnTiLA8Wa4RWRcIUkrtSVa5nRhsEGBg48fD6rSs7xps=
9997
github.com/google/btree v1.1.3 h1:CVpQJjYgC4VbzxeGVHfvZrv1ctoYCAI8vbl07Fcxlyg=
@@ -117,8 +115,10 @@ github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 h1:JeSE6pjso5T
117115
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674/go.mod h1:r4w70xmWCQKmi1ONH4KIaBptdivuRPyosB9RmPlGEwA=
118116
github.com/grpc-ecosystem/grpc-gateway/v2 v2.28.0 h1:HWRh5R2+9EifMyIHV7ZV+MIZqgz+PMpZ14Jynv3O2Zs=
119117
github.com/grpc-ecosystem/grpc-gateway/v2 v2.28.0/go.mod h1:JfhWUomR1baixubs02l85lZYYOm7LV6om4ceouMv45c=
120-
github.com/haproxytech/client-native/v6 v6.2.5 h1:2m9r+SRlQNkxaM8G7/D1YGpB6W+uLu53UlFGszoT4CY=
121-
github.com/haproxytech/client-native/v6 v6.2.5/go.mod h1:apDGBMRSJCSVyO2lqJ2wJrf5HPt8bxjpAwgGZP035LU=
118+
github.com/haproxytech/client-native/v5 v5.1.15 h1:oMqyDlh+vL3yRKiaapc6SESetCIir/Of3F75vtpG1Nk=
119+
github.com/haproxytech/client-native/v5 v5.1.15/go.mod h1:6eT7/KOsczPHFE/op1TDwfo0jQAsMffl7PuXkKJ+Mt0=
120+
github.com/haproxytech/client-native/v6 v6.2.10 h1:9lGmVSDWhTpr+T0Nti+pi1Qpnk3F/WV7SnkqzLAMiyc=
121+
github.com/haproxytech/client-native/v6 v6.2.10/go.mod h1:ua8VYkXs605okf4tpNIiXcrzWz5duhFk8CqjIUyA4zY=
122122
github.com/haproxytech/go-logger v1.1.0 h1:HgGtYaI1ApkvbQdsm7f9AzQQoxTB7w37criTflh7IQE=
123123
github.com/haproxytech/go-logger v1.1.0/go.mod h1:OekUd8HCb7ubxMplzHUPBTHNxZmddOWfOjWclZsqIeM=
124124
github.com/imdario/mergo v0.3.16 h1:wwQJbIsHYGMUyLSPrEq1CT16AhnhNJQ51+4fdHUnCl4=
@@ -143,8 +143,6 @@ github.com/lmittmann/tint v1.1.2 h1:2CQzrL6rslrsyjqLDwD11bZ5OpLBPU+g3G/r5LSfS8w=
143143
github.com/lmittmann/tint v1.1.2/go.mod h1:HIS3gSy7qNwGCj+5oRjAutErFBl4BzdQP6cJZ0NfMwE=
144144
github.com/miekg/dns v1.1.72 h1:vhmr+TF2A3tuoGNkLDFK9zi36F2LS+hKTRW0Uf8kbzI=
145145
github.com/miekg/dns v1.1.72/go.mod h1:+EuEPhdHOsfk6Wk5TT2CzssZdqkmFhf8r+aVyDEToIs=
146-
github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY=
147-
github.com/mitchellh/mapstructure v1.5.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
148146
github.com/moby/spdystream v0.5.0 h1:7r0J1Si3QO/kjRitvSLVVFUjxMEb/YLj6S9FF62JBCU=
149147
github.com/moby/spdystream v0.5.0/go.mod h1:xBAYlnt/ay+11ShkdFKNAG7LsyK/tmNBVvVOwrfMgdI=
150148
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
@@ -198,8 +196,8 @@ github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu
198196
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
199197
github.com/x448/float16 v0.8.4 h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM=
200198
github.com/x448/float16 v0.8.4/go.mod h1:14CWIYCyZA/cWjXOioeEpHeN/83MdbZDRQHoFcYsOfg=
201-
go.mongodb.org/mongo-driver v1.17.4 h1:jUorfmVzljjr0FLzYQsGP8cgN/qzzxlY9Vh0C9KFXVw=
202-
go.mongodb.org/mongo-driver v1.17.4/go.mod h1:Hy04i7O2kC4RS06ZrhPRqj/u4DTYkFDAAccj+rVKqgQ=
199+
go.mongodb.org/mongo-driver v1.17.9 h1:IexDdCuuNJ3BHrELgBlyaH9p60JXAvdzWR128q+U5tU=
200+
go.mongodb.org/mongo-driver v1.17.9/go.mod h1:LlOhpH5NUEfhxcAwG0UEkMqwYcc4JU18gtCdGudk/tQ=
203201
go.opentelemetry.io/auto/sdk v1.2.1 h1:jXsnJ4Lmnqd11kwkBV2LgLoFMZKizbCi5fNZ/ipaZ64=
204202
go.opentelemetry.io/auto/sdk v1.2.1/go.mod h1:KRTj+aOaElaLi+wW1kO/DZRXwkF4C5xPbEe3ZiIhN7Y=
205203
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.68.0 h1:CqXxU8VOmDefoh0+ztfGaymYbhdB/tT3zs79QaZTNGY=

0 commit comments

Comments
 (0)