mirror of
https://github.com/hahwul/WebHackersWeapons.git
synced 2024-10-01 01:25:58 -04:00
10 lines
221 B
Modula-2
10 lines
221 B
Modula-2
module github.com/hahwul/WebHackerWeapons
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/logrusorgru/aurora v2.0.3+incompatible
|
|
github.com/logrusorgru/aurora/v3 v3.0.0 // indirect
|
|
golang.org/x/net v0.0.0-20210316092652-d523dce5a7f4
|
|
)
|