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
403 B
16 lines
403 B
module gitea.russia9.dev/Russia9/chatwars-offers |
|
|
|
go 1.17 |
|
|
|
require ( |
|
github.com/confluentinc/confluent-kafka-go v1.8.2 |
|
github.com/rs/zerolog v1.26.1 |
|
gopkg.in/tucnak/telebot.v2 v2.5.0 |
|
) |
|
|
|
require ( |
|
github.com/davecgh/go-spew v1.1.1 // indirect |
|
github.com/pkg/errors v0.9.1 // indirect |
|
github.com/stretchr/testify v1.7.0 // indirect |
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect |
|
)
|
|
|