mirror of
https://github.com/idanoo/go-pager-discord
synced 2025-07-02 14:22:20 +00:00
progress
This commit is contained in:
parent
64c5003fad
commit
64199c37f5
4 changed files with 108 additions and 2 deletions
9
go.mod
9
go.mod
|
@ -3,3 +3,12 @@ module go-pager-discord
|
|||
go 1.20
|
||||
|
||||
require github.com/joho/godotenv v1.5.1
|
||||
|
||||
require (
|
||||
github.com/disgoorg/disgo v0.15.0 // indirect
|
||||
github.com/disgoorg/json v1.0.0 // indirect
|
||||
github.com/disgoorg/log v1.2.0 // indirect
|
||||
github.com/disgoorg/snowflake/v2 v2.0.1 // indirect
|
||||
github.com/sasha-s/go-csync v0.0.0-20210812194225-61421b77c44b // indirect
|
||||
golang.org/x/exp v0.0.0-20220325121720-054d8573a5d8 // indirect
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue