web/go.mod

17 lines
597 B
Modula-2
Raw Normal View History

2018-11-30 22:18:02 +00:00
module code.vikunja.io/web
2020-06-18 16:47:49 +00:00
go 1.14
2018-11-30 22:18:02 +00:00
require (
github.com/labstack/echo/v4 v4.1.16
github.com/mattn/go-colorable v0.1.7 // indirect
2018-11-30 22:18:02 +00:00
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
github.com/stretchr/objx v0.2.0 // indirect
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/sys v0.0.0-20200808120158-1030fc2bf1d9 // indirect
golang.org/x/text v0.3.3 // indirect
2019-06-28 07:04:43 +00:00
golang.org/x/tools v0.0.0-20190628034336-212fb13d595e // indirect
2018-11-30 22:18:02 +00:00
)