]> Cypherpunks.ru repositories - gogost.git/commitdiff
go modules support
authorSergey Matveev <stargrave@stargrave.org>
Thu, 6 Jun 2019 13:17:19 +0000 (16:17 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sun, 9 Jun 2019 09:20:59 +0000 (12:20 +0300)
.gitmodules
src/cypherpunks.ru/gogost/go.mod [new file with mode: 0644]
src/cypherpunks.ru/gogost/go.sum [new file with mode: 0644]
src/golang.org/x/crypto [deleted submodule]

index 6607578f3a969fa132c48e8c60f0ec8755dd3e09..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1,3 +0,0 @@
-[submodule "src/golang.org/x/crypto"]
-       path = src/golang.org/x/crypto
-       url = https://go.googlesource.com/crypto
diff --git a/src/cypherpunks.ru/gogost/go.mod b/src/cypherpunks.ru/gogost/go.mod
new file mode 100644 (file)
index 0000000..9cfc53d
--- /dev/null
@@ -0,0 +1,5 @@
+module cypherpunks.ru/gogost
+
+go 1.12
+
+require golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5
diff --git a/src/cypherpunks.ru/gogost/go.sum b/src/cypherpunks.ru/gogost/go.sum
new file mode 100644 (file)
index 0000000..b4295f2
--- /dev/null
@@ -0,0 +1,7 @@
+golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
+golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5 h1:58fnuSXlxZmFdJyvtTFVmVhcMLU6v5fEb/ok4wyqtNU=
+golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
+golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
+golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
+golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
+golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
diff --git a/src/golang.org/x/crypto b/src/golang.org/x/crypto
deleted file mode 160000 (submodule)
index 9477e0b..0000000
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit 9477e0b78b9ac3d0b03822fd95422e2fe07627cd