Skip to content

Commit 7abeafb

Browse files
committed
Update
1 parent 088ae40 commit 7abeafb

File tree

3 files changed

+174
-25
lines changed

3 files changed

+174
-25
lines changed

config/crd/bases/argoproj.io_argocds.yaml

Lines changed: 154 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3269,8 +3269,10 @@ spec:
32693269
you would like the Repo server to use
32703270
type: string
32713271
sidecarContainers:
3272-
description: SidecarContainers defines the list of sidecar containers
3273-
for the repo server deployment
3272+
description: |-
3273+
SidecarContainers defines the list of sidecar containers for the repo
3274+
server deployment. If the image field is omitted from a SidecarContainer,
3275+
the image for the repo server will be used.
32743276
items:
32753277
description: A single application container that you want to
32763278
run within a pod.
@@ -7152,6 +7154,76 @@ spec:
71527154
Failed: At least one of the Argo CD applicationSet controller component Pods had a failure.
71537155
Unknown: The state of the Argo CD applicationSet controller component could not be obtained.
71547156
type: string
7157+
conditions:
7158+
description: Conditions is an array of the ArgoCD's status conditions
7159+
items:
7160+
description: "Condition contains details for one aspect of the current
7161+
state of this API Resource.\n---\nThis struct is intended for
7162+
direct use as an array at the field path .status.conditions. For
7163+
example,\n\n\n\ttype FooStatus struct{\n\t // Represents the
7164+
observations of a foo's current state.\n\t // Known .status.conditions.type
7165+
are: \"Available\", \"Progressing\", and \"Degraded\"\n\t //
7166+
+patchMergeKey=type\n\t // +patchStrategy=merge\n\t // +listType=map\n\t
7167+
\ // +listMapKey=type\n\t Conditions []metav1.Condition `json:\"conditions,omitempty\"
7168+
patchStrategy:\"merge\" patchMergeKey:\"type\" protobuf:\"bytes,1,rep,name=conditions\"`\n\n\n\t
7169+
\ // other fields\n\t}"
7170+
properties:
7171+
lastTransitionTime:
7172+
description: |-
7173+
lastTransitionTime is the last time the condition transitioned from one status to another.
7174+
This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable.
7175+
format: date-time
7176+
type: string
7177+
message:
7178+
description: |-
7179+
message is a human readable message indicating details about the transition.
7180+
This may be an empty string.
7181+
maxLength: 32768
7182+
type: string
7183+
observedGeneration:
7184+
description: |-
7185+
observedGeneration represents the .metadata.generation that the condition was set based upon.
7186+
For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date
7187+
with respect to the current state of the instance.
7188+
format: int64
7189+
minimum: 0
7190+
type: integer
7191+
reason:
7192+
description: |-
7193+
reason contains a programmatic identifier indicating the reason for the condition's last transition.
7194+
Producers of specific condition types may define expected values and meanings for this field,
7195+
and whether the values are considered a guaranteed API.
7196+
The value should be a CamelCase string.
7197+
This field may not be empty.
7198+
maxLength: 1024
7199+
minLength: 1
7200+
pattern: ^[A-Za-z]([A-Za-z0-9_,:]*[A-Za-z0-9_])?$
7201+
type: string
7202+
status:
7203+
description: status of the condition, one of True, False, Unknown.
7204+
enum:
7205+
- "True"
7206+
- "False"
7207+
- Unknown
7208+
type: string
7209+
type:
7210+
description: |-
7211+
type of condition in CamelCase or in foo.example.com/CamelCase.
7212+
---
7213+
Many .condition.type values are consistent across resources like Available, but because arbitrary conditions can be
7214+
useful (see .node.status.conditions), the ability to deconflict is important.
7215+
The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt)
7216+
maxLength: 316
7217+
pattern: ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$
7218+
type: string
7219+
required:
7220+
- lastTransitionTime
7221+
- message
7222+
- reason
7223+
- status
7224+
- type
7225+
type: object
7226+
type: array
71557227
host:
71567228
description: Host is the hostname of the Ingress.
71577229
type: string
@@ -10886,6 +10958,11 @@ spec:
1088610958
More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
1088710959
type: object
1088810960
type: object
10961+
respectRBAC:
10962+
description: RespectRBAC restricts controller from discovering/syncing
10963+
specific resources, Defaults is empty if not configured. Valid
10964+
options are strict and normal.
10965+
type: string
1088910966
sharding:
1089010967
description: Sharding contains the options for the Application
1089110968
Controller sharding configuration.
@@ -16425,8 +16502,10 @@ spec:
1642516502
you would like the Repo server to use
1642616503
type: string
1642716504
sidecarContainers:
16428-
description: SidecarContainers defines the list of sidecar containers
16429-
for the repo server deployment
16505+
description: |-
16506+
SidecarContainers defines the list of sidecar containers for the repo
16507+
server deployment. If the image field is omitted from a SidecarContainer,
16508+
the image for the repo server will be used.
1643016509
items:
1643116510
description: A single application container that you want to
1643216511
run within a pod.
@@ -24654,6 +24733,76 @@ spec:
2465424733
Failed: At least one of the Argo CD applicationSet controller component Pods had a failure.
2465524734
Unknown: The state of the Argo CD applicationSet controller component could not be obtained.
2465624735
type: string
24736+
conditions:
24737+
description: Conditions is an array of the ArgoCD's status conditions
24738+
items:
24739+
description: "Condition contains details for one aspect of the current
24740+
state of this API Resource.\n---\nThis struct is intended for
24741+
direct use as an array at the field path .status.conditions. For
24742+
example,\n\n\n\ttype FooStatus struct{\n\t // Represents the
24743+
observations of a foo's current state.\n\t // Known .status.conditions.type
24744+
are: \"Available\", \"Progressing\", and \"Degraded\"\n\t //
24745+
+patchMergeKey=type\n\t // +patchStrategy=merge\n\t // +listType=map\n\t
24746+
\ // +listMapKey=type\n\t Conditions []metav1.Condition `json:\"conditions,omitempty\"
24747+
patchStrategy:\"merge\" patchMergeKey:\"type\" protobuf:\"bytes,1,rep,name=conditions\"`\n\n\n\t
24748+
\ // other fields\n\t}"
24749+
properties:
24750+
lastTransitionTime:
24751+
description: |-
24752+
lastTransitionTime is the last time the condition transitioned from one status to another.
24753+
This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable.
24754+
format: date-time
24755+
type: string
24756+
message:
24757+
description: |-
24758+
message is a human readable message indicating details about the transition.
24759+
This may be an empty string.
24760+
maxLength: 32768
24761+
type: string
24762+
observedGeneration:
24763+
description: |-
24764+
observedGeneration represents the .metadata.generation that the condition was set based upon.
24765+
For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date
24766+
with respect to the current state of the instance.
24767+
format: int64
24768+
minimum: 0
24769+
type: integer
24770+
reason:
24771+
description: |-
24772+
reason contains a programmatic identifier indicating the reason for the condition's last transition.
24773+
Producers of specific condition types may define expected values and meanings for this field,
24774+
and whether the values are considered a guaranteed API.
24775+
The value should be a CamelCase string.
24776+
This field may not be empty.
24777+
maxLength: 1024
24778+
minLength: 1
24779+
pattern: ^[A-Za-z]([A-Za-z0-9_,:]*[A-Za-z0-9_])?$
24780+
type: string
24781+
status:
24782+
description: status of the condition, one of True, False, Unknown.
24783+
enum:
24784+
- "True"
24785+
- "False"
24786+
- Unknown
24787+
type: string
24788+
type:
24789+
description: |-
24790+
type of condition in CamelCase or in foo.example.com/CamelCase.
24791+
---
24792+
Many .condition.type values are consistent across resources like Available, but because arbitrary conditions can be
24793+
useful (see .node.status.conditions), the ability to deconflict is important.
24794+
The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt)
24795+
maxLength: 316
24796+
pattern: ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$
24797+
type: string
24798+
required:
24799+
- lastTransitionTime
24800+
- message
24801+
- reason
24802+
- status
24803+
- type
24804+
type: object
24805+
type: array
2465724806
host:
2465824807
description: Host is the hostname of the Ingress.
2465924808
type: string
@@ -24726,4 +24875,4 @@ spec:
2472624875
served: true
2472724876
storage: true
2472824877
subresources:
24729-
status: {}
24878+
status: {}

