X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=.gitmodules;h=bfeaebd7179bba166fff811441574c7fc60d5189;hb=3e56ce5dd70032b77582065691b4971b222caa22;hp=c837a039e17a5ea45e75cc416ebcd3cbe97f1dda;hpb=eb63bd7cb200da72cc782f4fef873ebfdc6c0eba;p=govpn.git diff --git a/.gitmodules b/.gitmodules index c837a03..bfeaebd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ -[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 @@ -14,3 +14,9 @@ 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