X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=.gitmodules;h=bfeaebd7179bba166fff811441574c7fc60d5189;hb=efaad3bf853603c25ae70a5779cce355d1c21016;hp=82df1f7e8a594fcda48fccdf6d3c937b356e89fb;hpb=da9420230cd4ed2ff1d8685c96b99043e529da62;p=govpn.git diff --git a/.gitmodules b/.gitmodules index 82df1f7..bfeaebd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,15 +1,22 @@ -[submodule "src/github.com/bigeagle/water"] - path = src/github.com/bigeagle/water - url = https://github.com/bigeagle/water.git +[submodule "src/github.com/songgao/water"] + path = src/github.com/songgao/water + url = https://github.com/songgao/water.git [submodule "src/github.com/agl/ed25519"] path = src/github.com/agl/ed25519 url = https://github.com/agl/ed25519.git [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/github.com/pkg/errors"] + path = src/github.com/pkg/errors + url = https://github.com/pkg/errors.git +[submodule "src/github.com/Sirupsen/logrus"] + path = src/github.com/Sirupsen/logrus + url = https://github.com/sirupsen/logrus.git