summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Gerus <arachnist@i.am-a.cat>2016-06-08 00:17:47 +0200
committerRobert Gerus <arachnist@i.am-a.cat>2016-06-08 00:17:47 +0200
commitdc8ec49130991dbf2bb2bfc63bddcb87eb577b62 (patch)
tree8423e4f982a35de77fe74a374e646babd9221d62
parent005b3c1331df7d55ee4331f2c71b383ccf21b20f (diff)
downloadgorepost-dc8ec49130991dbf2bb2bfc63bddcb87eb577b62.tar.gz
gorepost-dc8ec49130991dbf2bb2bfc63bddcb87eb577b62.tar.bz2
gorepost-dc8ec49130991dbf2bb2bfc63bddcb87eb577b62.tar.xz
gorepost-dc8ec49130991dbf2bb2bfc63bddcb87eb577b62.zip
The library has moved.
-rw-r--r--bot/helpers.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/bot/helpers.go b/bot/helpers.go
index 274a338..96fce9b 100644
--- a/bot/helpers.go
+++ b/bot/helpers.go
@@ -13,8 +13,8 @@ import (
"os"
"time"
- "github.com/moovweb/gokogiri"
- "github.com/moovweb/gokogiri/xpath"
+ "github.com/jbowtie/gokogiri"
+ "github.com/jbowtie/gokogiri/xpath"
"github.com/arachnist/gorepost/irc"
)