forked from ARGOeu/argo-web-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
27 lines (25 loc) · 1.31 KB
/
go.mod
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
26
27
module github.com/ARGOeu/argo-web-api
go 1.14
require (
github.com/ARGOeu/go-lru-cache v0.0.0-20131004110929-c228b0b719e1
github.com/Sirupsen/logrus v0.11.6-0.20170317143214-10f801ebc38b // indirect
github.com/aristanetworks/goarista v0.0.0-20200521140103-6c3304613b30 // indirect
github.com/cznic/b v0.0.0-20160716091950-bcff30a622db // indirect
github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548 // indirect
github.com/cznic/strutil v0.0.0-20181122101858-275e90344537 // indirect
github.com/golang/mock v1.4.3 // indirect
github.com/gorilla/context v0.0.0-20150820051245-1c83b3eabd45
github.com/gorilla/handlers v0.0.0-20160816184729-a5775781a543
github.com/gorilla/mux v0.0.0-20150908165839-49c024275504
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect
github.com/samuel/go-zookeeper v0.0.0-20161028232340-1d7be4effb13 // indirect
github.com/stretchr/testify v1.4.0
github.com/tsuna/gohbase v0.0.0-20170228230348-31c6161099f0
github.com/twinj/uuid v0.0.0-20150629100731-70cac2bcd273
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/gcfg.v1 v1.2.0
gopkg.in/mgo.v2 v2.0.0-20160818020120-3f83fa500528
gopkg.in/warnings.v0 v0.1.1 // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
)