Skip to content

Commit

Permalink
switch to ProtonMail openpgp implementation
Browse files Browse the repository at this point in the history
golang.org/x/crypto/openpgp has been deprecated for a while.
The openpgp implementation is moved to github.com/ProtonMail/go-crypto/openpgp

Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>
  • Loading branch information
Adphi committed May 15, 2024
1 parent 33056e3 commit 57fba49
Show file tree
Hide file tree
Showing 5 changed files with 74 additions and 46 deletions.
22 changes: 12 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,28 @@ go 1.21
replace code.gitea.io/gitea => github.com/go-gitea/gitea v1.20.4

require (
github.com/ProtonMail/go-crypto v1.0.0
github.com/blakesmith/ar v0.0.0-20190502131153-809d4375e1fb
github.com/distribution/distribution/v3 v3.0.0-20231012071349-fe98c998600a
github.com/dustin/go-humanize v1.0.1
github.com/ghodss/yaml v1.0.0
github.com/gorilla/mux v1.8.0
github.com/gorilla/sessions v1.2.1
github.com/klauspost/compress v1.16.5
github.com/klauspost/compress v1.17.8
github.com/lithammer/dedent v1.1.0
github.com/opencontainers/go-digest v1.0.0
github.com/opencontainers/image-spec v1.1.0-rc5
github.com/sassoftware/go-rpmutils v0.2.0
github.com/sassoftware/go-rpmutils v0.4.0
github.com/sirupsen/logrus v1.9.3
github.com/spf13/afero v1.10.0
github.com/spf13/cobra v1.7.0
github.com/stretchr/testify v1.8.4
github.com/ulikunitz/xz v0.5.9
github.com/stretchr/testify v1.9.0
github.com/ulikunitz/xz v0.5.12
go.linka.cloud/env v0.0.0-20230215124643-494dd1a27d3c
go.linka.cloud/grpc-toolkit v0.4.4-0.20231026145832-5d6b16a2c2a0
go.linka.cloud/printer v0.0.0-20231006081618-c2952cf92999
golang.org/x/crypto v0.14.0
golang.org/x/sync v0.4.0
golang.org/x/term v0.13.0
golang.org/x/term v0.20.0
helm.sh/helm/v3 v3.13.1
oras.land/oras-go/v2 v2.3.1-0.20231002141145-6456d162fb43
sigs.k8s.io/yaml v1.3.0
Expand All @@ -35,13 +35,14 @@ require (
require (
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 // indirect
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
github.com/DataDog/zstd v1.4.5 // indirect
github.com/DataDog/zstd v1.5.5 // indirect
github.com/Masterminds/semver/v3 v3.2.1 // indirect
github.com/Microsoft/hcsshim v0.11.0 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/bombsimon/logrusr/v4 v4.0.0 // indirect
github.com/bshuster-repo/logrus-logstash-hook v1.0.0 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/cloudflare/circl v1.3.8 // indirect
github.com/containerd/containerd v1.7.6 // indirect
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
Expand Down Expand Up @@ -114,10 +115,11 @@ require (
go.opentelemetry.io/otel/metric v1.18.0 // indirect
go.opentelemetry.io/otel/trace v1.18.0 // indirect
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/crypto v0.23.0 // indirect
golang.org/x/net v0.21.0 // indirect
golang.org/x/oauth2 v0.12.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
golang.org/x/sys v0.20.0 // indirect
golang.org/x/text v0.15.0 // indirect
golang.org/x/time v0.3.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20231016165738-49dd2c1f3d0b // indirect
Expand Down
Loading

0 comments on commit 57fba49

Please sign in to comment.