From 1f89cfcd4868c44510e3ed0a85497ed71d11d51a Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 01:19:22 +0000 Subject: [PATCH] chore(deps): update go dependencies to v1 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- go.mod | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/go.mod b/go.mod index 4517cfb2b50..cd29ba608c4 100644 --- a/go.mod +++ b/go.mod @@ -35,7 +35,7 @@ require ( github.com/sigstore/protobuf-specs v0.5.0 github.com/sigstore/rekor v1.3.10 github.com/sigstore/sigstore v1.10.3 - github.com/sigstore/sigstore-go v0.7.2 + github.com/sigstore/sigstore-go v1.1.4 github.com/sigstore/sigstore/pkg/signature/kms/aws v1.10.3 github.com/sigstore/sigstore/pkg/signature/kms/azure v1.10.3 github.com/sigstore/sigstore/pkg/signature/kms/gcp v1.10.3 @@ -49,7 +49,7 @@ require ( github.com/theupdateframework/go-tuf/v2 v2.0.2 github.com/transparency-dev/merkle v0.0.2 github.com/withfig/autocomplete-tools/integrations/cobra v1.2.1 - gitlab.com/gitlab-org/api/client-go v0.128.0 + gitlab.com/gitlab-org/api/client-go v1.23.0 golang.org/x/crypto v0.46.0 golang.org/x/oauth2 v0.34.0 golang.org/x/sync v0.19.0 @@ -92,7 +92,7 @@ require ( github.com/AzureAD/microsoft-authentication-library-for-go v1.6.0 // indirect github.com/Microsoft/go-winio v0.6.2 // indirect github.com/OneOfOne/xxhash v1.2.8 // indirect - github.com/ProtonMail/go-crypto v0.0.0-20230923063757-afb1ddc0824c // indirect + github.com/ProtonMail/go-crypto v1.3.0 // indirect github.com/agnivade/levenshtein v1.2.1 // indirect github.com/alibabacloud-go/alibabacloud-gateway-spi v0.0.4 // indirect github.com/alibabacloud-go/cr-20160607 v1.0.1 // indirect @@ -168,7 +168,7 @@ require ( github.com/golang-jwt/jwt/v4 v4.5.2 // indirect github.com/golang-jwt/jwt/v5 v5.3.0 // indirect github.com/golang/protobuf v1.5.4 // indirect - github.com/golang/snappy v0.0.4 // indirect + github.com/golang/snappy v1.0.0 // indirect github.com/google/gnostic-models v0.6.9 // indirect github.com/google/go-querystring v1.1.0 // indirect github.com/google/gofuzz v1.2.0 // indirect @@ -187,7 +187,7 @@ require ( github.com/hashicorp/go-sockaddr v1.0.7 // indirect github.com/hashicorp/hcl v1.0.1-vault-7 // indirect github.com/hashicorp/vault/api v1.22.0 // indirect - github.com/imdario/mergo v0.3.16 // indirect + github.com/imdario/mergo v1.0.2 // indirect github.com/in-toto/attestation v1.1.1 // indirect github.com/inconshreveable/mousetrap v1.1.0 // indirect github.com/jedisct1/go-minisign v0.0.0-20241212093149-d2f9f49435c7 // indirect