-
Notifications
You must be signed in to change notification settings - Fork 8
/
go.mod
75 lines (74 loc) · 3.77 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
74
75
module github.com/manifoldco/manifold-cli
require (
github.com/PuerkitoBio/purell v1.1.0
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578
github.com/alecthomas/gometalinter v1.2.1
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf
github.com/asaskevich/govalidator v0.0.0-20161001163130-7b3beb6df3c4
github.com/briandowns/spinner v0.0.0-20170614154858-48dbb65d7bd5
github.com/chzyer/readline v0.0.0-20171003145950-6a4bc7b4feae
github.com/client9/misspell v0.3.0
github.com/dchest/blake2b v1.0.0
github.com/fatih/color v1.5.0
github.com/fsnotify/fsnotify v1.4.2
github.com/go-ini/ini v1.30.0
github.com/go-openapi/analysis v0.0.0-20170813233457-8ed83f2ea9f0
github.com/go-openapi/errors v0.0.0-20170104180542-fc3f73a22449
github.com/go-openapi/inflect v0.0.0-20130829110746-b1f6470ffb9c
github.com/go-openapi/jsonpointer v0.0.0-20170102174223-779f45308c19
github.com/go-openapi/jsonreference v0.0.0-20161105162150-36d33bfe519e
github.com/go-openapi/loads v0.0.0-20170520182102-a80dea3052f0
github.com/go-openapi/runtime v0.0.0-20170303002511-e66a4c440602
github.com/go-openapi/spec v0.0.0-20170928160009-48c2a7185575
github.com/go-openapi/strfmt v0.0.0-20170822153411-610b6cacdcde
github.com/go-openapi/swag v0.0.0-20170606142751-f3f9494671f9
github.com/go-openapi/validate v0.0.0-20170921144055-dc8a684882cf
github.com/go-swagger/go-swagger v0.0.0-20170414161553-fbc64c262a83
github.com/golang/lint v0.0.0-20171005223336-6aaf7c34af0f
github.com/golang/protobuf v0.0.0-20171021043952-1643683e1b54
github.com/google/shlex v0.0.0-20150127133951-6f45313302b9
github.com/gordonklaus/ineffassign v0.0.0-20170825171107-da3d65debb9b
github.com/gorilla/context v0.0.0-20160226214623-1ea25387ff6f
github.com/gorilla/handlers v1.2.1
github.com/hashicorp/hcl v0.0.0-20171009174708-42e33e2d55a0
github.com/jessevdk/go-flags v1.3.0
github.com/juju/ansiterm v0.0.0-20161107204639-35c59b9e0fe2
github.com/kr/pretty v0.0.0-20160823170715-cfb55aafdaf3
github.com/kr/text v0.0.0-20160504234017-7cafcd837844
github.com/lunixbochs/vtclean v0.0.0-20170504063817-d14193dfc626
github.com/magiconair/properties v1.7.3
github.com/mailru/easyjson v0.0.0-20171017083907-3fd5e860b68f
github.com/manifoldco/go-base32 v1.0.0
github.com/manifoldco/go-base64 v1.0.0
github.com/manifoldco/go-manifold v0.0.0-20180518144619-4409c632ac64
github.com/manifoldco/promptui v0.3.1
github.com/mattn/go-colorable v0.0.9
github.com/mattn/go-isatty v0.0.3
github.com/mitchellh/mapstructure v0.0.0-20170523030023-d0303fe80992
github.com/nicksnyder/go-i18n v1.9.0
github.com/pelletier/go-toml v1.0.1
github.com/reconquest/hierr-go v0.0.0-20170824213838-7d09c0176fd2
github.com/rhymond/go-money v0.3.5
github.com/skratchdot/open-golang v0.0.0-20160302144031-75fb7ed4208c
github.com/spf13/afero v0.0.0-20171008182726-e67d870304c4
github.com/spf13/cast v1.1.0
github.com/spf13/jwalterweatherman v0.0.0-20170901151539-12bd96e66386
github.com/spf13/pflag v1.0.0
github.com/spf13/viper v1.0.0
github.com/stripe/stripe-go v24.3.0+incompatible
github.com/toqueteos/webbrowser v0.0.0-20150720201625-21fc9f95c834
github.com/tsenart/deadcode v0.0.0-20160724212837-210d2dc333e9
github.com/tylerb/graceful v1.2.15
github.com/urfave/cli v1.20.0
golang.org/x/crypto v0.0.0-20170930174604-9419663f5a44
golang.org/x/net v0.0.0-20171016235512-1087133bc4af
golang.org/x/oauth2 v0.0.0-20170928010508-bb50c06baba3
golang.org/x/sys v0.0.0-20171017063910-8dbc5d05d6ed
golang.org/x/text v0.0.0-20171013141220-c01e4764d870
golang.org/x/tools v0.0.0-20171013181403-9bd2f442688b
google.golang.org/appengine v1.0.0
gopkg.in/alecthomas/kingpin.v3-unstable v3.0.0-20171010053543-63abe20a23e2
gopkg.in/mgo.v2 v2.0.0-20160818020120-3f83fa500528
gopkg.in/oleiade/reflections.v1 v1.0.0
gopkg.in/yaml.v2 v2.0.0-20170812160011-eb3733d160e7
)