From 51a5a0a6c16949fbf921af73d32635af13757092 Mon Sep 17 00:00:00 2001 From: Brian Buller Date: Thu, 2 Dec 2021 07:50:53 -0600 Subject: [PATCH] Fix boltease import --- cmd/helperbot/model.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" )