diff --git a/internal/services/attestation/attestation_provider_resource.go b/internal/services/attestation/attestation_provider_resource.go index 156c903da62d..15d3e7456922 100644 --- a/internal/services/attestation/attestation_provider_resource.go +++ b/internal/services/attestation/attestation_provider_resource.go @@ -26,7 +26,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/attestation/2022-08-01/attestation" + "github.com/jackofallops/kermit/sdk/attestation/2022-08-01/attestation" ) func resourceAttestationProvider() *pluginsdk.Resource { diff --git a/internal/services/attestation/client/client.go b/internal/services/attestation/client/client.go index 60065b4f0bda..84e1ecddfd72 100644 --- a/internal/services/attestation/client/client.go +++ b/internal/services/attestation/client/client.go @@ -13,7 +13,7 @@ import ( authWrapper "github.com/hashicorp/go-azure-sdk/sdk/auth/autorest" "github.com/hashicorp/go-azure-sdk/sdk/environments" "github.com/hashicorp/terraform-provider-azurerm/internal/common" - "github.com/tombuildsstuff/kermit/sdk/attestation/2022-08-01/attestation" + "github.com/jackofallops/kermit/sdk/attestation/2022-08-01/attestation" ) type Client struct { diff --git a/internal/services/attestation/validate/stored_attestation_policy_base64.go b/internal/services/attestation/validate/stored_attestation_policy_base64.go index dfdd42791d6e..d32ede0aacc8 100644 --- a/internal/services/attestation/validate/stored_attestation_policy_base64.go +++ b/internal/services/attestation/validate/stored_attestation_policy_base64.go @@ -9,7 +9,7 @@ import ( "fmt" "strings" - "github.com/tombuildsstuff/kermit/sdk/attestation/2022-08-01/attestation" + "github.com/jackofallops/kermit/sdk/attestation/2022-08-01/attestation" ) func ContainsABase64UriEncodedJWTOfAStoredAttestationPolicy(value interface{}, key string) (warnings []string, errors []error) { diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/attestation/2022-08-01/attestation/attestation.go b/vendor/github.com/jackofallops/kermit/sdk/attestation/2022-08-01/attestation/attestation.go similarity index 100% rename from vendor/github.com/tombuildsstuff/kermit/sdk/attestation/2022-08-01/attestation/attestation.go rename to vendor/github.com/jackofallops/kermit/sdk/attestation/2022-08-01/attestation/attestation.go diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/attestation/2022-08-01/attestation/client.go b/vendor/github.com/jackofallops/kermit/sdk/attestation/2022-08-01/attestation/client.go similarity index 100% rename from vendor/github.com/tombuildsstuff/kermit/sdk/attestation/2022-08-01/attestation/client.go rename to vendor/github.com/jackofallops/kermit/sdk/attestation/2022-08-01/attestation/client.go diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/attestation/2022-08-01/attestation/enums.go b/vendor/github.com/jackofallops/kermit/sdk/attestation/2022-08-01/attestation/enums.go similarity index 100% rename from vendor/github.com/tombuildsstuff/kermit/sdk/attestation/2022-08-01/attestation/enums.go rename to vendor/github.com/jackofallops/kermit/sdk/attestation/2022-08-01/attestation/enums.go diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/attestation/2022-08-01/attestation/metadataconfiguration.go b/vendor/github.com/jackofallops/kermit/sdk/attestation/2022-08-01/attestation/metadataconfiguration.go similarity index 100% rename from vendor/github.com/tombuildsstuff/kermit/sdk/attestation/2022-08-01/attestation/metadataconfiguration.go rename to vendor/github.com/jackofallops/kermit/sdk/attestation/2022-08-01/attestation/metadataconfiguration.go diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/attestation/2022-08-01/attestation/models.go b/vendor/github.com/jackofallops/kermit/sdk/attestation/2022-08-01/attestation/models.go similarity index 100% rename from vendor/github.com/tombuildsstuff/kermit/sdk/attestation/2022-08-01/attestation/models.go rename to vendor/github.com/jackofallops/kermit/sdk/attestation/2022-08-01/attestation/models.go diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/attestation/2022-08-01/attestation/policy.go b/vendor/github.com/jackofallops/kermit/sdk/attestation/2022-08-01/attestation/policy.go similarity index 100% rename from vendor/github.com/tombuildsstuff/kermit/sdk/attestation/2022-08-01/attestation/policy.go rename to vendor/github.com/jackofallops/kermit/sdk/attestation/2022-08-01/attestation/policy.go diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/attestation/2022-08-01/attestation/policycertificates.go b/vendor/github.com/jackofallops/kermit/sdk/attestation/2022-08-01/attestation/policycertificates.go similarity index 100% rename from vendor/github.com/tombuildsstuff/kermit/sdk/attestation/2022-08-01/attestation/policycertificates.go rename to vendor/github.com/jackofallops/kermit/sdk/attestation/2022-08-01/attestation/policycertificates.go diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/attestation/2022-08-01/attestation/signingcertificates.go b/vendor/github.com/jackofallops/kermit/sdk/attestation/2022-08-01/attestation/signingcertificates.go similarity index 100% rename from vendor/github.com/tombuildsstuff/kermit/sdk/attestation/2022-08-01/attestation/signingcertificates.go rename to vendor/github.com/jackofallops/kermit/sdk/attestation/2022-08-01/attestation/signingcertificates.go diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/attestation/2022-08-01/attestation/version.go b/vendor/github.com/jackofallops/kermit/sdk/attestation/2022-08-01/attestation/version.go similarity index 82% rename from vendor/github.com/tombuildsstuff/kermit/sdk/attestation/2022-08-01/attestation/version.go rename to vendor/github.com/jackofallops/kermit/sdk/attestation/2022-08-01/attestation/version.go index a9a9d12a5069..5fa0ec881f44 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/attestation/2022-08-01/attestation/version.go +++ b/vendor/github.com/jackofallops/kermit/sdk/attestation/2022-08-01/attestation/version.go @@ -1,6 +1,6 @@ package attestation -import "github.com/tombuildsstuff/kermit/version" +import "github.com/jackofallops/kermit/version" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. @@ -10,7 +10,7 @@ import "github.com/tombuildsstuff/kermit/version" // UserAgent returns the UserAgent string to use when sending http.Requests. func UserAgent() string { - return "tombuildsstuff/kermit/" + Version() + " attestation/2022-08-01" + return "jackofallops/kermit/" + Version() + " attestation/2022-08-01" } // Version returns the semantic version (see http://semver.org) of the client. diff --git a/vendor/modules.txt b/vendor/modules.txt index ccf5bf115b74..b39afd2e758b 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -1365,6 +1365,7 @@ github.com/hashicorp/yamux # github.com/jackofallops/kermit v0.20241010.1180132 ## explicit; go 1.22 github.com/jackofallops/kermit/sdk/appconfiguration/1.0/appconfiguration +github.com/jackofallops/kermit/sdk/attestation/2022-08-01/attestation github.com/jackofallops/kermit/sdk/web/2022-09-01/web github.com/jackofallops/kermit/version # github.com/kr/pretty v0.3.0 @@ -1425,7 +1426,6 @@ github.com/tombuildsstuff/giovanni/storage/internal/metadata # github.com/tombuildsstuff/kermit v0.20240122.1123108 ## explicit; go 1.18 github.com/tombuildsstuff/kermit/sdk/appplatform/2023-05-01-preview/appplatform -github.com/tombuildsstuff/kermit/sdk/attestation/2022-08-01/attestation github.com/tombuildsstuff/kermit/sdk/batch/2022-01.15.0/batch github.com/tombuildsstuff/kermit/sdk/botservice/2021-05-01-preview/botservice github.com/tombuildsstuff/kermit/sdk/datafactory/2018-06-01/datafactory