-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathgo.mod
26 lines (24 loc) · 893 Bytes
/
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
module github.com/axetroy/wsm
go 1.15
require (
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d
github.com/axetroy/mocker v1.2.0
github.com/bwmarrin/snowflake v0.3.0
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/fatih/color v1.13.0
github.com/gin-gonic/gin v1.7.4
github.com/go-redis/redis v6.15.9+incompatible
github.com/go-redis/redis/v7 v7.2.0 // indirect
github.com/go-redis/redis/v8 v8.6.0 // indirect
github.com/gorilla/mux v1.7.3 // indirect
github.com/gorilla/websocket v1.4.2
github.com/jinzhu/gorm v1.9.16
github.com/joho/godotenv v1.4.0
github.com/lib/pq v1.10.3
github.com/markbates/goth v1.68.0
github.com/mitchellh/mapstructure v1.4.2
github.com/stretchr/testify v1.7.0
github.com/urfave/cli/v2 v2.3.0
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
golang.org/x/exp v0.0.0-20200908183739-ae8ad444f925 // indirect
)