Skip to content

Commit 1cf11ef

Browse files
author
SDKAuto
committed
CodeGen from PR 18279 in Azure/azure-rest-api-specs
Merge c8d7d69c9ba66fd850f1b691ded1f9e493d22004 into 74ca59fc8cb6563d5a9d66fb533b8622522143eb
1 parent ddaec90 commit 1cf11ef

19 files changed

+622
-1679
lines changed

sdk/resourcemanager/resourcehealth/armresourcehealth/CHANGELOG.md

Lines changed: 128 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,133 @@
11
# Release History
22

3+
## 0.5.0 (2022-04-11)
4+
### Breaking Changes
5+
6+
- Function `*AvailabilityStatusesClient.List` return value(s) have been changed from `(*AvailabilityStatusesClientListPager)` to `(*runtime.Pager[AvailabilityStatusesClientListResponse])`
7+
- Function `*AvailabilityStatusesClient.ListBySubscriptionID` return value(s) have been changed from `(*AvailabilityStatusesClientListBySubscriptionIDPager)` to `(*runtime.Pager[AvailabilityStatusesClientListBySubscriptionIDResponse])`
8+
- Function `NewOperationsClient` return value(s) have been changed from `(*OperationsClient)` to `(*OperationsClient, error)`
9+
- Function `NewAvailabilityStatusesClient` return value(s) have been changed from `(*AvailabilityStatusesClient)` to `(*AvailabilityStatusesClient, error)`
10+
- Function `*AvailabilityStatusesClient.ListByResourceGroup` return value(s) have been changed from `(*AvailabilityStatusesClientListByResourceGroupPager)` to `(*runtime.Pager[AvailabilityStatusesClientListByResourceGroupResponse])`
11+
- Const `SeverityValuesWarning` has been removed
12+
- Const `StageValuesActive` has been removed
13+
- Const `SeverityValuesError` has been removed
14+
- Const `StageValuesResolve` has been removed
15+
- Const `StageValuesArchived` has been removed
16+
- Const `SeverityValuesInformation` has been removed
17+
- Function `NewEmergingIssuesClient` has been removed
18+
- Function `*ChildAvailabilityStatusesClient.GetByResource` has been removed
19+
- Function `*EmergingIssuesClientListPager.Err` has been removed
20+
- Function `PossibleSeverityValuesValues` has been removed
21+
- Function `*ChildResourcesClientListPager.PageResponse` has been removed
22+
- Function `*AvailabilityStatusesClientListBySubscriptionIDPager.Err` has been removed
23+
- Function `*StatusActiveEvent.UnmarshalJSON` has been removed
24+
- Function `*AvailabilityStatusesClientListPager.PageResponse` has been removed
25+
- Function `*EmergingIssuesClientListPager.NextPage` has been removed
26+
- Function `*AvailabilityStatusesClientListByResourceGroupPager.PageResponse` has been removed
27+
- Function `*ChildAvailabilityStatusesClientListPager.NextPage` has been removed
28+
- Function `StageValues.ToPtr` has been removed
29+
- Function `NewChildResourcesClient` has been removed
30+
- Function `*ChildAvailabilityStatusesClientListPager.Err` has been removed
31+
- Function `*AvailabilityStatusesClientListByResourceGroupPager.NextPage` has been removed
32+
- Function `EmergingIssueListResult.MarshalJSON` has been removed
33+
- Function `*AvailabilityStatusesClientListPager.Err` has been removed
34+
- Function `ReasonChronicityTypes.ToPtr` has been removed
35+
- Function `NewChildAvailabilityStatusesClient` has been removed
36+
- Function `AvailabilityStateValues.ToPtr` has been removed
37+
- Function `*AvailabilityStatusesClientListBySubscriptionIDPager.NextPage` has been removed
38+
- Function `AvailabilityStatusPropertiesRecentlyResolvedState.MarshalJSON` has been removed
39+
- Function `*ChildResourcesClient.List` has been removed
40+
- Function `PossibleStageValuesValues` has been removed
41+
- Function `*ChildResourcesClientListPager.Err` has been removed
42+
- Function `*ChildResourcesClientListPager.NextPage` has been removed
43+
- Function `*ChildAvailabilityStatusesClientListPager.PageResponse` has been removed
44+
- Function `*EmergingIssuesClientListPager.PageResponse` has been removed
45+
- Function `SeverityValues.ToPtr` has been removed
46+
- Function `*EmergingIssuesClient.Get` has been removed
47+
- Function `EmergingIssueImpact.MarshalJSON` has been removed
48+
- Function `*AvailabilityStatusesClientListByResourceGroupPager.Err` has been removed
49+
- Function `StatusActiveEvent.MarshalJSON` has been removed
50+
- Function `*AvailabilityStatusesClientListPager.NextPage` has been removed
51+
- Function `*AvailabilityStatusesClientListBySubscriptionIDPager.PageResponse` has been removed
52+
- Function `*EmergingIssue.UnmarshalJSON` has been removed
53+
- Function `EmergingIssue.MarshalJSON` has been removed
54+
- Function `*ChildAvailabilityStatusesClient.List` has been removed
55+
- Function `*EmergingIssuesClient.List` has been removed
56+
- Function `*AvailabilityStatusPropertiesRecentlyResolvedState.UnmarshalJSON` has been removed
57+
- Struct `AvailabilityStatusPropertiesRecentlyResolvedState` has been removed
58+
- Struct `AvailabilityStatusesClientGetByResourceResult` has been removed
59+
- Struct `AvailabilityStatusesClientListByResourceGroupPager` has been removed
60+
- Struct `AvailabilityStatusesClientListByResourceGroupResult` has been removed
61+
- Struct `AvailabilityStatusesClientListBySubscriptionIDPager` has been removed
62+
- Struct `AvailabilityStatusesClientListBySubscriptionIDResult` has been removed
63+
- Struct `AvailabilityStatusesClientListPager` has been removed
64+
- Struct `AvailabilityStatusesClientListResult` has been removed
65+
- Struct `ChildAvailabilityStatusesClient` has been removed
66+
- Struct `ChildAvailabilityStatusesClientGetByResourceOptions` has been removed
67+
- Struct `ChildAvailabilityStatusesClientGetByResourceResponse` has been removed
68+
- Struct `ChildAvailabilityStatusesClientGetByResourceResult` has been removed
69+
- Struct `ChildAvailabilityStatusesClientListOptions` has been removed
70+
- Struct `ChildAvailabilityStatusesClientListPager` has been removed
71+
- Struct `ChildAvailabilityStatusesClientListResponse` has been removed
72+
- Struct `ChildAvailabilityStatusesClientListResult` has been removed
73+
- Struct `ChildResourcesClient` has been removed
74+
- Struct `ChildResourcesClientListOptions` has been removed
75+
- Struct `ChildResourcesClientListPager` has been removed
76+
- Struct `ChildResourcesClientListResponse` has been removed
77+
- Struct `ChildResourcesClientListResult` has been removed
78+
- Struct `EmergingIssue` has been removed
79+
- Struct `EmergingIssueImpact` has been removed
80+
- Struct `EmergingIssueListResult` has been removed
81+
- Struct `EmergingIssuesClient` has been removed
82+
- Struct `EmergingIssuesClientGetOptions` has been removed
83+
- Struct `EmergingIssuesClientGetResponse` has been removed
84+
- Struct `EmergingIssuesClientGetResult` has been removed
85+
- Struct `EmergingIssuesClientListOptions` has been removed
86+
- Struct `EmergingIssuesClientListPager` has been removed
87+
- Struct `EmergingIssuesClientListResponse` has been removed
88+
- Struct `EmergingIssuesClientListResult` has been removed
89+
- Struct `EmergingIssuesGetResult` has been removed
90+
- Struct `OperationsClientListResult` has been removed
91+
- Struct `StatusActiveEvent` has been removed
92+
- Field `OperationsClientListResult` of struct `OperationsClientListResponse` has been removed
93+
- Field `RawResponse` of struct `OperationsClientListResponse` has been removed
94+
- Field `OccuredTime` of struct `AvailabilityStatusProperties` has been removed
95+
- Field `RecentlyResolvedState` of struct `AvailabilityStatusProperties` has been removed
96+
- Field `AvailabilityStatusesClientGetByResourceResult` of struct `AvailabilityStatusesClientGetByResourceResponse` has been removed
97+
- Field `RawResponse` of struct `AvailabilityStatusesClientGetByResourceResponse` has been removed
98+
- Field `AvailabilityStatusesClientListByResourceGroupResult` of struct `AvailabilityStatusesClientListByResourceGroupResponse` has been removed
99+
- Field `RawResponse` of struct `AvailabilityStatusesClientListByResourceGroupResponse` has been removed
100+
- Field `AvailabilityStatusesClientListResult` of struct `AvailabilityStatusesClientListResponse` has been removed
101+
- Field `RawResponse` of struct `AvailabilityStatusesClientListResponse` has been removed
102+
- Field `AvailabilityStatusesClientListBySubscriptionIDResult` of struct `AvailabilityStatusesClientListBySubscriptionIDResponse` has been removed
103+
- Field `RawResponse` of struct `AvailabilityStatusesClientListBySubscriptionIDResponse` has been removed
104+
105+
### Features Added
106+
107+
- New const `AvailabilityStateValuesDegraded`
108+
- New const `ReasonTypeValuesUnplanned`
109+
- New const `ReasonTypeValuesPlanned`
110+
- New const `ReasonTypeValuesUserInitiated`
111+
- New function `PossibleReasonTypeValuesValues() []ReasonTypeValues`
112+
- New function `AvailabilityStatusPropertiesRecentlyResolved.MarshalJSON() ([]byte, error)`
113+
- New function `*ImpactedResourceStatusProperties.UnmarshalJSON([]byte) error`
114+
- New function `ImpactedResourceStatusProperties.MarshalJSON() ([]byte, error)`
115+
- New function `*AvailabilityStatusPropertiesRecentlyResolved.UnmarshalJSON([]byte) error`
116+
- New struct `AvailabilityStatusPropertiesRecentlyResolved`
117+
- New struct `ErrorResponse`
118+
- New struct `ErrorResponseError`
119+
- New struct `ImpactedResourceStatus`
120+
- New struct `ImpactedResourceStatusProperties`
121+
- New anonymous field `AvailabilityStatusListResult` in struct `AvailabilityStatusesClientListBySubscriptionIDResponse`
122+
- New field `RecentlyResolved` in struct `AvailabilityStatusProperties`
123+
- New field `OccurredTime` in struct `AvailabilityStatusProperties`
124+
- New field `Title` in struct `AvailabilityStatusProperties`
125+
- New anonymous field `AvailabilityStatus` in struct `AvailabilityStatusesClientGetByResourceResponse`
126+
- New anonymous field `AvailabilityStatusListResult` in struct `AvailabilityStatusesClientListResponse`
127+
- New anonymous field `OperationListResult` in struct `OperationsClientListResponse`
128+
- New anonymous field `AvailabilityStatusListResult` in struct `AvailabilityStatusesClientListByResourceGroupResponse`
129+
130+
3131
## 0.4.0 (2022-02-22)
4132
### Breaking Changes
5133

