mirror of
https://github.com/Schmenn/discord-exploits.git
synced 2024-12-22 15:35:38 +00:00
16 lines
381 B
Modula-2
16 lines
381 B
Modula-2
module github.com/schmenn/discord-exploits
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/fatih/color v1.12.0
|
|
github.com/gabriel-vasile/mimetype v1.3.1
|
|
)
|
|
|
|
require (
|
|
github.com/mattn/go-colorable v0.1.8 // indirect
|
|
github.com/mattn/go-isatty v0.0.13 // indirect
|
|
golang.org/x/net v0.0.0-20210505024714-0287a6fb4125 // indirect
|
|
golang.org/x/sys v0.0.0-20210423082822-04245dca01da // indirect
|
|
)
|