]> Cypherpunks.ru repositories - nncp.git/commit
go.mod support
authorSergey Matveev <stargrave@stargrave.org>
Sat, 27 Apr 2019 21:50:40 +0000 (00:50 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sun, 28 Apr 2019 09:54:17 +0000 (12:54 +0300)
commit62545902d86447014ac72b39f53f36aeba9c6bf8
treec9961daeea9042ebed9e137a4190a1ac8c6fc746
parent4e9e19adf49f67a8b6ca18ec0db0b327044aaf73
go.mod support
20 files changed:
.gitmodules
BSDmakefile
GNUmakefile
common.mk
doc/news.ru.texi
doc/news.texi
makedist.sh
src/cypherpunks.ru/balloon [deleted submodule]
src/cypherpunks.ru/nncp/go.mod [new file with mode: 0644]
src/cypherpunks.ru/nncp/go.sum [new file with mode: 0644]
src/cypherpunks.ru/nncp/vendor/cypherpunks.ru/balloon [new submodule]
src/cypherpunks.ru/nncp/vendor/github.com/davecgh/go-xdr [moved from src/github.com/davecgh/go-xdr with 100% similarity]
src/cypherpunks.ru/nncp/vendor/github.com/dustin/go-humanize [moved from src/github.com/dustin/go-humanize with 100% similarity]
src/cypherpunks.ru/nncp/vendor/github.com/flynn/noise [moved from src/github.com/flynn/noise with 100% similarity]
src/cypherpunks.ru/nncp/vendor/github.com/gorhill/cronexpr [moved from src/github.com/gorhill/cronexpr with 100% similarity]
src/cypherpunks.ru/nncp/vendor/golang.org/x/crypto [moved from src/golang.org/x/crypto with 100% similarity]
src/cypherpunks.ru/nncp/vendor/golang.org/x/net [moved from src/golang.org/x/net with 100% similarity]
src/cypherpunks.ru/nncp/vendor/golang.org/x/sys [moved from src/golang.org/x/sys with 100% similarity]
src/cypherpunks.ru/nncp/vendor/gopkg.in/check.v1 [moved from src/gopkg.in/check.v1 with 100% similarity]
src/cypherpunks.ru/nncp/vendor/gopkg.in/yaml.v2 [moved from src/gopkg.in/yaml.v2 with 100% similarity]