12 lines
326 B
Modula-2
12 lines
326 B
Modula-2
module git.dragon-labs.de/alphyron/group_helper
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/caarlos0/env v3.5.0+incompatible
|
|
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible
|
|
github.com/jinzhu/gorm v1.9.12
|
|
github.com/stretchr/testify v1.5.1 // indirect
|
|
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
|
|
)
|