Update go.{mod,sum}
This commit is contained in:
parent
de8a92c967
commit
a3060fe3ad
2 changed files with 5 additions and 16 deletions
13
go.mod
13
go.mod
|
|
@ -1,14 +1,11 @@
|
|||
module git.zio.sh/astra/ddgimagebot
|
||||
module git.zio.sh/astravexton/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
|
||||
)
|
||||
go 1.18
|
||||
|
||||
require (
|
||||
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
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue