add etc files

This commit is contained in:
2022-01-17 16:46:30 -06:00
parent b765f1cbb1
commit c13053f116
2 changed files with 21 additions and 0 deletions

13
go.mod Normal file
View File

@@ -0,0 +1,13 @@
module GoBunnyBot
go 1.17
require (
github.com/buger/jsonparser v1.1.1
github.com/bwmarrin/discordgo v0.23.2
)
require (
github.com/gorilla/websocket v1.4.0 // indirect
golang.org/x/crypto v0.0.0-20181030102418-4d3f4d9ffa16 // indirect
)