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" )