mirror of
https://github.com/labstack/echo.git
synced 2024-11-24 08:22:21 +02:00
c185ebd0de
* Update go.mod Replace: `github.com/labstack/gommon v0.0.0-20180312174116-6fe1405d73ec` With: `github.com/labstack/gommon v0.2.7` * Update Gopkg Replace: `github.com/labstack/gommon 0.2.4` With: `github.com/labstack/gommon v0.2.7` * Update go/dep 0.5.0
16 lines
630 B
Modula-2
16 lines
630 B
Modula-2
module github.com/labstack/echo
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.0 // indirect
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/labstack/gommon v0.2.7
|
|
github.com/mattn/go-colorable v0.0.9 // indirect
|
|
github.com/mattn/go-isatty v0.0.3 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/stretchr/testify v1.2.1
|
|
github.com/valyala/bytebufferpool v0.0.0-20160817181652-e746df99fe4a // indirect
|
|
github.com/valyala/fasttemplate v0.0.0-20170224212429-dcecefd839c4
|
|
golang.org/x/crypto v0.0.0-20180312195533-182114d58262
|
|
golang.org/x/sys v0.0.0-20180312081825-c28acc882ebc // indirect
|
|
)
|