X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=.gitmodules;h=bfeaebd7179bba166fff811441574c7fc60d5189;hb=refs%2Fheads%2Fdevelop-prev;hp=1702c85bc68e6f4bec4b9f027608f265f4f73efd;hpb=0348b54d1c83feca398182e9a86a2a92ed428447;p=govpn.git diff --git a/.gitmodules b/.gitmodules index 1702c85..bfeaebd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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