-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
27 lines (25 loc) · 1.17 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
27
module github.com/torreswoo/template-go-echo
go 1.13
require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/divan/gotrace v0.0.0-20160720144702-224c6918bf75 // indirect
github.com/elazarl/go-bindata-assetfs v1.0.0 // indirect
github.com/gin-gonic/gin v1.4.0 // indirect
github.com/go-openapi/jsonpointer v0.19.0 // indirect
github.com/go-openapi/jsonreference v0.19.0 // indirect
github.com/go-openapi/spec v0.19.0 // indirect
github.com/go-openapi/swag v0.19.0 // indirect
github.com/kr/pty v1.1.4 // indirect
github.com/labstack/echo v3.3.10+incompatible
github.com/labstack/echo/v4 v4.1.5
github.com/labstack/gommon v0.2.8
github.com/mailru/easyjson v0.0.0-20190403194419-1ea4449da983 // indirect
github.com/stretchr/objx v0.2.0 // indirect
github.com/swaggo/echo-swagger v0.0.0-20190329130007-1219b460a043
github.com/swaggo/swag v1.5.0
golang.org/x/crypto v0.0.0-20190513172903-22d7a77e9e5f // indirect
golang.org/x/net v0.0.0-20190514140710-3ec191127204 // indirect
golang.org/x/sys v0.0.0-20190516110030-61b9204099cb // indirect
golang.org/x/text v0.3.2 // indirect
golang.org/x/tools v0.0.0-20190517183331-d88f79806bbd // indirect
)