Move the crudhandler to own repo (#27)
This commit is contained in:
15
vendor/modules.txt
vendored
15
vendor/modules.txt
vendored
@ -1,3 +1,6 @@
|
||||
# code.vikunja.io/web v0.0.0-20181130221802-d23d2a4c1efb
|
||||
code.vikunja.io/web
|
||||
code.vikunja.io/web/handler
|
||||
# github.com/PuerkitoBio/purell v1.1.0
|
||||
github.com/PuerkitoBio/purell
|
||||
# github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578
|
||||
@ -58,10 +61,10 @@ github.com/hashicorp/hcl/json/token
|
||||
github.com/imdario/mergo
|
||||
# github.com/karalabe/xgo v0.0.0-20181007145344-72da7d1d3970
|
||||
github.com/karalabe/xgo
|
||||
# github.com/labstack/echo v0.0.0-20180911044237-1abaa3049251
|
||||
# github.com/labstack/echo v3.3.5+incompatible
|
||||
github.com/labstack/echo
|
||||
github.com/labstack/echo/middleware
|
||||
# github.com/labstack/gommon v0.0.0-20180312174116-6fe1405d73ec
|
||||
# github.com/labstack/gommon v0.2.8
|
||||
github.com/labstack/gommon/log
|
||||
github.com/labstack/gommon/color
|
||||
github.com/labstack/gommon/bytes
|
||||
@ -74,13 +77,13 @@ github.com/mailru/easyjson/jwriter
|
||||
github.com/mailru/easyjson/buffer
|
||||
# github.com/mattn/go-colorable v0.0.9
|
||||
github.com/mattn/go-colorable
|
||||
# github.com/mattn/go-isatty v0.0.3
|
||||
# github.com/mattn/go-isatty v0.0.4
|
||||
github.com/mattn/go-isatty
|
||||
# github.com/mattn/go-sqlite3 v1.9.0
|
||||
github.com/mattn/go-sqlite3
|
||||
# github.com/mitchellh/mapstructure v1.1.2
|
||||
github.com/mitchellh/mapstructure
|
||||
# github.com/op/go-logging v0.0.0-20160211212156-b2cb9fa56473
|
||||
# github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
|
||||
github.com/op/go-logging
|
||||
# github.com/pelletier/go-toml v1.2.0
|
||||
github.com/pelletier/go-toml
|
||||
@ -115,7 +118,7 @@ github.com/urfave/cli
|
||||
github.com/valyala/bytebufferpool
|
||||
# github.com/valyala/fasttemplate v0.0.0-20170224212429-dcecefd839c4
|
||||
github.com/valyala/fasttemplate
|
||||
# golang.org/x/crypto v0.0.0-20180312195533-182114d58262
|
||||
# golang.org/x/crypto v0.0.0-20181127143415-eb0de9b17e85
|
||||
golang.org/x/crypto/bcrypt
|
||||
golang.org/x/crypto/acme/autocert
|
||||
golang.org/x/crypto/blowfish
|
||||
@ -128,7 +131,7 @@ golang.org/x/net/webdav
|
||||
golang.org/x/net/context
|
||||
golang.org/x/net/webdav/internal/xml
|
||||
golang.org/x/net/idna
|
||||
# golang.org/x/sys v0.0.0-20180906133057-8cf3aee42992
|
||||
# golang.org/x/sys v0.0.0-20181128092732-4ed8d59d0b35
|
||||
golang.org/x/sys/unix
|
||||
# golang.org/x/text v0.3.0
|
||||
golang.org/x/text/transform
|
||||
|
Reference in New Issue
Block a user