use submodule

This commit is contained in:
fengzhiqiang
2019-01-08 11:21:45 +08:00
parent cfb9dc5d34
commit 4321c4fc5a
444 changed files with 40 additions and 235563 deletions
+30
View File
@@ -0,0 +1,30 @@
[submodule "vendor/golang.org/x/crypto"]
path = vendor/golang.org/x/crypto
url = https://github.com/golang/crypto.git
[submodule "vendor/golang.org/x/sys"]
path = vendor/golang.org/x/sys
url = https://github.com/golang/sys.git
[submodule "vendor/github.com/sirupsen/logrus"]
path = vendor/github.com/sirupsen/logrus
url = https://github.com/sirupsen/logrus.git
[submodule "vendor/github.com/segmentio/kafka-go"]
path = vendor/github.com/segmentio/kafka-go
url = https://github.com/segmentio/kafka-go
[submodule "vendor/github.com/satori/go.uuid"]
path = vendor/github.com/satori/go.uuid
url = https://github.com/satori/go.uuid.git
[submodule "vendor/github.com/konsorten/go-windows-terminal-sequences"]
path = vendor/github.com/konsorten/go-windows-terminal-sequences
url = https://github.com/konsorten/go-windows-terminal-sequences.git
[submodule "vendor/github.com/gorilla/mux"]
path = vendor/github.com/gorilla/mux
url = https://github.com/gorilla/mux.git
[submodule "vendor/github.com/gorilla/context"]
path = vendor/github.com/gorilla/context
url = https://github.com/gorilla/context.git
[submodule "vendor/github.com/gorilla/handlers"]
path = vendor/github.com/gorilla/handlers
url = https://github.com/gorilla/handlers.git
[submodule "vendor/github.com/gorilla/websocket"]
path = vendor/github.com/gorilla/websocket
url = https://github.com/gorilla/websocket.git