Files
smpp-tester/go.mod
PhatPhuckDave 0315a0877b
Some checks failed
Run Tests / Test (push) Failing after 17s
Benchmark BufferPool / RunBenchmarks (push) Failing after 28s
Implement some sort of rate limiting
2024-08-02 11:15:24 +02:00

9 lines
103 B
Modula-2

module smpptester
go 1.22.4
require (
github.com/yuin/gopher-lua v1.1.1
golang.org/x/time v0.5.0
)