module test_bot

go 1.25.3

replace gitlab.com/DorianPeregrim/tbot => ./tbot

replace github.com/go-resty/resty => ./resty

require gitlab.com/DorianPeregrim/tbot v0.0.0-00010101000000-000000000000

require (
	github.com/go-resty/resty v0.0.0-00010101000000-000000000000 // indirect
	golang.org/x/net v0.43.0 // indirect
)