go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ toolchain go1.22.5
66

77
require (
88
github.com/argoproj-labs/argo-rollouts-manager v0.0.5-0.20241107234728-9f79ece2e923
9-
github.com/argoproj-labs/argocd-operator v0.13.0-rc1
9+
github.com/argoproj-labs/argocd-operator v0.13.0-rc1.0.20250108102230-dd067457c82b
1010
github.com/coreos/prometheus-operator v0.40.0
1111
github.com/go-logr/logr v1.4.2
1212
github.com/google/go-cmp v0.6.0
@@ -17,7 +17,7 @@ require (
1717
github.com/operator-framework/api v0.17.5
1818
github.com/stretchr/testify v1.9.0
1919
go.uber.org/zap v1.27.0
20-
golang.org/x/mod v0.20.0
20+
golang.org/x/mod v0.22.0
2121
gotest.tools v2.2.0+incompatible
2222
k8s.io/api v0.29.6
2323
k8s.io/apiextensions-apiserver v0.29.6
@@ -70,13 +70,13 @@ require (
7070
github.com/sirupsen/logrus v1.9.3 // indirect
7171
github.com/spf13/pflag v1.0.5 // indirect
7272
go.uber.org/multierr v1.11.0 // indirect
73-
golang.org/x/crypto v0.23.0 // indirect
73+
golang.org/x/crypto v0.31.0 // indirect
7474
golang.org/x/exp v0.0.0-20240222234643-814bf88cf225 // indirect
7575
golang.org/x/net v0.25.0 // indirect
7676
golang.org/x/oauth2 v0.17.0 // indirect
77-
golang.org/x/sys v0.20.0 // indirect
78-
golang.org/x/term v0.20.0 // indirect
79-
golang.org/x/text v0.15.0 // indirect
77+
golang.org/x/sys v0.28.0 // indirect
78+
golang.org/x/term v0.27.0 // indirect
79+
golang.org/x/text v0.21.0 // indirect
8080
golang.org/x/time v0.5.0 // indirect
8181
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
8282
google.golang.org/appengine v1.6.8 // indirect

go.sum

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -622,8 +622,8 @@ github.com/apache/thrift v0.13.0/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb
622622
github.com/apache/thrift v0.16.0/go.mod h1:PHK3hniurgQaNMZYaCLEqXKsYK8upmhPbmdP2FXSqgU=
623623
github.com/argoproj-labs/argo-rollouts-manager v0.0.5-0.20241107234728-9f79ece2e923 h1:vSKxRXLWwZN/gc51deio4wpiWpEy2Pob2tJ3kg8KZ4s=
624624
github.com/argoproj-labs/argo-rollouts-manager v0.0.5-0.20241107234728-9f79ece2e923/go.mod h1:seR9B+tx6AbGaya+JA61HDBFciKx7FM7t/1IMhOwXlM=
625-
github.com/argoproj-labs/argocd-operator v0.13.0-rc1 h1:RJ5dnTAw10veRE9C+gL9lnaYr1T6cxLf3j/opMaa1bs=
626-
github.com/argoproj-labs/argocd-operator v0.13.0-rc1/go.mod h1:C+XJqZ/Amd2+HWo8DznSo3pSUNfsC6woSrNRWGHze2g=
625+
github.com/argoproj-labs/argocd-operator v0.13.0-rc1.0.20250108102230-dd067457c82b h1:AxAfqU70G612yuTD/R/PLtj2kgjwmDIues2LE7KFJi0=
626+
github.com/argoproj-labs/argocd-operator v0.13.0-rc1.0.20250108102230-dd067457c82b/go.mod h1:MUtczQYV6MPOjGb2gCju80r1qB4jsRgy8bllChve35U=
627627
github.com/argoproj/argo-cd/v2 v2.12.3 h1:Bi4QahHTnKl3esU5MplQP1wraGhaTpvgAV4GsMqc3Zc=
628628
github.com/argoproj/argo-cd/v2 v2.12.3/go.mod h1:2fh6q4NX/cylbH6Ktx/KjJsX7sOBwF3jbGnO0IZyNOc=
629629
github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e/go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o=
@@ -1651,8 +1651,8 @@ golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5y
16511651
golang.org/x/crypto v0.0.0-20211108221036-ceb1ce70b4fa/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
16521652
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4=
16531653
golang.org/x/crypto v0.14.0/go.mod h1:MVFd36DqK4CsrnJYDkBA3VC4m2GkXAM0PvzMCn4JQf4=
1654-
golang.org/x/crypto v0.23.0 h1:dIJU/v2J8Mdglj/8rJ6UUOM3Zc9zLZxVZwwxMooUSAI=
1655-
golang.org/x/crypto v0.23.0/go.mod h1:CKFgDieR+mRhux2Lsu27y0fO304Db0wZe70UKqHu0v8=
1654+
golang.org/x/crypto v0.31.0 h1:ihbySMvVjLAeSH1IbfcRTkD/iNscyz8rGzjF/E5hV6U=
1655+
golang.org/x/crypto v0.31.0/go.mod h1:kDsLvtWBEx7MV9tJOj9bnXsPbxwJQ6csT/x4KIN4Ssk=
16561656
golang.org/x/exp v0.0.0-20180321215751-8460e604b9de/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
16571657
golang.org/x/exp v0.0.0-20180807140117-3d87b88a115f/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
16581658
golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
@@ -1704,8 +1704,8 @@ golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91
17041704
golang.org/x/mod v0.7.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs=
17051705
golang.org/x/mod v0.8.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs=
17061706
golang.org/x/mod v0.10.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs=
1707-
golang.org/x/mod v0.20.0 h1:utOm6MM3R3dnawAiJgn0y+xvuYRsm1RKM/4giyfDgV0=
1708-
golang.org/x/mod v0.20.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c=
1707+
golang.org/x/mod v0.22.0 h1:D4nJWe9zXqHOmWqj4VMOJhvzj7bEZg4wEYa759z1pH4=
1708+
golang.org/x/mod v0.22.0/go.mod h1:6SkKJ3Xj0I0BrPOZoBy3bdMptDDU9oJrpohJ3eWZ1fY=
17091709
golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
17101710
golang.org/x/net v0.0.0-20180826012351-8a410e7b638d/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
17111711
golang.org/x/net v0.0.0-20181005035420-146acd28ed58/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
@@ -1924,8 +1924,8 @@ golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
19241924
golang.org/x/sys v0.7.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
19251925
golang.org/x/sys v0.8.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
19261926
golang.org/x/sys v0.13.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
1927-
golang.org/x/sys v0.20.0 h1:Od9JTbYCk261bKm4M/mw7AklTlFYIa0bIp9BgSm1S8Y=
1928-
golang.org/x/sys v0.20.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
1927+
golang.org/x/sys v0.28.0 h1:Fksou7UEQUWlKvIdsqzJmUmCX3cZuD2+P3XyyzwMhlA=
1928+
golang.org/x/sys v0.28.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
19291929
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
19301930
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
19311931
golang.org/x/term v0.2.0/go.mod h1:TVmDHMZPmdnySmBfhjOoOdhjzdE1h4u1VwSiw2l1Nuc=
@@ -1936,8 +1936,8 @@ golang.org/x/term v0.6.0/go.mod h1:m6U89DPEgQRMq3DNkDClhWw02AUbt2daBVO4cn4Hv9U=
19361936
golang.org/x/term v0.7.0/go.mod h1:P32HKFT3hSsZrRxla30E9HqToFYAQPCMs/zFMBUFqPY=
19371937
golang.org/x/term v0.8.0/go.mod h1:xPskH00ivmX89bAKVGSKKtLOWNx2+17Eiy94tnKShWo=
19381938
golang.org/x/term v0.13.0/go.mod h1:LTmsnFJwVN6bCy1rVCoS+qHT1HhALEFxKncY3WNNh4U=
1939-
golang.org/x/term v0.20.0 h1:VnkxpohqXaOBYJtBmEppKUG6mXpi+4O6purfc2+sMhw=
1940-
golang.org/x/term v0.20.0/go.mod h1:8UkIAJTvZgivsXaD6/pH6U9ecQzZ45awqEOzuCvwpFY=
1939+
golang.org/x/term v0.27.0 h1:WP60Sv1nlK1T6SupCHbXzSaN0b9wUmsPoRS9b61A23Q=
1940+
golang.org/x/term v0.27.0/go.mod h1:iMsnZpn0cago0GOrHO2+Y7u7JPn5AylBrcoWkElMTSM=
19411941
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
19421942
golang.org/x/text v0.3.1-0.20180805044716-cb6730876b98/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
19431943
golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk=
@@ -1954,8 +1954,8 @@ golang.org/x/text v0.7.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8=
19541954
golang.org/x/text v0.8.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8=
19551955
golang.org/x/text v0.9.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8=
19561956
golang.org/x/text v0.13.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE=
1957-
golang.org/x/text v0.15.0 h1:h1V/4gjBv8v9cjcR6+AR5+/cIYK5N/WAgiv4xlsEtAk=
1958-
golang.org/x/text v0.15.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU=
1957+
golang.org/x/text v0.21.0 h1:zyQAAkrwaneQ066sspRyJaG9VNi/YJ1NfzcGB3hZ/qo=
1958+
golang.org/x/text v0.21.0/go.mod h1:4IBbMaMmOPCJ8SecivzSH54+73PCFmPWxNTLm+vZkEQ=
19591959
golang.org/x/time v0.0.0-20180412165947-fbb02b2291d2/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
19601960
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
19611961
golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
@@ -2031,8 +2031,8 @@ golang.org/x/tools v0.3.0/go.mod h1:/rWhSS2+zyEVwoJf8YAX6L2f0ntZ7Kn/mGgAWcipA5k=
20312031
golang.org/x/tools v0.4.0/go.mod h1:UE5sM2OK9E/d67R0ANs2xJizIymRP5gJU295PvKXxjQ=
20322032
golang.org/x/tools v0.6.0/go.mod h1:Xwgl3UAJ/d3gWutnCtw505GrjyAbvKui8lOU390QaIU=
20332033
golang.org/x/tools v0.8.0/go.mod h1:JxBZ99ISMI5ViVkT1tr6tdNmXeTrcpVSD3vZ1RsRdN4=
2034-
golang.org/x/tools v0.18.0 h1:k8NLag8AGHnn+PHbl7g43CtqZAwG60vZkLqgyZgIHgQ=
2035-
golang.org/x/tools v0.18.0/go.mod h1:GL7B4CwcLLeo59yx/9UWWuNOW1n3VZ4f5axWfML7Lcg=
2034+
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d h1:vU5i/LfpvrRCpgM/VPfJLg5KjxD3E+hfT1SH+d9zLwg=
2035+
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d/go.mod h1:aiJjzUbINMkxbQROHiO6hDPo2LHcIPhhQsa9DLh0yGk=
20362036
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
20372037
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
20382038
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=

0 commit comments

Comments
 (0)