-
Notifications
You must be signed in to change notification settings - Fork 103
/
go.mod
24 lines (22 loc) · 995 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
module github.com/meloalright/guora
go 1.13
require (
github.com/davidrjenni/reftools v0.0.0-20191222082827-65925cf01315 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/fatih/gomodifytags v1.6.0 // indirect
github.com/fatih/structtag v1.2.0 // indirect
github.com/gavv/httpexpect/v2 v2.1.0
github.com/gin-gonic/gin v1.6.3
github.com/go-redis/redis/v8 v8.0.0-beta.7
github.com/godoctor/godoctor v0.0.0-20200702010311-8433dcb3dc61 // indirect
github.com/haya14busa/goplay v1.0.0 // indirect
github.com/jinzhu/gorm v1.9.15
github.com/keegancsmith/rpc v1.2.0 // indirect
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 // indirect
github.com/spf13/viper v1.7.1
github.com/stamblerre/gocode v1.0.0 // indirect
github.com/stretchr/testify v1.6.1
golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de
golang.org/x/tools v0.0.0-20200811015704-48de4c84f0cb // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
)