forked from appist/appy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
64 lines (62 loc) · 2.58 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
module github.com/appist/appy
go 1.15
require (
github.com/99designs/gqlgen v0.13.0
github.com/AlecAivazis/survey/v2 v2.2.7
github.com/BurntSushi/toml v0.3.1
github.com/CloudyKit/fastprinter v0.0.0-20200109182630-33d98a066a53 // indirect
github.com/CloudyKit/jet v2.1.2+incompatible
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/bndr/gotabulate v1.1.2
github.com/bxcodec/faker/v3 v3.5.0
github.com/caarlos0/env v3.5.0+incompatible
github.com/chromedp/cdproto v0.0.0-20200209033844-7e00b02ea7d2
github.com/chromedp/chromedp v0.5.3
github.com/dustin/go-humanize v1.0.0
github.com/fatih/camelcase v1.0.0
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/gin-contrib/multitemplate v0.0.0-20200226145339-3e397ee01bc6
github.com/gin-contrib/sessions v0.0.3
github.com/gin-gonic/gin v1.6.3
github.com/go-ole/go-ole v1.2.4 // indirect
github.com/go-playground/validator/v10 v10.4.1
github.com/go-redis/redis v6.15.9+incompatible
github.com/go-redis/redis/v7 v7.4.0
github.com/go-sql-driver/mysql v1.5.0
github.com/gofrs/uuid v3.4.0+incompatible
github.com/gorilla/context v1.1.1
github.com/gorilla/securecookie v1.1.1
github.com/gorilla/sessions v1.2.1
github.com/gorilla/websocket v1.4.2
github.com/hibiken/asynq v0.13.1
github.com/jmoiron/sqlx v1.2.1-0.20200324155115-ee514944af4b
github.com/joho/godotenv v1.3.0
github.com/jordan-wright/email v0.0.0-20200322182553-8eef2508c362
github.com/kr/text v0.2.0 // indirect
github.com/lib/pq v1.9.0
github.com/mitchellh/mapstructure v1.3.0 // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/mum4k/termdash v0.14.0
github.com/nicksnyder/go-i18n/v2 v2.1.2
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/onsi/ginkgo v1.12.0 // indirect
github.com/onsi/gomega v1.9.0 // indirect
github.com/otiai10/copy v1.4.2
github.com/pkg/errors v0.9.1 // indirect
github.com/radovskyb/watcher v1.0.7
github.com/shirou/gopsutil v2.20.9+incompatible
github.com/shurcooL/vfsgen v0.0.0-20181202132449-6a9ea43bcacd
github.com/spf13/cobra v1.1.1
github.com/spf13/pflag v1.0.5 // indirect
github.com/stretchr/objx v0.2.0 // indirect
github.com/stretchr/testify v1.6.1
github.com/vektah/gqlparser/v2 v2.1.0
go.uber.org/zap v1.16.0
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
golang.org/x/text v0.3.5
golang.org/x/tools v0.0.0-20200501065659-ab2804fb9c9d // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/guregu/null.v4 v4.0.0
gopkg.in/yaml.v2 v2.4.0
honnef.co/go/tools v0.0.1-2020.1.3 // indirect
)