-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
25 lines (23 loc) · 1.07 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
module github.com/opa-social/backend
go 1.14
require (
cloud.google.com/go/firestore v1.1.1 // indirect
cloud.google.com/go/storage v1.6.0 // indirect
firebase.google.com/go v3.12.0+incompatible
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
github.com/go-redis/redis/v7 v7.2.0
github.com/golang/protobuf v1.3.4 // indirect
github.com/gorilla/mux v1.7.4
github.com/lucasb-eyer/go-colorful v1.0.3 // indirect
github.com/mpraski/clusters v0.0.0-20171016094157-18104487c312
github.com/muesli/clusters v0.0.0-20190807044042-ba9c57dd9228 // indirect
github.com/muesli/gamut v0.0.0-20190807050624-0d3f7d26a44e
github.com/muesli/kmeans v0.0.0-20190917235210-80dfc71e6c5a // indirect
github.com/urfave/cli/v2 v2.1.1
github.com/xrash/smetrics v0.0.0-20170218160415-a3153f7040e9 // indirect
golang.org/x/net v0.0.0-20200226121028-0de0cce0169b // indirect
golang.org/x/tools v0.0.0-20200227222343-706bc42d1f0d // indirect
gonum.org/v1/gonum v0.7.0 // indirect
google.golang.org/api v0.19.0 // indirect
google.golang.org/genproto v0.0.0-20200227132054-3f1135a288c9 // indirect
)