-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
61 lines (59 loc) · 3.32 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
module go-gcs
replace git.apache.org/thrift.git => github.com/apache/thrift v0.0.0-20180902110319-2566ecd5d999
require (
9fans.net/go v0.0.0-20181112161441-237454027057 // indirect
cloud.google.com/go v0.32.0
github.com/alecthomas/gometalinter v2.0.11+incompatible // indirect
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect
github.com/chenyunchen/goscraper v0.0.0-20190529030154-38583acf2c80
github.com/cosiner/argv v0.0.0-20181111161405-36fdb9e0bb2d // indirect
github.com/davidrjenni/reftools v0.0.0-20180914123528-654d0ba4f96d // indirect
github.com/derekparker/delve v1.1.0 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/disintegration/imaging v1.6.0
github.com/emicklei/go-restful v2.8.0+incompatible
github.com/fatih/gomodifytags v0.0.0-20180914191908-141225bf62b6 // indirect
github.com/fatih/motion v0.0.0-20180408211639-218875ebe238 // indirect
github.com/go-playground/locales v0.12.1 // indirect
github.com/go-playground/universal-translator v0.16.0 // indirect
github.com/google/shlex v0.0.0-20181106134648-c34317bd91bf // indirect
github.com/googleapis/gax-go v2.0.0+incompatible // indirect
github.com/gorilla/mux v1.6.2
github.com/josharian/impl v0.0.0-20180228163738-3d0f908298c4 // indirect
github.com/jstemmer/gotags v1.4.1 // indirect
github.com/kisielk/errcheck v1.1.0 // indirect
github.com/klauspost/asmfmt v0.0.0-20171230121622-022c51c61cbd // indirect
github.com/koron/iferr v0.0.0-20180615142939-bb332a3b1d91 // indirect
github.com/lestrrat/go-file-rotatelogs v0.0.0-20180223000712-d3151e2a480f
github.com/lestrrat/go-strftime v0.0.0-20180220042222-ba3bf9c1d042 // indirect
github.com/mattn/go-colorable v0.0.9 // indirect
github.com/mattn/go-isatty v0.0.4 // indirect
github.com/mdempsky/gocode v0.0.0-20181108163241-68f5472551ba // indirect
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/nicksnyder/go-i18n v1.10.0 // indirect
github.com/pelletier/go-toml v1.2.0 // indirect
github.com/peterh/liner v1.1.0 // indirect
github.com/pkg/errors v0.8.0 // indirect
github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5
github.com/rogpeppe/godef v1.0.0 // indirect
github.com/rwcarlsen/goexif v0.0.0-20190107194617-b1fd11e07dc5
github.com/sirupsen/logrus v1.2.0
github.com/spf13/cobra v0.0.3 // indirect
github.com/spf13/pflag v1.0.3 // indirect
github.com/stamblerre/gocode v0.0.0-20181113192652-2c62dd5df32d // indirect
github.com/stretchr/testify v1.2.2
github.com/x-cray/logrus-prefixed-formatter v0.5.2
github.com/zmb3/gogetdoc v0.0.0-20181026013253-9098cf5fc236 // indirect
go.opencensus.io v0.18.0 // indirect
golang.org/x/arch v0.0.0-20180920145803-b19384d3c130 // indirect
golang.org/x/image v0.0.0-20190227222117-0694c2d4d067 // indirect
golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3 // indirect
golang.org/x/net v0.0.0-20181108082009-03003ca0c849 // indirect
golang.org/x/tools v0.0.0-20181113200934-7e59e591a261 // indirect
google.golang.org/api v0.0.0-20181108001712-cfbc873f6b93
google.golang.org/genproto v0.0.0-20181109154231-b5d43981345b // indirect
gopkg.in/alecthomas/kingpin.v3-unstable v3.0.0-20180810215634-df19058c872c // indirect
gopkg.in/go-playground/validator.v9 v9.23.0
honnef.co/go/tools v0.0.0-20180920025451-e3ad64cb4ed3 // indirect
)