You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
379 B
16 lines
379 B
module gitea.russia9.dev/Russia9/chatwars-duels |
|
|
|
go 1.23 |
|
|
|
require ( |
|
github.com/confluentinc/confluent-kafka-go v1.9.2 |
|
github.com/rs/zerolog v1.33.0 |
|
gopkg.in/tucnak/telebot.v2 v2.5.0 |
|
) |
|
|
|
require ( |
|
github.com/mattn/go-colorable v0.1.13 // indirect |
|
github.com/mattn/go-isatty v0.0.20 // indirect |
|
github.com/pkg/errors v0.9.1 // indirect |
|
golang.org/x/sys v0.24.0 // indirect |
|
)
|
|
|