12 lines
141 B
Modula-2
12 lines
141 B
Modula-2
module tests
|
|
|
|
go 1.22.1
|
|
|
|
require (
|
|
github.com/go-telegram/bot v1.13.3
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
common v0.0.1
|
|
)
|
|
|
|
replace common => ./common
|