]> Cypherpunks repositories - keks.git/commitdiff
Move yacpki to gyac
authorSergey Matveev <stargrave@stargrave.org>
Tue, 8 Oct 2024 17:17:24 +0000 (20:17 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Tue, 8 Oct 2024 17:33:59 +0000 (20:33 +0300)
gyac/cmd/yacertool/go.mod [deleted file]
gyac/cmd/yacertool/go.sum [deleted file]
gyac/yacpki/algo.go [moved from gyac/yacpki/crypto.go with 100% similarity]
gyac/yacpki/cmd/yacertool/basic.t [moved from gyac/cmd/yacertool/basic.t with 100% similarity]
gyac/yacpki/cmd/yacertool/main.go [moved from gyac/cmd/yacertool/main.go with 100% similarity]
gyac/yacpki/go.mod
gyac/yacpki/go.sum

diff --git a/gyac/cmd/yacertool/go.mod b/gyac/cmd/yacertool/go.mod
deleted file mode 100644 (file)
index 6c9c464..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-module go.cypherpunks.su/yac/gyac/cmd/yacertool
-
-go 1.22
-
-require (
-       github.com/google/uuid v1.6.0
-       go.cypherpunks.su/gogost/v6 v6.0.1
-       go.cypherpunks.su/yac/gyac v0.0.0-00010101000000-000000000000
-       go.cypherpunks.su/yac/gyac/yacpki v0.0.0-00010101000000-000000000000
-)
-
-require (
-       github.com/mitchellh/mapstructure v1.5.0 // indirect
-       go.cypherpunks.su/tai64n/v3 v3.1.0 // indirect
-)
-
-replace go.cypherpunks.su/yac/gyac => ../..
-
-replace go.cypherpunks.su/yac/gyac/yacpki => ../../yacpki
diff --git a/gyac/cmd/yacertool/go.sum b/gyac/cmd/yacertool/go.sum
deleted file mode 100644 (file)
index 90b7e96..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
-github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
-github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY=
-github.com/mitchellh/mapstructure v1.5.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
-go.cypherpunks.su/gogost/v6 v6.0.1 h1:PFjBnUmfdbx7L5R6hRt/+ZgGwWx45wTIWezFSgmknrs=
-go.cypherpunks.su/gogost/v6 v6.0.1/go.mod h1:qJm0B7KJY4/OD5nYqL10kXY09dUwu2AfwSPu72Otngs=
-go.cypherpunks.su/tai64n/v3 v3.1.0 h1:cdGnanxA5/H3hc37BO9D3h/exChVNEvrPWjTT/kuwQ4=
-go.cypherpunks.su/tai64n/v3 v3.1.0/go.mod h1:zGDFuyiFKJk+iem8lyBaFeCm+MNMOn7RRWy456n1J78=
-golang.org/x/crypto v0.16.0 h1:mMMrFzRSCF0GvB7Ne27XVtVAaXLrPmgPC7/v0tkwHaY=
-golang.org/x/crypto v0.16.0/go.mod h1:gCAAfMLgwOJRpTjQ2zCCt2OcSfYMTeZVSRtQlPC7Nq4=
similarity index 100%
rename from gyac/yacpki/crypto.go
rename to gyac/yacpki/algo.go
index 71040d4f696c1b2353715de5b5fc88d140c69054865791c452d34338f682b285..15b3a5fc6c9d349e0316880cf2a300e88c142f94f96c22f460f239751bc1af44 100644 (file)
@@ -2,14 +2,9 @@ module go.cypherpunks.su/yac/gyac/yacpki
 
 go 1.22
 
-require go.cypherpunks.su/tai64n/v3 v3.1.0 // indirect
-
 require (
        github.com/google/uuid v1.6.0
        go.cypherpunks.su/gogost/v6 v6.0.1
-       go.cypherpunks.su/yac/gyac v0.0.0-00010101000000-000000000000
 )
 
-require github.com/mitchellh/mapstructure v1.5.0 // indirect
-
-replace go.cypherpunks.su/yac/gyac => ..
+require golang.org/x/crypto v0.26.0 // indirect
index 90b7e9649bc61d40b52599d26de00fb51b7fef4ca58f0a871212d8830cdcc03b..f97535c3ff83b70a699ecad474443874a34f9cabefecf07640ba09c7eb1c835e 100644 (file)
@@ -1,10 +1,5 @@
 github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
 github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
-github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY=
-github.com/mitchellh/mapstructure v1.5.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
 go.cypherpunks.su/gogost/v6 v6.0.1 h1:PFjBnUmfdbx7L5R6hRt/+ZgGwWx45wTIWezFSgmknrs=
 go.cypherpunks.su/gogost/v6 v6.0.1/go.mod h1:qJm0B7KJY4/OD5nYqL10kXY09dUwu2AfwSPu72Otngs=
-go.cypherpunks.su/tai64n/v3 v3.1.0 h1:cdGnanxA5/H3hc37BO9D3h/exChVNEvrPWjTT/kuwQ4=
-go.cypherpunks.su/tai64n/v3 v3.1.0/go.mod h1:zGDFuyiFKJk+iem8lyBaFeCm+MNMOn7RRWy456n1J78=
-golang.org/x/crypto v0.16.0 h1:mMMrFzRSCF0GvB7Ne27XVtVAaXLrPmgPC7/v0tkwHaY=
-golang.org/x/crypto v0.16.0/go.mod h1:gCAAfMLgwOJRpTjQ2zCCt2OcSfYMTeZVSRtQlPC7Nq4=
+golang.org/x/crypto v0.26.0 h1:RrRspgV4mU+YwB4FYnuBoKsUapNIL5cohGAmSH3azsw=