X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=.gitmodules;h=8b03d42057f6d46223b8695c24ddb201205987b6;hb=0e482169576b59168f44e509863e6b6acbca6f6d;hp=bb2b1f83ab61d548a662c6536318abd69342dea4;hpb=f9209136cff0331fc2293f25061971f6c77ff213;p=govpn.git diff --git a/.gitmodules b/.gitmodules index bb2b1f8..8b03d42 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,12 +7,13 @@ [submodule "src/golang.org/x/crypto"] path = src/golang.org/x/crypto url = https://go.googlesource.com/crypto -[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 [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