From c6ca9063a3a3e2d29c6967c69e3683af6fbca27d Mon Sep 17 00:00:00 2001 From: phoenix Date: Wed, 26 Nov 2025 20:41:42 -0500 Subject: [PATCH] textsender-models version bump --- go.mod | 2 +- go.sum | 4 ++-- swoop/send/sender.go | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index 92035e3..76b7b39 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module git.kundeng.us/phoenix/swoosh go 1.25.4 require ( - git.kundeng.us/phoenix/textsender-models v0.0.9 + git.kundeng.us/phoenix/textsender-models v0.0.10 github.com/twilio/twilio-go v1.28.6 ) diff --git a/go.sum b/go.sum index 03d7aea..bed12c6 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -git.kundeng.us/phoenix/textsender-models v0.0.9 h1:wHEbDLYzMpXQ8OaIf05xFY1V19iTpQogTJEuKInkjEQ= -git.kundeng.us/phoenix/textsender-models v0.0.9/go.mod h1:9iPDQJg1Tc6WMNoW5+f8YKmnosMwlWHJ++hmxNLDEe0= +git.kundeng.us/phoenix/textsender-models v0.0.10 h1:0AMe/zm4Xte2BcuqqhRP7+42m+4To+rUnHkR2a9eXlI= +git.kundeng.us/phoenix/textsender-models v0.0.10/go.mod h1:9iPDQJg1Tc6WMNoW5+f8YKmnosMwlWHJ++hmxNLDEe0= github.com/beevik/etree v1.1.0/go.mod h1:r8Aw8JqVegEf0w2fDnATrX9VpkMcyFeM0FhwO62wh+A= github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= diff --git a/swoop/send/sender.go b/swoop/send/sender.go index f9ca2e1..b2e5a69 100644 --- a/swoop/send/sender.go +++ b/swoop/send/sender.go @@ -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"