15 lines
403 B
Modula-2
15 lines
403 B
Modula-2
module git.zio.sh/astra/ddgimagebot
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
git.zio.sh/astra/telegram-bot-api v1.0.1-0.20220824135549-c84603be8b0f
|
|
github.com/astravexton/logger v0.2.2-0.20211216142523-c1e08a465709
|
|
github.com/dghubble/sling v1.4.0
|
|
)
|
|
|
|
require (
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
|
|
)
|