mirror of
https://github.com/purofle/remake_bot.git
synced 2025-04-29 22:53:32 +08:00
13 lines
203 B
Modula-2
13 lines
203 B
Modula-2
module github.com/purofle/remake_bot
|
|
|
|
go 1.21
|
|
|
|
toolchain go1.22.1
|
|
|
|
require gopkg.in/telebot.v3 v3.3.8
|
|
|
|
require (
|
|
github.com/lib/pq v1.10.9 // indirect
|
|
github.com/stretchr/testify v1.10.0 // indirect
|
|
)
|