smsbb/go.mod
djsweet 2145ce1134 Make a thing worth running (#7)
This is, admittedly, mostly the [twilio-go](https://github.com/twilio/twilio-go) Quickstart, adapted with positional arguments and environment variables for secrets. But it's definitely a start!

Co-authored-by: Dani Sweet <djsweet@users.noreply.github.com>
Reviewed-on: #7
Reviewed-by: maren <git@stillgreenmoss.net>
2024-01-08 00:47:15 +00:00

10 lines
190 B
Modula-2

module git.bunk.computer/bunk/smsbb
go 1.21.4
require github.com/twilio/twilio-go v1.16.0
require (
github.com/golang/mock v1.6.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
)