mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2025-05-03 10:28:46 +00:00
Use vendored dependencies
This commit is contained in:
parent
e73df8de9a
commit
9cf648eaa3
27 changed files with 3076 additions and 19 deletions
|
@ -1,8 +1,8 @@
|
|||
package renderer
|
||||
|
||||
import (
|
||||
"bloat/mastodon"
|
||||
"bloat/model"
|
||||
"mastodon"
|
||||
)
|
||||
|
||||
type Context struct {
|
||||
|
|
|
@ -8,7 +8,7 @@ import (
|
|||
"text/template"
|
||||
"time"
|
||||
|
||||
"mastodon"
|
||||
"bloat/mastodon"
|
||||
)
|
||||
|
||||
type TemplateData struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue