2021-03-18 13:29:13 -04:00
|
|
|
module github.com/hahwul/WebHackerWeapons
|
|
|
|
|
|
|
|
go 1.16
|
|
|
|
|
2021-09-16 08:16:54 -04:00
|
|
|
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
|
|
|
|
)
|