1
0

Updated the web handler with updated param binder

This commit is contained in:
kolaente
2019-06-28 09:13:17 +02:00
parent 5d3b6573ca
commit fc3c5f2187
12 changed files with 43 additions and 304 deletions

11
vendor/code.vikunja.io/web/go.mod generated vendored
View File

@ -1,11 +1,10 @@
module code.vikunja.io/web
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/labstack/echo/v4 v4.1.5
github.com/labstack/echo/v4 v4.1.7-0.20190627175217-8fb7b5be270f
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
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
golang.org/x/crypto v0.0.0-20190621222207-cc06ce4a13d4 // indirect
golang.org/x/net v0.0.0-20190620200207-3b0461eec859 // indirect
golang.org/x/sys v0.0.0-20190626221950-04f50cda93cb // indirect
golang.org/x/tools v0.0.0-20190628034336-212fb13d595e // indirect
)