Skip to content

Commit bf361ae

Browse files
committed
Replace vendored bech32 with ssh-to-age
Signed-off-by: gokselk <gokselk.dev@gmail.com>
1 parent 1e22b60 commit bf361ae

5 files changed

Lines changed: 4 additions & 274 deletions

File tree

age/bech32/bech32.go

Lines changed: 0 additions & 179 deletions
This file was deleted.

age/bech32/bech32_test.go

Lines changed: 0 additions & 94 deletions
This file was deleted.

age/ssh_parse.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import (
2020

2121
"filippo.io/age"
2222
"filippo.io/age/agessh"
23-
"github.com/getsops/sops/v3/age/bech32"
23+
"github.com/Mic92/ssh-to-age/bech32"
2424
"golang.org/x/crypto/curve25519"
2525
"golang.org/x/crypto/ssh"
2626
)

go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ require (
99
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.20.0
1010
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.13.1
1111
github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azkeys v1.4.0
12+
github.com/Mic92/ssh-to-age v0.0.0-20251215041857-58c160f0b0e5
1213
github.com/ProtonMail/go-crypto v1.3.0
1314
github.com/aws/aws-sdk-go-v2 v1.41.0
1415
github.com/aws/aws-sdk-go-v2/config v1.32.6

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/cloudmock v0
5959
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/cloudmock v0.54.0/go.mod h1:vB2GH9GAYYJTO3mEn8oYwzEdhlayZIdQz6zdzgUIRvA=
6060
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.54.0 h1:s0WlVbf9qpvkh1c/uDAPElam0WrL7fHRIidgZJ7UqZI=
6161
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.54.0/go.mod h1:Mf6O40IAyB9zR/1J8nGDDPirZQQPbYJni8Yisy7NTMc=
62+
github.com/Mic92/ssh-to-age v0.0.0-20251215041857-58c160f0b0e5 h1:rJ5ex4z15yfMDmP/Ia3Zz38k0WDTyVCRosWDsgH3Vv0=
63+
github.com/Mic92/ssh-to-age v0.0.0-20251215041857-58c160f0b0e5/go.mod h1:0swN1sHoxt6VkeS8s85/aDtJe6rsTDgglDgskjPnLeI=
6264
github.com/Microsoft/go-winio v0.6.2 h1:F2VQgta7ecxGYO8k3ZZz3RS8fVIXVxONVUPlNERoyfY=
6365
github.com/Microsoft/go-winio v0.6.2/go.mod h1:yd8OoFMLzJbo9gZq8j5qaps8bJ9aShtEA8Ipt1oGCvU=
6466
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 h1:TngWCqHvy9oXAN6lEVMRuU21PR1EtLVZJmdB18Gu3Rw=

0 commit comments

Comments
 (0)