А оказывается я просто не комитил go.mod :)
This commit is contained in:
parent
81be20e43d
commit
1d5d1bc1d3
1 changed files with 15 additions and 0 deletions
15
source/go.mod
Normal file
15
source/go.mod
Normal file
|
@ -0,0 +1,15 @@
|
|||
module github.com/zaboal-org/discord-telegraph
|
||||
|
||||
go 1.19
|
||||
|
||||
require (
|
||||
github.com/anonyindian/telegraph-go v1.2.2
|
||||
github.com/bwmarrin/discordgo v0.27.1
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/gorilla/websocket v1.4.2 // indirect
|
||||
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b // indirect
|
||||
golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d // indirect
|
||||
golang.org/x/sys v0.0.0-20210423082822-04245dca01da // indirect
|
||||
)
|
Loading…
Add table
Reference in a new issue