Socialify

Folder ..

Viewing go.mod
14 lines (11 loc) • 305.0 B

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
module yuzaki

go 1.23.1

require (
	github.com/bwmarrin/discordgo v0.28.1
	github.com/joho/godotenv v1.5.1
)

require (
	github.com/gorilla/websocket v1.4.2 // indirect
	golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b // indirect
	golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 // indirect
)