golib/cmd/sendsms/go.mod

9 lines
175 B
Modula-2

module example.com/sendsms
go 1.24.6
require (
github.com/joho/godotenv v1.5.1
github.com/therootcompany/golib/http/androidsmsgateway v0.0.0-20260223054429-c8f26aca7c6d
)