]> Cypherpunks repositories - keks.git/commitdiff
Properly regrouped imports
authorSergey Matveev <stargrave@stargrave.org>
Thu, 12 Dec 2024 10:14:16 +0000 (13:14 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Thu, 12 Dec 2024 10:14:59 +0000 (13:14 +0300)
gyac/fromgo.go
gyac/togo.go
gyac/yacpki/algo.go
gyac/yacpki/cer.go
gyac/yacpki/cmd/yacertool/main.go
gyac/yacpki/prv.go
gyac/yacpki/signed-data.go

index f5f61af13b86cb0a61a136a733f4a4b53ce6fa86873f80c6619488f67d1220e3..3a815f1830cbd68be4313b53bd58b35d7c56bf23f9c80667d3bd1f089a838b1c 100644 (file)
@@ -24,6 +24,7 @@ import (
 
        "github.com/google/uuid"
        "go.cypherpunks.su/tai64n/v4"
+
        "go.cypherpunks.su/yac/gyac/atom"
        "go.cypherpunks.su/yac/gyac/types"
 )
index f0782afa12f67b7c9435611e51ad7193c7ec42293f6f869c5bd54919b0998fda..27ee36cf1879d609e9260832d4d6fe93ce6c523d85c09e6d00d59d99b6d5723a 100644 (file)
@@ -21,6 +21,7 @@ import (
 
        "github.com/google/uuid"
        "go.cypherpunks.su/tai64n/v4"
+
        "go.cypherpunks.su/yac/gyac/atom"
        "go.cypherpunks.su/yac/gyac/types"
 )
index f2c6e4ec4aadbc8a2aa5065743f54a45ee4a5275dd7210e0373a5740e9c0e662..7307ed8ac5329be0dfe7ee39bd6c02bfb7ac1ad07c49cb6068077a33607c1371 100644 (file)
@@ -7,9 +7,10 @@ import (
        "github.com/google/uuid"
        "go.cypherpunks.su/gogost/v6/gost34112012256"
        "go.cypherpunks.su/gogost/v6/gost34112012512"
+       "golang.org/x/crypto/blake2b"
+
        "go.cypherpunks.su/yac/gyac"
        "go.cypherpunks.su/yac/gyac/yacpki/utils"
-       "golang.org/x/crypto/blake2b"
 )
 
 const (
index 7d4b2747c3ef69a31ab27020f262f8f68359ba66880bdba24560630a214be38e..255fb4642a52ac5f996f51ab2d00843eced9efbbb359b919b9a63f2b72a6535b 100644 (file)
@@ -11,6 +11,7 @@ import (
        "go.cypherpunks.su/gogost/v6/gost3410"
        "go.cypherpunks.su/gogost/v6/gost34112012256"
        "go.cypherpunks.su/gogost/v6/gost34112012512"
+
        "go.cypherpunks.su/yac/gyac"
        "go.cypherpunks.su/yac/gyac/mapstruct"
        "go.cypherpunks.su/yac/gyac/yacpki/ed25519-blake2b/ed25519"
index 3e8d37fdd0260ed9b63464bd3b7b606a184d4d82dcdf46ac9d57a55008d3fac2..1fe1aa0d47876a14ab78a0666b32a1746388b3d9d39a83b1f9dca7c67e93973c 100644 (file)
@@ -12,6 +12,7 @@ import (
        "time"
 
        "go.cypherpunks.su/gogost/v6/gost3410"
+
        "go.cypherpunks.su/yac/gyac"
        "go.cypherpunks.su/yac/gyac/yacpki"
        "go.cypherpunks.su/yac/gyac/yacpki/ed25519-blake2b/ed25519"
index 70a08c210d3b2bf56feff05f94f3743e2ab1f6518c480a22a893e2e0cc28c089..484de4132f172bdc2ba01163dc9ed31bfce6856b205791f86daa173fcaaf3fe6 100644 (file)
@@ -8,6 +8,7 @@ import (
        "go.cypherpunks.su/gogost/v6/gost3410"
        "go.cypherpunks.su/gogost/v6/gost34112012256"
        "go.cypherpunks.su/gogost/v6/gost34112012512"
+
        "go.cypherpunks.su/yac/gyac/mapstruct"
        "go.cypherpunks.su/yac/gyac/yacpki/ed25519-blake2b/ed25519"
 )
index 1e5bc680aa3b436f953b3b56da6540a35876bd43a140db5ca55497e724c0994f..c753372b4e5ed3e3d59697410e64872da321c35dd2621d4fe40f680bb002fa18 100644 (file)
@@ -7,6 +7,7 @@ import (
        "time"
 
        "github.com/google/uuid"
+
        "go.cypherpunks.su/yac/gyac"
        "go.cypherpunks.su/yac/gyac/mapstruct"
        "go.cypherpunks.su/yac/gyac/types"