X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=doc%2Fsources.texi;fp=doc%2Fsources.texi;h=38de61a5a2289514758241496b60e0623006a790;hb=0d53cbb5a27eec0a89b7822c5379c8c25c05891e;hp=83c2b4a8265ea43e93707e71a91f0c74588d62d3;hpb=7aa672b783c6f614c50c0eec4e0f710e1e00bf4c;p=nncp.git diff --git a/doc/sources.texi b/doc/sources.texi index 83c2b4a..38de61a 100644 --- a/doc/sources.texi +++ b/doc/sources.texi @@ -16,3 +16,19 @@ and fetching dependent libraries source code as git submodules: % git checkout develop % git submodule update --init @end verbatim + +Also there is mirror of dependent libraries for safety if their native +repositories will be unavailable (they are seldom updated): + +@multitable @columnfractions .50 .50 +@headitem Software/library @tab Mirror +@item @code{github.com/davecgh/go-xdr} @tab @url{git://git.cypherpunks.ru/go-xdr.git} +@item @code{github.com/dustin/go-humanize} @tab @url{git://git.cypherpunks.ru/go-humanize.git} +@item @code{github.com/flynn/noise} @tab @url{git://git.cypherpunks.ru/noise.git} +@item @code{github.com/gorhill/cronexpr} @tab @url{git://git.cypherpunks.ru/cronexpr.git} +@item @code{golang.org/x/crypto} @tab @url{git://git.cypherpunks.ru/crypto.git} +@item @code{golang.org/x/net} @tab @url{git://git.cypherpunks.ru/net.git} +@item @code{golang.org/x/sys} @tab @url{git://git.cypherpunks.ru/sys.git} +@item @code{gopkg.in/check.v1} @tab @url{git://git.cypherpunks.ru/check.git} +@item @code{gopkg.in/yaml.v2} @tab @url{git://git.cypherpunks.ru/yaml.git} +@end multitable