-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
22 lines (20 loc) · 796 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
module github.com/andrei-dascalu/go-workshop-shopapi
go 1.15
require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/go-openapi/spec v0.19.9 // indirect
github.com/go-openapi/swag v0.19.9 // indirect
github.com/go-sql-driver/mysql v1.5.0
github.com/gofiber/adaptor/v2 v2.1.1
github.com/gofiber/fiber/v2 v2.3.2
github.com/jinzhu/gorm v1.9.16
github.com/labstack/echo/v4 v4.1.17
github.com/mailru/easyjson v0.7.6 // indirect
github.com/prometheus/client_golang v1.9.0
github.com/rs/zerolog v1.20.0
github.com/stripe/stripe-go v70.15.0+incompatible
github.com/swaggo/swag v1.6.7
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
golang.org/x/tools v0.0.0-20200918201133-e94ab7288189 // indirect
)