fix: gofmt -s across repo (CI format check)

This commit is contained in:
Hanzo AI
2026-06-02 11:39:17 -07:00
parent 91c77303c8
commit 545ab45e49
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -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
View File
@@ -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
+1 -1
View File
@@ -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"
)
+2 -2
View File
@@ -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
View File
@@ -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.