20 lines
522 B
Modula-2
20 lines
522 B
Modula-2
module smpp-otp
|
|
|
|
go 1.21.5
|
|
|
|
require (
|
|
github.com/fiorix/go-smpp v0.0.0-20210403173735-2894b96e70ba
|
|
github.com/go-chi/chi/v5 v5.0.12
|
|
github.com/go-redis/redis v6.15.9+incompatible
|
|
github.com/ilyakaznacheev/cleanenv v1.5.0
|
|
)
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.3.2 // indirect
|
|
github.com/go-chi/chi v1.5.5 // indirect
|
|
github.com/joho/godotenv v1.5.1 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
olympos.io/encoding/edn v0.0.0-20201019073823-d3554ca0b0a3 // indirect
|
|
)
|