2018-12-01 00:26:56 +01:00
|
|
|
module code.vikunja.io/web
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2019-05-07 21:42:24 +02:00
|
|
|
github.com/labstack/echo/v4 v4.1.5
|
2018-12-01 00:26:56 +01:00
|
|
|
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
|
2019-05-07 21:42:24 +02:00
|
|
|
golang.org/x/crypto v0.0.0-20190506204251-e1dfcc566284 // indirect
|
|
|
|
golang.org/x/net v0.0.0-20190503192946-f4e77d36d62c // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20190507160741-ecd444e8653b // indirect
|
|
|
|
golang.org/x/text v0.3.2 // indirect
|
2018-12-01 00:26:56 +01:00
|
|
|
)
|