add files

This commit is contained in:
astravexton 2022-10-07 10:43:14 +00:00
commit de8a92c967
4 changed files with 209 additions and 0 deletions

15
go.mod Normal file
View file

@ -0,0 +1,15 @@
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
)