forked from labstack/echo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
18 lines (16 loc) · 729 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module github.com/currantlabs/echo
go 1.12
require (
github.com/GeertJohan/go.rice v1.0.0
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/facebookgo/clock v0.0.0-20150410010913-600d898af40a // indirect
github.com/facebookgo/grace v0.0.0-20180706040059-75cf19382434
github.com/facebookgo/httpdown v0.0.0-20180706035922-5979d39b15c2 // indirect
github.com/facebookgo/stats v0.0.0-20151006221625-1b76add642e4 // indirect
github.com/labstack/gommon v0.0.4-0.20160130153836-43358a791be6
github.com/mattn/go-colorable v0.1.2 // indirect
github.com/rs/cors v1.6.0
github.com/thoas/stats v0.0.0-20190407194641-965cb2de1678
github.com/tylerb/graceful v1.2.15
golang.org/x/net v0.0.0-20190522155817-f3200d17e092
)