diff options
author | Robert Gerus <arachnist@i.am-a.cat> | 2016-06-08 00:17:47 +0200 |
---|---|---|
committer | Robert Gerus <arachnist@i.am-a.cat> | 2016-06-08 00:17:47 +0200 |
commit | dc8ec49130991dbf2bb2bfc63bddcb87eb577b62 (patch) | |
tree | 8423e4f982a35de77fe74a374e646babd9221d62 | |
parent | 005b3c1331df7d55ee4331f2c71b383ccf21b20f (diff) | |
download | gorepost-dc8ec49130991dbf2bb2bfc63bddcb87eb577b62.tar.gz gorepost-dc8ec49130991dbf2bb2bfc63bddcb87eb577b62.tar.bz2 gorepost-dc8ec49130991dbf2bb2bfc63bddcb87eb577b62.tar.xz gorepost-dc8ec49130991dbf2bb2bfc63bddcb87eb577b62.zip |
The library has moved.
-rw-r--r-- | bot/helpers.go | 4 |
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" ) |