-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
28 lines (26 loc) · 980 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
27
28
module github.com/aureleoules/epitaf
go 1.15
require (
github.com/appleboy/gin-jwt v2.5.0+incompatible
github.com/appleboy/gin-jwt/v2 v2.6.4
github.com/davecgh/go-spew v1.1.1
github.com/gin-gonic/gin v1.7.0
github.com/go-sql-driver/mysql v1.5.0
github.com/golang/protobuf v1.4.3 // indirect
github.com/jmoiron/sqlx v1.2.0
github.com/joho/godotenv v1.3.0
github.com/json-iterator/go v1.1.10 // indirect
github.com/mattn/go-nulltype v0.0.0-20200221160555-75ae8a76f2e9
github.com/spf13/cobra v1.1.1
github.com/steinfletcher/apitest v1.4.16
github.com/stretchr/testify v1.7.0
github.com/swaggo/gin-swagger v1.3.0
github.com/swaggo/swag v1.7.1
github.com/teris-io/shortid v0.0.0-20171029131806-771a37caa5cf
github.com/ugorji/go v1.2.0 // indirect
go.uber.org/zap v1.16.0
golang.org/x/crypto v0.0.0-20201117144127-c1f2f97bffc9 // indirect
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/dgrijalva/jwt-go.v3 v3.2.0 // indirect
gopkg.in/resty.v1 v1.12.0
)