-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgo.mod
More file actions
41 lines (39 loc) · 1.9 KB
/
go.mod
File metadata and controls
41 lines (39 loc) · 1.9 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
module github.com/curt-labs/API
go 1.16
require (
cloud.google.com/go/pubsub v1.10.1
github.com/GoogleCloudPlatform/cloudsql-proxy v1.21.0
github.com/araddon/gou v0.0.0-20190110011759-c797efecbb61 // indirect
github.com/bitly/go-hostpool v0.1.0 // indirect
github.com/boj/redistore v0.0.0-20180917114910-cd5dcc76aeff // indirect
github.com/codegangsta/inject v0.0.0-20150114235600-33e0aa1cb7c0 // indirect
github.com/davidvaini/web v0.0.0-20210302160212-7988c9115fd7 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/garyburd/redigo v1.6.2
github.com/go-martini/martini v0.0.0-20170121215854-22fa46961aab
github.com/go-sql-driver/mysql v1.6.0
github.com/gorilla/sessions v1.2.1 // indirect
github.com/jehiah/go-strftime v0.0.0-20171201141054-1d33003b3869
github.com/jlaffaye/ftp v0.0.0-20210307004419-5d4190119067
github.com/martini-contrib/cors v0.0.0-20141016003011-553b9208d353
github.com/martini-contrib/render v0.0.0-20150707142108-ec18f8345a11
github.com/martini-contrib/sessions v0.0.0-20140630231722-fa13114fbcf0
github.com/mattbaird/elastigo v0.0.0-20170123220020-2fe47fd29e4b
github.com/nsqio/go-nsq v1.0.8
github.com/olekukonko/ts v0.0.0-20171002115256-78ecb04241c0 // indirect
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c // indirect
github.com/pkg/errors v0.9.1
github.com/rakyll/pb v0.0.0-20160123035540-8d46b8b097ef
github.com/russross/blackfriday v1.6.0
github.com/satori/go.uuid v1.2.0
github.com/smartystreets/goconvey v1.6.4
github.com/stinkyfingers/analytics-go v0.0.0-20160622161835-d08aa3171c19
github.com/streadway/amqp v1.0.0
github.com/twinj/uuid v1.0.0
github.com/visionmedia/go-debug v0.0.0-20180109164601-bfacf9d8a444
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83
golang.org/x/oauth2 v0.0.0-20210402161424-2e8d93401602
google.golang.org/api v0.43.0
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22
gopkg.in/olivere/elastic.v2 v2.0.61
)