mirror of
https://github.com/therootcompany/golib.git
synced 2026-03-02 23:57:59 +00:00
9 lines
175 B
Modula-2
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
|
|
)
|