-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathgo.mod
26 lines (24 loc) · 1.02 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
module github.com/rizalgowandy/go-swag-sample
go 1.14
require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/arsmn/fiber-swagger/v2 v2.6.0
github.com/gin-gonic/gin v1.7.1
github.com/go-openapi/swag v0.19.15 // indirect
github.com/go-playground/validator/v10 v10.5.0 // indirect
github.com/gofiber/fiber/v2 v2.7.1
github.com/golang/protobuf v1.5.2 // indirect
github.com/json-iterator/go v1.1.10 // indirect
github.com/klauspost/compress v1.12.1 // indirect
github.com/labstack/echo/v4 v4.2.2
github.com/leodido/go-urn v1.2.1 // indirect
github.com/swaggo/echo-swagger v1.1.0
github.com/swaggo/files v0.0.0-20190704085106-630677cd5c14
github.com/swaggo/gin-swagger v1.3.0
github.com/swaggo/swag v1.7.0
github.com/ugorji/go v1.2.5 // indirect
github.com/valyala/fasthttp v1.23.0 // indirect
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 // indirect
golang.org/x/net v0.0.0-20210414194228-064579744ee0 // indirect
golang.org/x/sys v0.0.0-20210415045647-66c3f260301c // indirect
)