mirror of
https://github.com/luxfi/age.git
synced 2026-07-27 03:39:38 +00:00
fix: gofmt -s across repo (CI format check)
This commit is contained in:
+1
-1
@@ -23,9 +23,9 @@ import (
|
||||
"fmt"
|
||||
"io"
|
||||
|
||||
"filippo.io/edwards25519"
|
||||
"github.com/luxfi/age"
|
||||
"github.com/luxfi/age/internal/format"
|
||||
"filippo.io/edwards25519"
|
||||
"golang.org/x/crypto/chacha20poly1305"
|
||||
"golang.org/x/crypto/curve25519"
|
||||
"golang.org/x/crypto/hkdf"
|
||||
|
||||
+1
-1
@@ -10,8 +10,8 @@ import (
|
||||
"fmt"
|
||||
"strings"
|
||||
|
||||
"github.com/luxfi/age/internal/bech32"
|
||||
"filippo.io/hpke"
|
||||
"github.com/luxfi/age/internal/bech32"
|
||||
)
|
||||
|
||||
// EncodeIdentity encodes a plugin identity string for a plugin with the given
|
||||
|
||||
@@ -9,9 +9,9 @@ import (
|
||||
"fmt"
|
||||
"strings"
|
||||
|
||||
"filippo.io/hpke"
|
||||
"github.com/luxfi/age/internal/bech32"
|
||||
"github.com/luxfi/age/internal/format"
|
||||
"filippo.io/hpke"
|
||||
"golang.org/x/crypto/chacha20poly1305"
|
||||
)
|
||||
|
||||
|
||||
@@ -9,11 +9,11 @@ import (
|
||||
"crypto/subtle"
|
||||
"fmt"
|
||||
|
||||
"filippo.io/hpke"
|
||||
"filippo.io/nistec"
|
||||
"github.com/luxfi/age"
|
||||
"github.com/luxfi/age/internal/format"
|
||||
"github.com/luxfi/age/tag"
|
||||
"filippo.io/hpke"
|
||||
"filippo.io/nistec"
|
||||
)
|
||||
|
||||
type ClassicIdentity struct {
|
||||
|
||||
+2
-2
@@ -20,11 +20,11 @@ import (
|
||||
"fmt"
|
||||
"slices"
|
||||
|
||||
"filippo.io/hpke"
|
||||
"filippo.io/nistec"
|
||||
"github.com/luxfi/age"
|
||||
"github.com/luxfi/age/internal/format"
|
||||
"github.com/luxfi/age/plugin"
|
||||
"filippo.io/hpke"
|
||||
"filippo.io/nistec"
|
||||
)
|
||||
|
||||
// Recipient is a tagged P-256 or hybrid P-256 + ML-KEM-768 recipient.
|
||||
|
||||
Reference in New Issue
Block a user