-
Notifications
You must be signed in to change notification settings - Fork 9
/
glide.yaml
48 lines (48 loc) · 1.55 KB
/
glide.yaml
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
package: github.com/gopheracademy/gcon
import:
- package: github.com/gobuffalo/buffalo
version: 0.7.2
subpackages:
- middleware
- render
- package: github.com/gobuffalo/velvet
version: 1a8e8f82e94e73731b5c196b11b71b468639a326
- package: github.com/markbates/going
subpackages:
- defaults
- package: github.com/markbates/grift
subpackages:
- grift
- package: github.com/markbates/hmax
- package: github.com/markbates/willie
- package: github.com/markbates/pop
- package: github.com/markbates/inflect
- package: github.com/markbates/refresh
version: ~1.2.0
- package: github.com/olekukonko/tablewriter
- package: github.com/Sirupsen/logrus
- package: github.com/aymerick/raymond
- package: github.com/daviddengcn/go-colortext
- package: github.com/dustin/go-humanize
- package: github.com/fatih/color
- package: github.com/fsnotify/fsnotify
- package: github.com/go-sql-driver/mysql
- package: github.com/gorilla/context
- package: github.com/gorilla/mux
- package: github.com/gorilla/schema
- package: github.com/gorilla/securecookie
- package: github.com/gorilla/sessions
- package: github.com/gorilla/websocket
- package: github.com/jmoiron/sqlx
- package: github.com/lib/pq
- package: github.com/mattn/anko
- package: github.com/mattn/go-colorable
- package: github.com/mattn/go-isatty
- package: github.com/mattn/go-sqlite3
- package: github.com/mitchellh/go-homedir
- package: github.com/pkg/errors
- package: golang.org/x/net/context
- package: golang.org/x/sys/unix
- package: gopkg.in/yaml.v2
- package: github.com/ajg/form
- package: github.com/stretchr/testify