forked from ek0mssavi0r/Centipede
20 lines
428 B
Modula-2
20 lines
428 B
Modula-2
module github.com/h0mi3e/centipede
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
github.com/bwmarrin/discordgo v0.28.1
|
|
github.com/gorilla/mux v1.8.1
|
|
github.com/gorilla/websocket v1.5.3
|
|
github.com/miekg/dns v1.1.63
|
|
golang.org/x/crypto v0.31.0
|
|
)
|
|
|
|
require (
|
|
golang.org/x/mod v0.18.0 // indirect
|
|
golang.org/x/net v0.31.0 // indirect
|
|
golang.org/x/sync v0.7.0 // indirect
|
|
golang.org/x/sys v0.28.0 // indirect
|
|
golang.org/x/tools v0.22.0 // indirect
|
|
)
|