Andrey Kovalev
3 years ago
2 changed files with 7 additions and 4 deletions
@ -1,12 +1,16 @@
@@ -1,12 +1,16 @@
|
||||
module gitea.russia9.dev/Russia9/chatwars-duels |
||||
|
||||
go 1.14 |
||||
go 1.17 |
||||
|
||||
require ( |
||||
github.com/confluentinc/confluent-kafka-go v1.8.2 |
||||
github.com/davecgh/go-spew v1.1.1 // indirect |
||||
github.com/rs/zerolog v1.26.1 |
||||
github.com/stretchr/testify v1.7.0 // indirect |
||||
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 |
||||
) |
||||
|
Loading…
Reference in new issue