Use vendored dependencies

This commit is contained in:
r 2020-02-01 11:31:44 +00:00
parent e73df8de9a
commit 9cf648eaa3
27 changed files with 3076 additions and 19 deletions

View file

@ -1,8 +1,8 @@
package renderer
import (
"bloat/mastodon"
"bloat/model"
"mastodon"
)
type Context struct {

View file

@ -8,7 +8,7 @@ import (
"text/template"
"time"
"mastodon"
"bloat/mastodon"
)
type TemplateData struct {