2024-07-06 16:18:05 +02:00
|
|
|
module HwidBot
|
|
|
|
|
|
|
|
go 1.22.4
|
2024-07-06 16:29:25 +02:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/BurntSushi/toml v1.4.0
|
|
|
|
github.com/bwmarrin/discordgo v0.28.1
|
2024-07-06 17:16:13 +02:00
|
|
|
github.com/lib/pq v1.10.9
|
2024-07-06 16:29:25 +02:00
|
|
|
)
|
|
|
|
|
|
|
|
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
|
|
|
|
)
|