forked from campoy/justforfunc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
37 lines (36 loc) · 1.8 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
28
29
30
31
32
33
34
35
36
37
module github.com/campoy/justforfunc
require (
bitbucket.org/zombiezen/gopdf v0.0.0-20150317163809-1c63dc69751b // indirect
cloud.google.com/go v0.30.0
github.com/ChimeraCoder/anaconda v1.0.0
github.com/ChimeraCoder/tokenbucket v0.0.0-20131201223612-c5a927568de7 // indirect
github.com/Sirupsen/logrus v0.0.0-20170113011911-61e43dc76f7e // indirect
github.com/ajstarks/svgo v0.0.0-20171111115224-f9be02f22f2c // indirect
github.com/azr/backoff v0.0.0-20160115115103-53511d3c7330 // indirect
github.com/dustin/go-jsonpointer v0.0.0-20160814072949-ba0abeacc3dc // indirect
github.com/dustin/gojson v0.0.0-20160307161227-2e71ec9dd5ad // indirect
github.com/garyburd/go-oauth v0.0.0-20171004151416-4cff9ef7b700 // indirect
github.com/gogo/protobuf v1.1.1
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/golang/protobuf v1.2.0
github.com/google/go-cmp v0.2.0
github.com/googleapis/gax-go v2.0.0+incompatible // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/jessevdk/go-flags v1.3.0
github.com/llgcode/draw2d v0.0.0-20171204170633-f3e35015aa4f // indirect
github.com/pkg/errors v0.8.0
github.com/sirupsen/logrus v1.1.1
github.com/spf13/cobra v0.0.3
github.com/spf13/pflag v1.0.2 // indirect
go.opencensus.io v0.17.0 // indirect
golang.org/x/image v0.0.0-20171013013600-f7e31b4ea2e3 // indirect
golang.org/x/net v0.0.0-20180926154720-4dfa2610cdf3
gonum.org/v1/gonum v0.0.0-20171206212934-c1df60472979 // indirect
gonum.org/v1/plot v0.0.0-20171127212114-feab214a240f
google.golang.org/api v0.0.0-20181016191922-cc9bd73d51b4 // indirect
google.golang.org/appengine v1.1.0
google.golang.org/grpc v1.15.0
gopkg.in/src-d/go-mysql-server.v0 v0.0.0-20181016135343-cdc6c8ccdc69
gopkg.in/src-d/go-vitess.v0 v0.1.0 // indirect
gopkg.in/src-d/go-vitess.v1 v1.1.0
)