-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
66 lines (64 loc) · 2.69 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
module github.com/verbiscms/verbis
go 1.16
require (
github.com/DATA-DOG/go-sqlmock v1.5.0
github.com/ainsleyclark/go-mail v1.0.3
github.com/aws/aws-sdk-go v1.27.0 // indirect
github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b
github.com/briandowns/spinner v1.18.1
github.com/disintegration/imaging v1.6.2
github.com/dsnet/compress v0.0.1 // indirect
github.com/eko/gocache/v2 v2.2.0
github.com/fatih/color v1.12.0 // indirect
github.com/frankban/quicktest v1.11.0 // indirect
github.com/gabriel-vasile/mimetype v1.4.0
github.com/ghodss/yaml v1.0.0
github.com/gin-contrib/gzip v0.0.5
github.com/gin-contrib/location v0.0.2
github.com/gin-gonic/gin v1.7.7
github.com/go-playground/universal-translator v0.18.0
github.com/go-playground/validator/v10 v10.10.1
github.com/go-redis/redis/v8 v8.11.4
github.com/go-sql-driver/mysql v1.6.0
github.com/golang/snappy v0.0.4 // indirect
github.com/google/uuid v1.3.0
github.com/gookit/color v1.5.0
github.com/gorilla/websocket v1.5.0
github.com/graymeta/stow v0.2.7
github.com/hashicorp/go-version v1.4.0
github.com/jmoiron/sqlx v1.3.4
github.com/joho/godotenv v1.4.0
github.com/kyokomi/emoji v2.2.4+incompatible
github.com/lib/pq v1.10.4
github.com/mailgun/mailgun-go/v4 v4.5.2 // indirect
github.com/manifoldco/promptui v0.9.0
github.com/mattn/go-isatty v0.0.13 // indirect
github.com/mholt/archiver v3.1.1+incompatible // indirect
github.com/mouuff/go-rocket-update v1.5.2
github.com/nickalie/go-binwrapper v0.0.0-20190114141239-525121d43c84 // indirect
github.com/nickalie/go-webpbin v0.0.0-20170427122138-7e79cf5bb01e
github.com/nwaples/rardecode v1.1.1 // indirect
github.com/ompluscator/dynamic-struct v1.2.0
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pierrec/lz4 v2.6.1+incompatible // indirect
github.com/pkg/errors v0.9.1
github.com/radovskyb/watcher v1.0.7
github.com/sanity-io/litter v1.5.2
github.com/sendgrid/rest v2.6.4+incompatible // indirect
github.com/sendgrid/sendgrid-go v3.10.0+incompatible // indirect
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cast v1.4.1
github.com/spf13/cobra v1.1.1
github.com/stretchr/objx v0.2.0 // indirect
github.com/stretchr/testify v1.7.0
github.com/tdewolff/minify/v2 v2.10.0
github.com/ugorji/go v1.2.6 // indirect
github.com/ulikunitz/xz v0.5.10 // indirect
github.com/verbiscms/livereload v0.0.0-20210727102001-2b71dd40b572
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3
golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d // indirect
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.27.1 // indirect
)