mirror of
https://github.com/makayabou/asg-server.git
synced 2026-05-02 17:43:36 +02:00
13 lines
220 B
Modula-2
13 lines
220 B
Modula-2
module github.com/android-sms-gateway/server/test/e2e
|
|
|
|
go 1.23.0
|
|
|
|
toolchain go1.23.2
|
|
|
|
require (
|
|
github.com/capcom6/go-helpers v0.2.0
|
|
github.com/go-resty/resty/v2 v2.16.2
|
|
)
|
|
|
|
require golang.org/x/net v0.38.0 // indirect
|