initialize git
This commit is contained in:
commit
d17d31b293
6 changed files with 253 additions and 0 deletions
12
go.mod
Normal file
12
go.mod
Normal file
|
@ -0,0 +1,12 @@
|
|||
module github.com/devawaves/snake-go
|
||||
|
||||
go 1.22.3
|
||||
|
||||
require (
|
||||
github.com/bwmarrin/discordgo v0.28.1 // indirect
|
||||
github.com/gorilla/websocket v1.4.2 // indirect
|
||||
github.com/joho/godotenv v1.5.1 // indirect
|
||||
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b // indirect
|
||||
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 // indirect
|
||||
golang.org/x/text v0.16.0 // indirect
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue