You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
619 B
18 lines
619 B
module code.vikunja.io/web
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/labstack/echo/v4 v4.1.16
|
|
github.com/mattn/go-colorable v0.1.7 // indirect
|
|
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
|
|
github.com/valyala/fasttemplate v1.2.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de // indirect
|
|
golang.org/x/net v0.0.0-20200707034311-ab3426394381 // indirect
|
|
golang.org/x/sync v0.0.0-20190423024810-112230192c58 // indirect
|
|
golang.org/x/sys v0.0.0-20200808120158-1030fc2bf1d9 // indirect
|
|
golang.org/x/text v0.3.3 // indirect
|
|
xorm.io/xorm v1.0.5
|
|
)
|