Files
kafka-proxy/.gitmodules
T
2019-01-08 11:21:45 +08:00

31 lines
1.4 KiB
Plaintext

[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