X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=.gitmodules;h=8b03d42057f6d46223b8695c24ddb201205987b6;hb=0e482169576b59168f44e509863e6b6acbca6f6d;hp=82df1f7e8a594fcda48fccdf6d3c937b356e89fb;hpb=da9420230cd4ed2ff1d8685c96b99043e529da62;p=govpn.git diff --git a/.gitmodules b/.gitmodules index 82df1f7..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/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