Use go module as dependency tool instead of glide
[src/xds/xds-gdb.git] / go.mod
1 module gerrit.automotivelinux.org/gerrit/src/xds/xds-gdb.git
2
3 go 1.12
4
5 require (
6         gerrit.automotivelinux.org/gerrit/src/xds/xds-agent.git v0.0.0-20190408221103-247bb7c2db5f
7         gerrit.automotivelinux.org/gerrit/src/xds/xds-common.git v0.0.0-20190406234238-e8490c00f84f
8         github.com/Sirupsen/logrus v0.11.5
9         github.com/codegangsta/cli v1.20.0
10         github.com/gin-contrib/sse v0.0.0-20190301062529-5545eab6dad3
11         github.com/gin-gonic/gin v1.3.0
12         github.com/golang/protobuf v1.3.1
13         github.com/googollee/go-engine.io v1.0.1
14         github.com/googollee/go-socket.io v1.0.1
15         github.com/gorilla/websocket v1.4.0
16         github.com/joho/godotenv v1.3.0
17         github.com/json-iterator/go v1.1.5
18         github.com/kr/pty v1.1.3
19         github.com/mattn/go-isatty v0.0.7
20         github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
21         github.com/modern-go/reflect2 v1.0.1
22         github.com/sebd71/go-socket.io-client v0.0.0-20171005141929-46defcb47f5c
23         github.com/ugorji/go v1.1.2
24         github.com/zhouhui8915/engine.io-go v0.0.0-20150910083302-02ea08f0971f
25         golang.org/x/sys v0.0.0-20190308023053-584f3b12f43e
26         gopkg.in/go-playground/validator.v8 v8.18.2
27         gopkg.in/yaml.v2 v2.2.2
28 )