diff options
author | 2019-12-04 18:30:01 +0100 | |
---|---|---|
committer | 2019-12-04 18:30:01 +0100 | |
commit | e94b1311ded705b0af3a6977cf5fb248a9530387 (patch) | |
tree | 9ebf02e45469967c6f05300cfc5436cbee2e850f /go.mod | |
parent | 4ab5fb7f65fe8d8f0b291dbead9f0134a28eaba2 (diff) | |
download | alps-e94b1311ded705b0af3a6977cf5fb248a9530387.tar.gz alps-e94b1311ded705b0af3a6977cf5fb248a9530387.tar.bz2 alps-e94b1311ded705b0af3a6977cf5fb248a9530387.zip |
Add basic theme support
References: https://todo.sr.ht/~sircmpwn/koushin/1
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ require ( github.com/emersion/go-sasl v0.0.0-20190817083125-240c8404624e github.com/emersion/go-smtp v0.12.0 github.com/labstack/echo/v4 v4.1.11 + github.com/labstack/gommon v0.3.0 github.com/mattn/go-colorable v0.1.4 // indirect github.com/mattn/go-isatty v0.0.10 // indirect github.com/valyala/fasttemplate v1.1.0 // indirect |