X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=.gitmodules;h=8b03d42057f6d46223b8695c24ddb201205987b6;hb=0e482169576b59168f44e509863e6b6acbca6f6d;hp=ffbe4428c4b4ad35b59057f4f46ed0a0ed81ca90;hpb=9364defa689e91c6fb54651876fbf2d02eec35ec;p=govpn.git diff --git a/.gitmodules b/.gitmodules index ffbe442..8b03d42 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,9 +7,13 @@ [submodule "src/golang.org/x/crypto"] path = src/golang.org/x/crypto url = https://go.googlesource.com/crypto -[submodule "src/github.com/magical/argon2"] - path = src/github.com/magical/argon2 - url = https://github.com/magical/argon2.git -[submodule "src/github.com/dchest/blake2b"] - path = src/github.com/dchest/blake2b - url = https://github.com/dchest/blake2b.git +[submodule "src/cypherpunks.ru/balloon"] + path = src/cypherpunks.ru/balloon + url = git://git.cypherpunks.ru/balloon.git +[submodule "src/gopkg.in/yaml.v2"] + path = src/gopkg.in/yaml.v2 + url = https://github.com/go-yaml/yaml.git + branch = v2 +[submodule "src/golang.org/x/sys"] + path = src/golang.org/x/sys + url = https://go.googlesource.com/sys