ddgimagebot/go.mod

13 lines
396 B
Modula-2
Raw Permalink Normal View History

2022-10-15 01:34:25 +02:00
module git.zio.sh/astra/ddgimagebot
2022-10-07 12:43:14 +02:00
2022-10-15 01:33:12 +02:00
go 1.18
2022-10-07 12:43:14 +02:00
require (
2022-10-15 01:33:12 +02:00
git.zio.sh/astra/telegram-bot-api v1.0.1-0.20220824135549-c84603be8b0f // indirect
github.com/astravexton/logger v0.2.1 // indirect
github.com/dghubble/sling v1.4.0 // indirect
2022-10-07 12:43:14 +02:00
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
)