sdk/resourcemanager/resourcehealth/armresourcehealth/autorest.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
``` yaml
66
azure-arm: true
77
require:
8-
- https://github.com/Azure/azure-rest-api-specs/blob/12573bd124f45f2fe8f7cd95af6374ff812e8cce/specification/resourcehealth/resource-manager/readme.md
9-
- https://github.com/Azure/azure-rest-api-specs/blob/12573bd124f45f2fe8f7cd95af6374ff812e8cce/specification/resourcehealth/resource-manager/readme.go.md
8+
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/resourcehealth/resource-manager/readme.md
9+
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/resourcehealth/resource-manager/readme.go.md
1010
license-header: MICROSOFT_MIT_NO_VERSION
11-
module-version: 0.4.0
11+
module-version: 0.5.0
1212
```
Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
module github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resourcehealth/armresourcehealth
22

3-
go 1.16
3+
go 1.18
4+
5+
require github.com/Azure/azure-sdk-for-go/sdk/azcore v0.23.0
46

57
require (
6-
github.com/Azure/azure-sdk-for-go/sdk/azcore v0.21.0
7-
github.com/Azure/azure-sdk-for-go/sdk/azidentity v0.13.1
8+
github.com/Azure/azure-sdk-for-go/sdk/internal v0.9.1 // indirect
9+
golang.org/x/net v0.0.0-20210610132358-84b48f89b13b // indirect
10+
golang.org/x/text v0.3.6 // indirect
811
)
Lines changed: 6 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,62 +1,32 @@
1-
github.com/Azure/azure-sdk-for-go/sdk/azcore v0.21.0 h1:8wVJL0HUP5yDFXvotdewORTw7Yu88JbreWN/mobSvsQ=
2-
github.com/Azure/azure-sdk-for-go/sdk/azcore v0.21.0/go.mod h1:fBF9PQNqB8scdgpZ3ufzaLntG0AG7C1WjPMsiFOmfHM=
3-
github.com/Azure/azure-sdk-for-go/sdk/azidentity v0.13.1 h1:RxemzI2cHD0A8WyMqHu/UnDjfpGES/cmjtPbQoktWqs=
4-
github.com/Azure/azure-sdk-for-go/sdk/azidentity v0.13.1/go.mod h1:+nVKciyKD2J9TyVcEQ82Bo9b+3F92PiQfHrIE/zqLqM=
5-
github.com/Azure/azure-sdk-for-go/sdk/internal v0.8.3/go.mod h1:KLF4gFr6DcKFZwSuH8w8yEK6DpFl3LP5rhdvAb7Yz5I=
1+
github.com/Azure/azure-sdk-for-go/sdk/azcore v0.23.0 h1:D7l5jspkc4kwBYRWoZE4DQnu6LVpLwDsMZjBKS4wZLQ=
2+
github.com/Azure/azure-sdk-for-go/sdk/azcore v0.23.0/go.mod h1:w5pDIZuawUmY3Bj4tVx3Xb8KS96ToB0j315w9rqpAg0=
63
github.com/Azure/azure-sdk-for-go/sdk/internal v0.9.1 h1:sLZ/Y+P/5RRtsXWylBjB5lkgixYfm0MQPiwrSX//JSo=
74
github.com/Azure/azure-sdk-for-go/sdk/internal v0.9.1/go.mod h1:KLF4gFr6DcKFZwSuH8w8yEK6DpFl3LP5rhdvAb7Yz5I=
8-
github.com/AzureAD/microsoft-authentication-library-for-go v0.4.0 h1:WVsrXCnHlDDX8ls+tootqRE87/hL9S/g4ewig9RsD/c=
9-
github.com/AzureAD/microsoft-authentication-library-for-go v0.4.0/go.mod h1:Vt9sXTKwMyGcOxSmLDMnGPgqsUg7m8pe215qMLrDXw4=
5+
github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8=
106
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
11-
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
12-
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
13-
github.com/dnaeon/go-vcr v1.1.0 h1:ReYa/UBrRyQdant9B4fNHGoCNKw6qh6P0fsdGmZpR7c=
147
github.com/dnaeon/go-vcr v1.1.0/go.mod h1:M7tiix8f0r6mKKJ3Yq/kqU1OYf3MnfmBWVbPx/yU9ko=
15-
github.com/golang-jwt/jwt v3.2.1+incompatible h1:73Z+4BJcrTC+KczS6WvTPvRGOp1WmfEP4Q1lOd9Z/+c=
16-
github.com/golang-jwt/jwt v3.2.1+incompatible/go.mod h1:8pz2t5EyA70fFQQSrl6XZXzqecmYZeUEB8OUGHkxJ+I=
17-
github.com/golang-jwt/jwt/v4 v4.2.0 h1:besgBTC8w8HjP6NzQdxwKH9Z5oQMZ24ThTrHp3cZ8eU=
18-
github.com/golang-jwt/jwt/v4 v4.2.0/go.mod h1:/xlHOz8bRuivTWchD4jCa+NbatV+wEUSzwAxVc6locg=
19-
github.com/google/uuid v1.1.1 h1:Gkbcsh/GbpXz7lPftLA3P6TYMwjCLYm83jiFQZF/3gY=
20-
github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
21-
github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=
22-
github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw=
238
github.com/modocache/gover v0.0.0-20171022184752-b58185e213c5/go.mod h1:caMODM3PzxT8aQXRPkAt8xlV/e7d7w8GM5g0fa5F0D8=
24-
github.com/montanaflynn/stats v0.6.6/go.mod h1:etXPPgVO6n31NxCd9KQUMvCM+ve0ruNzt6R8Bnaayow=
25-
github.com/pkg/browser v0.0.0-20210115035449-ce105d075bb4 h1:Qj1ukM4GlMWXNdMBuXcXfz/Kw9s1qm0CLY32QxuSImI=
26-
github.com/pkg/browser v0.0.0-20210115035449-ce105d075bb4/go.mod h1:N6UoU20jOqggOuDwUaBQpluzLNDqif3kq9z2wpdYEfQ=
279
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
2810
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
2911
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
3012
github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY=
3113
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
3214
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
3315
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
34-
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 h1:pLI5jrR7OSLijeIDcmRxNmw2api+jEfxLoykJVice/E=
35-
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
3616
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
3717
golang.org/x/net v0.0.0-20201010224723-4f7140c49acb/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU=
18+
golang.org/x/net v0.0.0-20210610132358-84b48f89b13b h1:k+E048sYJHyVnsr1GDrRZWQ32D2C7lWs9JRc0bel53A=
3819
golang.org/x/net v0.0.0-20210610132358-84b48f89b13b/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y=
39-
golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f h1:OfiFi4JbukWwe3lzw+xunroH1mnC1e2Gy5cxNJApiSY=
40-
golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y=
4120
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
4221
golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
4322
golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
44-
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
45-
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
46-
golang.org/x/sys v0.0.0-20210423082822-04245dca01da/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
47-
golang.org/x/sys v0.0.0-20211019181941-9d821ace8654 h1:id054HUawV2/6IGm2IV8KZQjqtwAOo2CYlOToYqa0d0=
48-
golang.org/x/sys v0.0.0-20211019181941-9d821ace8654/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
49-
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
5023
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
5124
golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
25+
golang.org/x/text v0.3.6 h1:aRYxNxv6iGQlyVaZmk6ZgYEDa+Jg18DxebPSrd6bg1M=
5226
golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
53-
golang.org/x/text v0.3.7 h1:olpwvP2KacW1ZWvsR7uQhoyTYvKAupfQrRGBFM352Gk=
54-
golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ=
5527
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
5628
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
5729
gopkg.in/yaml.v2 v2.2.1/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
58-
gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=
5930
gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ=
31+
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c h1:dUUwHk2QECo/6vqA44rthZ8ie2QXMNeKRTHCNY2nXvo=
6032
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
61-
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b h1:h8qDotaEPuJATrMmW04NCwg7v22aHH28wwpauUhK9Oo=
62-
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=

0 commit comments

Comments
 (0)