forked from axetroy/go-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
71 lines (69 loc) · 3.26 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
module github.com/axetroy/go-server
go 1.14
require (
github.com/CloudyKit/jet/v3 v3.0.0 // indirect
github.com/Joker/hpp v1.0.0 // indirect
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/ajg/form v1.5.1 // indirect
github.com/aliyun/alibaba-cloud-sdk-go v1.61.518
github.com/axetroy/go-fs v1.0.0
github.com/axetroy/mocker v1.2.0
github.com/denisbrodbeck/machineid v1.0.1
github.com/dgraph-io/badger v1.6.0 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/etcd-io/bbolt v1.3.3 // indirect
github.com/fasthttp-contrib/websocket v0.0.0-20160511215533-1f3b11f56072 // indirect
github.com/fatih/color v1.13.0
github.com/gavv/httpexpect v2.0.0+incompatible // indirect
github.com/go-co-op/gocron v0.3.3
github.com/go-ole/go-ole v1.2.4 // indirect
github.com/go-playground/locales v0.14.0
github.com/go-playground/universal-translator v0.18.0
github.com/go-playground/validator/v10 v10.8.0
github.com/go-redis/redis/v8 v8.11.0
github.com/gomodule/redigo v1.7.1-0.20190724094224-574c33c3df38 // indirect
github.com/google/go-querystring v1.0.0 // indirect
github.com/google/uuid v1.3.0
github.com/gorilla/mux v1.8.0
github.com/gorilla/sessions v1.2.0 // indirect
github.com/gorilla/websocket v1.4.2
github.com/hashicorp/go-version v1.2.0 // indirect
github.com/holdno/snowFlakeByGo v0.0.0-20180510033652-d23f8a8cadd7
github.com/imkira/go-interpol v1.1.0 // indirect
github.com/iris-contrib/blackfriday v2.0.0+incompatible // indirect
github.com/iris-contrib/middleware/cors v0.0.0-20210110101738-6d0a4d799b5d
github.com/iris-contrib/pongo2 v0.0.1 // indirect
github.com/jinzhu/gorm v1.9.16
github.com/joho/godotenv v1.4.0
github.com/jordan-wright/email v0.0.0-20200602115436-fd8a7622303e
github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect
github.com/kataras/iris/v12 v12.2.0-alpha2
github.com/lib/pq v1.10.3
github.com/markbates/goth v1.68.0
github.com/markbates/pkger v0.17.1
github.com/mitchellh/mapstructure v1.4.2
github.com/moul/http2curl v1.0.0 // indirect
github.com/mssola/user_agent v0.5.3
github.com/nsqio/go-nsq v1.0.8
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/ryanuber/columnize v2.1.0+incompatible // indirect
github.com/sec51/convert v0.0.0-20190309075348-ebe586d87951 // indirect
github.com/sec51/cryptoengine v0.0.0-20180911112225-2306d105a49e // indirect
github.com/sec51/gf256 v0.0.0-20160126143050-2454accbeb9e // indirect
github.com/sec51/qrcode v0.0.0-20160126144534-b7779abbcaf1 // indirect
github.com/sec51/twofactor v1.0.1-0.20180911112802-cd97c894b2cc
github.com/sergi/go-diff v1.1.0 // indirect
github.com/shirou/gopsutil v3.21.7+incompatible
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.7.0
github.com/tklauser/go-sysconf v0.3.6 // indirect
github.com/urfave/cli/v2 v2.3.0
github.com/valyala/fasthttp v1.12.0 // indirect
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
github.com/yalp/jsonpath v0.0.0-20180802001716-5cc68e5049a0 // indirect
github.com/yudai/gojsondiff v1.0.0 // indirect
github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82 // indirect
github.com/yudai/pp v2.0.1+incompatible // indirect
golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
)