textsender-models version bump

This commit is contained in:
phoenix
2025-11-26 20:41:42 -05:00
parent e28e5c6755
commit c6ca9063a3
3 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -5,9 +5,9 @@ import (
"fmt"
"time"
"git.kundeng.us/phoenix/textsender-models/pkg/config"
"git.kundeng.us/phoenix/textsender-models/pkg/contact"
"git.kundeng.us/phoenix/textsender-models/pkg/message"
"git.kundeng.us/phoenix/textsender-models/tx0/config"
"git.kundeng.us/phoenix/textsender-models/tx0/contact"
"git.kundeng.us/phoenix/textsender-models/tx0/message"
"github.com/twilio/twilio-go"
twilioApi "github.com/twilio/twilio-go/rest/api/v2010"