diff --git a/cmd/helperbot/model.go b/cmd/helperbot/model.go index 0e82cf3..f2d3adc 100644 --- a/cmd/helperbot/model.go +++ b/cmd/helperbot/model.go @@ -7,8 +7,8 @@ import ( "strings" "time" + "git.bullercodeworks.com/brian/boltease" "git.bullercodeworks.com/brian/helperbot" - "github.com/br0xen/boltease" "github.com/nlopes/slack" )