-
-
Notifications
You must be signed in to change notification settings - Fork 380
/
go.mod
73 lines (71 loc) · 3.92 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
62
63
64
65
66
67
68
69
70
71
72
73
module github.com/apex/up
require (
github.com/NYTimes/gziphandler v0.0.0-20170916004738-97ae7fbaf816
github.com/alecthomas/assert v0.0.0-20170929043011-405dbfeb8e38 // indirect
github.com/alecthomas/colour v0.0.0-20160524082231-60882d9e2721 // indirect
github.com/alecthomas/repr v0.0.0-20180818092828-117648cd9897 // indirect
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc // indirect
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect
github.com/apex/go-apex v1.0.0
github.com/apex/log v1.3.0
github.com/armon/go-radix v1.0.0 // indirect
github.com/atotto/clipboard v0.1.2 // indirect
github.com/aws/aws-sdk-go v1.31.9
github.com/aybabtme/rgbterm v0.0.0-20170906152045-cc83f3b3ce59
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
github.com/bradfitz/iter v0.0.0-20140124041915-454541ec3da2 // indirect
github.com/buger/goterm v0.0.0-20181115115552-c206103e1f37 // indirect
github.com/c4milo/unpackit v0.0.0-20170704181138-4ed373e9ef1c // indirect
github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964 // indirect
github.com/dchest/uniuri v0.0.0-20160212164326-8902c56451e9
github.com/denormal/go-gitignore v0.0.0-20170315120618-40de3d33f668 // indirect
github.com/dsnet/compress v0.0.0-20171208185109-cc9eb1d7ad76 // indirect
github.com/dustin/go-humanize v0.0.0-20171012181109-77ed807830b4
github.com/facebookgo/freeport v0.0.0-20150612182905-d4adf43b75b9
github.com/fanyang01/radix v0.0.0-20160415095728-e1747dd9eeac
github.com/fatih/color v1.7.0 // indirect
github.com/golang/sync v0.0.0-20170927054112-8e0aa688b654
github.com/google/go-github v14.0.0+incompatible // indirect
github.com/google/go-querystring v0.0.0-20170111101155-53e6ce116135 // indirect
github.com/gosuri/uilive v0.0.0-20170323041506-ac356e6e42cd // indirect
github.com/gosuri/uiprogress v0.0.0-20170224063937-d0567a9d84a1 // indirect
github.com/hashicorp/go-uuid v0.0.0-20160717022140-64130c7a86d7 // indirect
github.com/hooklift/assert v0.0.0-20170704181755-9d1defd6d214 // indirect
github.com/jehiah/go-strftime v0.0.0-20151206194810-2efbe75097a5 // indirect
github.com/klauspost/compress v1.2.1 // indirect
github.com/klauspost/cpuid v0.0.0-20170728055534-ae7887de9fa5 // indirect
github.com/klauspost/crc32 v0.0.0-20161016154125-cb6bfca970f6 // indirect
github.com/klauspost/pgzip v0.0.0-20170402124221-0bf5dcad4ada // indirect
github.com/mattn/go-isatty v0.0.9 // indirect
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
github.com/mitchellh/go-homedir v0.0.0-20161203194507-b8bc1bf76747
github.com/pascaldekloe/name v0.0.0-20170812100307-81013e77fe79
github.com/pkg/browser v0.0.0-20180916011732-0a3d74bf9ce4
github.com/pkg/errors v0.9.1
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rs/cors v0.0.0-20180726230524-02026070ea74
github.com/segmentio/analytics-go v0.0.0-20160426181448-2d840d861c32 // indirect
github.com/segmentio/backo-go v0.0.0-20160424052352-204274ad699c // indirect
github.com/segmentio/go-snakecase v1.0.0
github.com/sergi/go-diff v1.0.0 // indirect
github.com/stripe/stripe-go v28.5.0+incompatible
github.com/timewasted/go-accept-headers v0.0.0-20130320203746-c78f304b1b09
github.com/tj/assert v0.0.1
github.com/tj/aws v0.1.4
github.com/tj/backoff v1.0.0
github.com/tj/go v1.8.6
github.com/tj/go-archive v1.0.2
github.com/tj/go-cli-analytics v1.0.0
github.com/tj/go-headers v0.0.0-20170630155323-711a635412ca
github.com/tj/go-progress v0.0.0-20171031175334-333acdb6fe9f
github.com/tj/go-spin v1.1.0
github.com/tj/go-update v2.2.4+incompatible
github.com/tj/kingpin v2.5.0+incompatible
github.com/tj/survey v2.0.6+incompatible
github.com/ulikunitz/xz v0.5.4 // indirect
github.com/xtgo/uuid v0.0.0-20140804021211-a0b114877d4c // indirect
golang.org/x/net v0.0.0-20200202094626-16171245cfb2
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f // indirect
gopkg.in/yaml.v3 v3.0.0-20200602174320-3e3e88ca92fa // indirect
)
go 1.13