update go (#18)
Go / build (pull_request) Failing after 6s

Reviewed-on: #18
Co-authored-by: phoenix <mail@kundeng.us>
Co-committed-by: phoenix <mail@kundeng.us>
This commit is contained in:
2026-05-03 16:58:06 -04:00
committed by phoenix
parent 6e7b2cdee8
commit 85059d3c23
3 changed files with 12 additions and 32 deletions
+4 -4
View File
@@ -1,10 +1,10 @@
module git.kundeng.us/phoenix/sender
go 1.26.1
go 1.26.2
require (
git.kundeng.us/phoenix/swoosh v0.2.0
git.kundeng.us/phoenix/textsender-models v0.2.0
git.kundeng.us/phoenix/swoosh v0.2.1
git.kundeng.us/phoenix/textsender-models v0.2.1
)
require (
@@ -12,5 +12,5 @@ require (
github.com/golang/mock v1.6.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/twilio/twilio-go v1.30.4 // indirect
github.com/twilio/twilio-go v1.30.5 // indirect
)