Skip to content

Commit ca62fb1

Browse files
author
SDKAuto
committed
CodeGen from PR 19352 in Azure/azure-rest-api-specs
Merge 9a58bde73beefa68db80583ddb87a78f08c3874d into b5e1ee6475c47ad5a6bdea430a2516ae5e1fdb31
1 parent 09a0280 commit ca62fb1

File tree

48 files changed

+4187
-7039
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+4187
-7039
lines changed

sdk/resourcemanager/appservice/armappservice/CHANGELOG.md

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

3+
## 2.0.0 (2022-06-07)
4+
### Breaking Changes
5+
6+
- Type of `DomainPatchResourceProperties.DomainNotRenewableReasons` has been changed from `[]*DomainPatchResourcePropertiesDomainNotRenewableReasonsItem` to `[]*ResourceNotRenewableReason`
7+
- Type of `CertificateOrderPatchResourceProperties.AppServiceCertificateNotRenewableReasons` has been changed from `[]*AppServiceCertificateOrderPatchResourcePropertiesAppServiceCertificateNotRenewableReasonsItem` to `[]*ResourceNotRenewableReason`
8+
- Type of `ProviderClientGetWebAppStacksOptions.StackOsType` has been changed from `*Enum19` to `*Enum16`
9+
- Type of `CertificateOrderProperties.AppServiceCertificateNotRenewableReasons` has been changed from `[]*AppServiceCertificateOrderPropertiesAppServiceCertificateNotRenewableReasonsItem` to `[]*ResourceNotRenewableReason`
10+
- Type of `ProviderClientGetAvailableStacksOptions.OSTypeSelected` has been changed from `*Enum15` to `*Enum12`
11+
- Type of `DomainProperties.DomainNotRenewableReasons` has been changed from `[]*DomainPropertiesDomainNotRenewableReasonsItem` to `[]*ResourceNotRenewableReason`
12+
- Type of `ProviderClientGetFunctionAppStacksOptions.StackOsType` has been changed from `*Enum16` to `*Enum13`
13+
- Type of `ProviderClientGetFunctionAppStacksForLocationOptions.StackOsType` has been changed from `*Enum17` to `*Enum14`
14+
- Type of `ProviderClientGetWebAppStacksForLocationOptions.StackOsType` has been changed from `*Enum18` to `*Enum15`
15+
- Type of `ProviderClientGetAvailableStacksOnPremOptions.OSTypeSelected` has been changed from `*Enum20` to `*Enum17`
16+
- Const `DomainPatchResourcePropertiesDomainNotRenewableReasonsItemExpirationNotInRenewalTimeRange` has been removed
17+
- Const `Enum19Linux` has been removed
18+
- Const `Enum19All` has been removed
19+
- Const `AppServiceCertificateOrderPropertiesAppServiceCertificateNotRenewableReasonsItemSubscriptionNotActive` has been removed
20+
- Const `DomainPropertiesDomainNotRenewableReasonsItemRegistrationStatusNotSupportedForRenewal` has been removed
21+
- Const `Enum20LinuxFunctions` has been removed
22+
- Const `Enum18Linux` has been removed
23+
- Const `DomainPatchResourcePropertiesDomainNotRenewableReasonsItemRegistrationStatusNotSupportedForRenewal` has been removed
24+
- Const `Enum20All` has been removed
25+
- Const `Enum18Windows` has been removed
26+
- Const `AppServiceCertificateOrderPatchResourcePropertiesAppServiceCertificateNotRenewableReasonsItemRegistrationStatusNotSupportedForRenewal` has been removed
27+
- Const `Enum20Linux` has been removed
28+
- Const `Enum19Windows` has been removed
29+
- Const `AppServiceCertificateOrderPropertiesAppServiceCertificateNotRenewableReasonsItemRegistrationStatusNotSupportedForRenewal` has been removed
30+
- Const `Enum20Windows` has been removed
31+
- Const `DomainPropertiesDomainNotRenewableReasonsItemSubscriptionNotActive` has been removed
32+
- Const `DomainPropertiesDomainNotRenewableReasonsItemExpirationNotInRenewalTimeRange` has been removed
33+
- Const `Enum15LinuxFunctions` has been removed
34+
- Const `Enum18All` has been removed
35+
- Const `Enum15WindowsFunctions` has been removed
36+
- Const `AppServiceCertificateOrderPatchResourcePropertiesAppServiceCertificateNotRenewableReasonsItemSubscriptionNotActive` has been removed
37+
- Const `AppServiceCertificateOrderPropertiesAppServiceCertificateNotRenewableReasonsItemExpirationNotInRenewalTimeRange` has been removed
38+
- Const `AppServiceCertificateOrderPatchResourcePropertiesAppServiceCertificateNotRenewableReasonsItemExpirationNotInRenewalTimeRange` has been removed
39+
- Const `DomainPatchResourcePropertiesDomainNotRenewableReasonsItemSubscriptionNotActive` has been removed
40+
- Const `Enum20WindowsFunctions` has been removed
41+
- Function `PossibleEnum18Values` has been removed
42+
- Function `PossibleDomainPatchResourcePropertiesDomainNotRenewableReasonsItemValues` has been removed
43+
- Function `PossibleAppServiceCertificateOrderPatchResourcePropertiesAppServiceCertificateNotRenewableReasonsItemValues` has been removed
44+
- Function `PossibleAppServiceCertificateOrderPropertiesAppServiceCertificateNotRenewableReasonsItemValues` has been removed
45+
- Function `PossibleDomainPropertiesDomainNotRenewableReasonsItemValues` has been removed
46+
- Function `PossibleEnum20Values` has been removed
47+
- Function `PossibleEnum19Values` has been removed
48+
- Struct `CertificateEmailProperties` has been removed
49+
- Struct `CertificateOrderActionProperties` has been removed
50+
- Field `Type` of struct `CertificateEmail` has been removed
51+
- Field `Kind` of struct `CertificateEmail` has been removed
52+
- Field `Properties` of struct `CertificateEmail` has been removed
53+
- Field `ID` of struct `CertificateEmail` has been removed
54+
- Field `Name` of struct `CertificateEmail` has been removed
55+
- Field `Kind` of struct `CertificateOrderAction` has been removed
56+
- Field `Properties` of struct `CertificateOrderAction` has been removed
57+
- Field `ID` of struct `CertificateOrderAction` has been removed
58+
- Field `Name` of struct `CertificateOrderAction` has been removed
59+
- Field `Type` of struct `CertificateOrderAction` has been removed
60+
61+
### Features Added
62+
63+
- New const `DeploymentBuildStatusBuildPending`
64+
- New const `DeploymentBuildStatusStartPolling`
65+
- New const `CustomDNSSuffixProvisioningStateFailed`
66+
- New const `DeploymentBuildStatusStartPollingWithRestart`
67+
- New const `Enum14All`
68+
- New const `Enum17LinuxFunctions`
69+
- New const `CustomDNSSuffixProvisioningStateInProgress`
70+
- New const `DeploymentBuildStatusPostBuildRestartRequired`
71+
- New const `DeploymentBuildStatusTimedOut`
72+
- New const `DeploymentBuildStatusRuntimeFailed`
73+
- New const `CustomDNSSuffixProvisioningStateDegraded`
74+
- New const `DeploymentBuildStatusBuildSuccessful`
75+
- New const `CustomDNSSuffixProvisioningStateSucceeded`
76+
- New const `DeploymentBuildStatusBuildRequestReceived`
77+
- New const `ResourceNotRenewableReasonSubscriptionNotActive`
78+
- New const `DeploymentBuildStatusBuildAborted`
79+
- New const `DeploymentBuildStatusBuildFailed`
80+
- New const `Enum17WindowsFunctions`
81+
- New const `Enum12LinuxFunctions`
82+
- New const `Enum13Linux`
83+
- New const `DeploymentBuildStatusRuntimeStarting`
84+
- New const `DeploymentBuildStatusRuntimeSuccessful`
85+
- New const `ResourceNotRenewableReasonRegistrationStatusNotSupportedForRenewal`
86+
- New const `Enum14Linux`
87+
- New const `Enum12WindowsFunctions`
88+
- New const `Enum14Windows`
89+
- New const `Enum13Windows`
90+
- New const `Enum13All`
91+
- New const `CustomDomainStatusUnhealthy`
92+
- New const `Enum12All`
93+
- New const `Enum12Linux`
94+
- New const `DeploymentBuildStatusBuildInProgress`
95+
- New const `ResourceNotRenewableReasonExpirationNotInRenewalTimeRange`
96+
- New const `Enum12Windows`
97+
- New function `PossibleDeploymentBuildStatusValues() []DeploymentBuildStatus`
98+
- New function `*EnvironmentsClient.DeleteAseCustomDNSSuffixConfiguration(context.Context, string, string, *EnvironmentsClientDeleteAseCustomDNSSuffixConfigurationOptions) (EnvironmentsClientDeleteAseCustomDNSSuffixConfigurationResponse, error)`
99+
- New function `*StaticSitesClient.GetLinkedBackendForBuild(context.Context, string, string, string, string, *StaticSitesClientGetLinkedBackendForBuildOptions) (StaticSitesClientGetLinkedBackendForBuildResponse, error)`
100+
- New function `*StaticSitesClient.BeginValidateBackend(context.Context, string, string, string, StaticSiteLinkedBackendARMResource, *StaticSitesClientBeginValidateBackendOptions) (*runtime.Poller[StaticSitesClientValidateBackendResponse], error)`
101+
- New function `*StaticSitesClient.UnlinkBackend(context.Context, string, string, string, *StaticSitesClientUnlinkBackendOptions) (StaticSitesClientUnlinkBackendResponse, error)`
102+
- New function `*WebAppsClient.NewListSlotSiteDeploymentStatusesSlotPager(string, string, string, *WebAppsClientListSlotSiteDeploymentStatusesSlotOptions) *runtime.Pager[WebAppsClientListSlotSiteDeploymentStatusesSlotResponse]`
103+
- New function `PossibleEnum13Values() []Enum13`
104+
- New function `*StaticSitesClient.BeginValidateBackendForBuild(context.Context, string, string, string, string, StaticSiteLinkedBackendARMResource, *StaticSitesClientBeginValidateBackendForBuildOptions) (*runtime.Poller[StaticSitesClientValidateBackendForBuildResponse], error)`
105+
- New function `PossibleEnum14Values() []Enum14`
106+
- New function `*StaticSitesClient.NewGetLinkedBackendsForBuildPager(string, string, string, *StaticSitesClientGetLinkedBackendsForBuildOptions) *runtime.Pager[StaticSitesClientGetLinkedBackendsForBuildResponse]`
107+
- New function `*WebAppsClient.BeginGetSlotSiteDeploymentStatusSlot(context.Context, string, string, string, string, *WebAppsClientBeginGetSlotSiteDeploymentStatusSlotOptions) (*runtime.Poller[WebAppsClientGetSlotSiteDeploymentStatusSlotResponse], error)`
108+
- New function `PossibleResourceNotRenewableReasonValues() []ResourceNotRenewableReason`
109+
- New function `*EnvironmentsClient.GetAseCustomDNSSuffixConfiguration(context.Context, string, string, *EnvironmentsClientGetAseCustomDNSSuffixConfigurationOptions) (EnvironmentsClientGetAseCustomDNSSuffixConfigurationResponse, error)`
110+
- New function `*WebAppsClient.NewListProductionSiteDeploymentStatusesPager(string, string, *WebAppsClientListProductionSiteDeploymentStatusesOptions) *runtime.Pager[WebAppsClientListProductionSiteDeploymentStatusesResponse]`
111+
- New function `*StaticSitesClient.BeginLinkBackendToBuild(context.Context, string, string, string, string, StaticSiteLinkedBackendARMResource, *StaticSitesClientBeginLinkBackendToBuildOptions) (*runtime.Poller[StaticSitesClientLinkBackendToBuildResponse], error)`
112+
- New function `*EnvironmentsClient.UpdateAseCustomDNSSuffixConfiguration(context.Context, string, string, CustomDNSSuffixConfiguration, *EnvironmentsClientUpdateAseCustomDNSSuffixConfigurationOptions) (EnvironmentsClientUpdateAseCustomDNSSuffixConfigurationResponse, error)`
113+
- New function `*StaticSitesClient.GetLinkedBackend(context.Context, string, string, string, *StaticSitesClientGetLinkedBackendOptions) (StaticSitesClientGetLinkedBackendResponse, error)`
114+
- New function `*WebAppsClient.BeginGetProductionSiteDeploymentStatus(context.Context, string, string, string, *WebAppsClientBeginGetProductionSiteDeploymentStatusOptions) (*runtime.Poller[WebAppsClientGetProductionSiteDeploymentStatusResponse], error)`
115+
- New function `*StaticSitesClient.NewGetLinkedBackendsPager(string, string, *StaticSitesClientGetLinkedBackendsOptions) *runtime.Pager[StaticSitesClientGetLinkedBackendsResponse]`
116+
- New function `PossibleCustomDNSSuffixProvisioningStateValues() []CustomDNSSuffixProvisioningState`
117+
- New function `*StaticSitesClient.UnlinkBackendFromBuild(context.Context, string, string, string, string, *StaticSitesClientUnlinkBackendFromBuildOptions) (StaticSitesClientUnlinkBackendFromBuildResponse, error)`
118+
- New function `PossibleEnum12Values() []Enum12`
119+
- New function `*StaticSitesClient.BeginLinkBackend(context.Context, string, string, string, StaticSiteLinkedBackendARMResource, *StaticSitesClientBeginLinkBackendOptions) (*runtime.Poller[StaticSitesClientLinkBackendResponse], error)`
120+
- New struct `CsmDeploymentStatus`
121+
- New struct `CsmDeploymentStatusCollection`
122+
- New struct `CsmDeploymentStatusProperties`
123+
- New struct `CustomDNSSuffixConfiguration`
124+
- New struct `CustomDNSSuffixConfigurationProperties`
125+
- New struct `EnvironmentsClientDeleteAseCustomDNSSuffixConfigurationOptions`
126+
- New struct `EnvironmentsClientDeleteAseCustomDNSSuffixConfigurationResponse`
127+
- New struct `EnvironmentsClientGetAseCustomDNSSuffixConfigurationOptions`
128+
- New struct `EnvironmentsClientGetAseCustomDNSSuffixConfigurationResponse`
129+
- New struct `EnvironmentsClientUpdateAseCustomDNSSuffixConfigurationOptions`
130+
- New struct `EnvironmentsClientUpdateAseCustomDNSSuffixConfigurationResponse`
131+
- New struct `StaticSiteLinkedBackend`
132+
- New struct `StaticSiteLinkedBackendARMResource`
133+
- New struct `StaticSiteLinkedBackendARMResourceProperties`
134+
- New struct `StaticSiteLinkedBackendsCollection`
135+
- New struct `StaticSitesClientBeginLinkBackendOptions`
136+
- New struct `StaticSitesClientBeginLinkBackendToBuildOptions`
137+
- New struct `StaticSitesClientBeginValidateBackendForBuildOptions`
138+
- New struct `StaticSitesClientBeginValidateBackendOptions`
139+
- New struct `StaticSitesClientGetLinkedBackendForBuildOptions`
140+
- New struct `StaticSitesClientGetLinkedBackendForBuildResponse`
141+
- New struct `StaticSitesClientGetLinkedBackendOptions`
142+
- New struct `StaticSitesClientGetLinkedBackendResponse`
143+
- New struct `StaticSitesClientGetLinkedBackendsForBuildOptions`
144+
- New struct `StaticSitesClientGetLinkedBackendsForBuildResponse`
145+
- New struct `StaticSitesClientGetLinkedBackendsOptions`
146+
- New struct `StaticSitesClientGetLinkedBackendsResponse`
147+
- New struct `StaticSitesClientLinkBackendResponse`
148+
- New struct `StaticSitesClientLinkBackendToBuildResponse`
149+
- New struct `StaticSitesClientUnlinkBackendFromBuildOptions`
150+
- New struct `StaticSitesClientUnlinkBackendFromBuildResponse`
151+
- New struct `StaticSitesClientUnlinkBackendOptions`
152+
- New struct `StaticSitesClientUnlinkBackendResponse`
153+
- New struct `StaticSitesClientValidateBackendForBuildResponse`
154+
- New struct `StaticSitesClientValidateBackendResponse`
155+
- New struct `WebAppsClientBeginGetProductionSiteDeploymentStatusOptions`
156+
- New struct `WebAppsClientBeginGetSlotSiteDeploymentStatusSlotOptions`
157+
- New struct `WebAppsClientGetProductionSiteDeploymentStatusResponse`
158+
- New struct `WebAppsClientGetSlotSiteDeploymentStatusSlotResponse`
159+
- New struct `WebAppsClientListProductionSiteDeploymentStatusesOptions`
160+
- New struct `WebAppsClientListProductionSiteDeploymentStatusesResponse`
161+
- New struct `WebAppsClientListSlotSiteDeploymentStatusesSlotOptions`
162+
- New struct `WebAppsClientListSlotSiteDeploymentStatusesSlotResponse`
163+
- New field `PublicNetworkAccess` in struct `SitePatchResourceProperties`
164+
- New field `TimeStamp` in struct `CertificateEmail`
165+
- New field `EmailID` in struct `CertificateEmail`
166+
- New field `Hostname` in struct `WebSiteManagementClientListCustomHostNameSitesOptions`
167+
- New field `ActionType` in struct `CertificateOrderAction`
168+
- New field `CreatedAt` in struct `CertificateOrderAction`
169+
- New field `PublicNetworkAccess` in struct `StaticSite`
170+
- New field `LinkedBackends` in struct `StaticSite`
171+
- New field `RemoteDebugEnabled` in struct `AseV3NetworkingConfigurationProperties`
172+
- New field `FtpEnabled` in struct `AseV3NetworkingConfigurationProperties`
173+
- New field `InboundIPAddressOverride` in struct `AseV3NetworkingConfigurationProperties`
174+
- New field `LinkedBackends` in struct `StaticSiteBuildARMResourceProperties`
175+
- New field `PublicNetworkAccess` in struct `SiteProperties`
176+
- New field `VnetRouteAllEnabled` in struct `SiteProperties`
177+
- New field `VnetContentShareEnabled` in struct `SiteProperties`
178+
- New field `VnetImagePullEnabled` in struct `SiteProperties`
179+
- New field `NetworkingConfiguration` in struct `Environment`
180+
- New field `CustomDNSSuffixConfiguration` in struct `Environment`
181+
182+
3183
## 1.0.0 (2022-05-16)
4184

