aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
blob: b081412182ac38d7a1d06bc4c332349c4a198530 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
module gerrit.automotivelinux.org/gerrit/src/xds/xds-agent.git

go 1.12

require (
	gerrit.automotivelinux.org/gerrit/src/xds/xds-common.git v0.0.0-20190406234238-e8490c00f84f
	gerrit.automotivelinux.org/gerrit/src/xds/xds-server.git v0.0.0-20190407170242-5dc2ff003106
	github.com/Sirupsen/logrus v0.11.5
	github.com/bkaradzic/go-lz4 v1.0.0 // indirect
	github.com/calmh/luhn v2.0.0+incompatible // indirect
	github.com/franciscocpg/reflectme v0.0.0-20171108165504-f06ae3cfcd08
	github.com/gin-contrib/static v0.0.0-20190301062546-ed515893e96b
	github.com/gin-gonic/gin v1.3.0
	github.com/gogo/protobuf v1.2.1 // indirect
	github.com/googollee/go-socket.io v1.0.1
	github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
	github.com/minio/sha256-simd v0.0.0-20190131020904-2d45a736cd16 // indirect
	github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect
	github.com/sasha-s/go-deadlock v0.2.0 // indirect
	github.com/satori/go.uuid v1.2.0
	github.com/sebd71/go-socket.io-client v0.0.0-20171005141929-46defcb47f5c
	github.com/syncthing/syncthing v0.14.38
	github.com/urfave/cli v1.20.0
	golang.org/x/text v0.3.0 // indirect
)