aboutsummaryrefslogtreecommitdiff
path: root/cmd/site/main.go
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2019-03-21 07:55:32 -0700
committerChristine Dodrill <me@christine.website>2019-03-21 07:57:23 -0700
commit368bd244aed0709c8b1bb05464d44f4d0cca07a4 (patch)
treebabc41308d52a97f0f3b50bad57bbb92ece79dc6 /cmd/site/main.go
parent47ddf59c12bc8827dafa80383c6c7b0595fecab1 (diff)
downloadxesite-368bd244aed0709c8b1bb05464d44f4d0cca07a4.tar.xz
xesite-368bd244aed0709c8b1bb05464d44f4d0cca07a4.zip
vendor some dependencies
Diffstat (limited to 'cmd/site/main.go')
-rw-r--r--cmd/site/main.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/site/main.go b/cmd/site/main.go
index 1690842..60619c7 100644
--- a/cmd/site/main.go
+++ b/cmd/site/main.go
@@ -12,13 +12,13 @@ import (
"sync"
"time"
- "github.com/Xe/jsonfeed"
+ "christine.website/internal/front"
+ "christine.website/internal/jsonfeed"
"github.com/gorilla/feeds"
"github.com/povilasv/prommod"
"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/client_golang/prometheus/promhttp"
blackfriday "github.com/russross/blackfriday"
- "github.com/tj/front"
"within.website/ln"
)