X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=.gitmodules;h=27bf6b5f55b2e0bc11f7ca0365b936886f011aba;hb=ad9125d692f369af12d2bb715ea9822147d07b57;hp=f2d6ae4dfa28c8ac448fae2d6a660339e74c044a;hpb=f5ef56260ba355496ee0dc271ae28333470ad88a;p=govpn.git diff --git a/.gitmodules b/.gitmodules index f2d6ae4..27bf6b5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,12 @@ [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/github.com/go-yaml/yaml"] + path = src/github.com/go-yaml/yaml + url = https://github.com/go-yaml/yaml.git