Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Fargher <jfargher@gitlab.com>2023-08-30 05:40:59 +0300
committerJames Fargher <jfargher@gitlab.com>2023-08-30 05:40:59 +0300
commita135d096227e2169aa6b15fa2c5a67d688d44a16 (patch)
treee7de9c3801b24a2707a82f797b3e0eab0a0f0a34
parent6e5e61165e08bbdccc2250d21b7c95006fa0272e (diff)
parent6c7a82d881874165e475cb3bb397bece45245c65 (diff)
Merge branch 'renovate/github.com-protonmail-go-crypto-digest' into 'master'jtapia-remove-callers-to-namespace-service
go: Update github.com/ProtonMail/go-crypto digest to 3c4c8a2 See merge request https://gitlab.com/gitlab-org/gitaly/-/merge_requests/6300 Merged-by: James Fargher <jfargher@gitlab.com> Approved-by: James Fargher <jfargher@gitlab.com> Approved-by: Quang-Minh Nguyen <qmnguyen@gitlab.com> Co-authored-by: GitLab Renovate Bot <gitlab-bot@gitlab.com>
-rw-r--r--go.mod2
-rw-r--r--go.sum4
2 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index c5096ee5a..c46663c2e 100644
--- a/go.mod
+++ b/go.mod
@@ -6,7 +6,7 @@ go 1.20
replace github.com/go-enry/go-license-detector/v4 => github.com/gl-gitaly/go-license-detector/v4 v4.0.0-20230524080836-4cc9a3796917
require (
- github.com/ProtonMail/go-crypto v0.0.0-20230717121422-5aa5874ade95
+ github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371
github.com/beevik/ntp v1.3.0
github.com/cloudflare/tableflip v1.2.3
github.com/containerd/cgroups/v3 v3.0.2
diff --git a/go.sum b/go.sum
index acf55cf3b..1c1ef1431 100644
--- a/go.sum
+++ b/go.sum
@@ -89,8 +89,8 @@ github.com/Microsoft/go-winio v0.5.2/go.mod h1:WpS1mjBmmwHBEWmogvA2mj8546UReBk4v
github.com/Microsoft/go-winio v0.6.1 h1:9/kr64B9VUZrLm5YYwbGtUJnMgqWVOdUAXu6Migciow=
github.com/Microsoft/go-winio v0.6.1/go.mod h1:LRdKpFKfdobln8UmuiYcKPot9D2v6svN5+sAH+4kjUM=
github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7/go.mod h1:z4/9nQmJSSwwds7ejkxaJwO37dru3geImFUdJlaLzQo=
-github.com/ProtonMail/go-crypto v0.0.0-20230717121422-5aa5874ade95 h1:KLq8BE0KwCL+mmXnjLWEAOYO+2l2AE4YMmqG1ZpZHBs=
-github.com/ProtonMail/go-crypto v0.0.0-20230717121422-5aa5874ade95/go.mod h1:EjAoLdwvbIOoOQr3ihjnSoLZRtE8azugULFRteWMNc0=
+github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371 h1:kkhsdkhsCvIsutKu5zLMgWtgh9YxGCNAw8Ad8hjwfYg=
+github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371/go.mod h1:EjAoLdwvbIOoOQr3ihjnSoLZRtE8azugULFRteWMNc0=
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d/go.mod h1:3eOhrUMpNV+6aFIbp5/iudMxNCF27Vw2OZgy4xEx0Fg=
github.com/acomagu/bufpipe v1.0.3 h1:fxAGrHZTgQ9w5QqVItgzwj235/uYZYgbXitB+dLupOk=
github.com/acomagu/bufpipe v1.0.3/go.mod h1:mxdxdup/WdsKVreO5GpW4+M/1CE2sMG4jeGJ2sYmHc4=