5185
The package of `github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/appservice/armappservice` is using our [next generation design principles](https://azure.github.io/azure-sdk/general_introduction.html) since version 1.0.0, which contains breaking changes.

sdk/resourcemanager/appservice/armappservice/autorest.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
``` yaml
66
azure-arm: true
77
require:
8-
- https://github.com/Azure/azure-rest-api-specs/blob/0cc5e2efd6ffccf30e80d1e150b488dd87198b94/specification/web/resource-manager/readme.md
9-
- https://github.com/Azure/azure-rest-api-specs/blob/0cc5e2efd6ffccf30e80d1e150b488dd87198b94/specification/web/resource-manager/readme.go.md
8+
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/web/resource-manager/readme.md
9+
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/web/resource-manager/readme.go.md
1010
license-header: MICROSOFT_MIT_NO_VERSION
11-
module-version: 1.0.0
11+
module-version: 2.0.0
1212

1313
```
Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,11 @@
1-
module github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/appservice/armappservice
1+
module github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/appservice/armappservice/v2
22

33
go 1.18
44

5-
require (
6-
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.0.0
7-
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.0.0
8-
)
5+
require github.com/Azure/azure-sdk-for-go/sdk/azcore v1.0.0
96

107
require (
118
github.com/Azure/azure-sdk-for-go/sdk/internal v1.0.0 // indirect
12-
github.com/AzureAD/microsoft-authentication-library-for-go v0.4.0 // indirect
13-
github.com/golang-jwt/jwt v3.2.1+incompatible // indirect
14-
github.com/google/uuid v1.1.1 // indirect
15-
github.com/kylelemons/godebug v1.1.0 // indirect
16-
github.com/pkg/browser v0.0.0-20210115035449-ce105d075bb4 // indirect
17-
golang.org/x/crypto v0.0.0-20220511200225-c6db032c6c88 // indirect
189
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4 // indirect
19-
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
2010
golang.org/x/text v0.3.7 // indirect
2111
)
Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,12 @@
11
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.0.0 h1:sVPhtT2qjO86rTUaWMr4WoES4TkjGnzcioXcnHV9s5k=
22
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.0.0/go.mod h1:uGG2W01BaETf0Ozp+QxxKJdMBNRWPdstHG0Fmdwn1/U=
3-
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.0.0 h1:Yoicul8bnVdQrhDMTHxdEckRGX01XvwXDHUT9zYZ3k0=
4-
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.0.0/go.mod h1:+6sju8gk8FRmSajX3Oz4G5Gm7P+mbqE9FVaXXFYTkCM=
53
github.com/Azure/azure-sdk-for-go/sdk/internal v1.0.0 h1:jp0dGvZ7ZK0mgqnTSClMxa5xuRL7NZgHameVYF6BurY=
64
github.com/Azure/azure-sdk-for-go/sdk/internal v1.0.0/go.mod h1:eWRD7oawr1Mu1sLCawqVc0CUiF43ia3qQMxLscsKQ9w=
7-
github.com/AzureAD/microsoft-authentication-library-for-go v0.4.0 h1:WVsrXCnHlDDX8ls+tootqRE87/hL9S/g4ewig9RsD/c=
8-
github.com/AzureAD/microsoft-authentication-library-for-go v0.4.0/go.mod h1:Vt9sXTKwMyGcOxSmLDMnGPgqsUg7m8pe215qMLrDXw4=
9-
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
10-
github.com/dnaeon/go-vcr v1.1.0 h1:ReYa/UBrRyQdant9B4fNHGoCNKw6qh6P0fsdGmZpR7c=
11-
github.com/golang-jwt/jwt v3.2.1+incompatible h1:73Z+4BJcrTC+KczS6WvTPvRGOp1WmfEP4Q1lOd9Z/+c=
12-
github.com/golang-jwt/jwt v3.2.1+incompatible/go.mod h1:8pz2t5EyA70fFQQSrl6XZXzqecmYZeUEB8OUGHkxJ+I=
13-
github.com/golang-jwt/jwt/v4 v4.2.0 h1:besgBTC8w8HjP6NzQdxwKH9Z5oQMZ24ThTrHp3cZ8eU=
14-
github.com/google/uuid v1.1.1 h1:Gkbcsh/GbpXz7lPftLA3P6TYMwjCLYm83jiFQZF/3gY=
15-
github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
16-
github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=
17-
github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw=
18-
github.com/montanaflynn/stats v0.6.6/go.mod h1:etXPPgVO6n31NxCd9KQUMvCM+ve0ruNzt6R8Bnaayow=
19-
github.com/pkg/browser v0.0.0-20210115035449-ce105d075bb4 h1:Qj1ukM4GlMWXNdMBuXcXfz/Kw9s1qm0CLY32QxuSImI=
20-
github.com/pkg/browser v0.0.0-20210115035449-ce105d075bb4/go.mod h1:N6UoU20jOqggOuDwUaBQpluzLNDqif3kq9z2wpdYEfQ=
5+
github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8=
216
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
227
github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY=
23-
golang.org/x/crypto v0.0.0-20220511200225-c6db032c6c88 h1:Tgea0cVUD0ivh5ADBX4WwuI12DUd2to3nCYe2eayMIw=
24-
golang.org/x/crypto v0.0.0-20220511200225-c6db032c6c88/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4=
258
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4 h1:HVyaeDAYux4pnY+D/SiwmLOR36ewZ4iGQIIrtnuCjFA=
269
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk=
27-
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
28-
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e h1:fLOSk5Q00efkSvAm+4xcoXD+RRmLmmulPn5I3Y9F2EM=
29-
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
3010
golang.org/x/text v0.3.7 h1:olpwvP2KacW1ZWvsR7uQhoyTYvKAupfQrRGBFM352Gk=
3111
golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ=
32-
gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=
33-
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b h1:h8qDotaEPuJATrMmW04NCwg7v22aHH28wwpauUhK9Oo=
12+
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c h1:dUUwHk2QECo/6vqA44rthZ8ie2QXMNeKRTHCNY2nXvo=

0 commit comments

Comments
 (0)