That made not me, that made for me

This commit is contained in:
2023-03-05 21:52:47 +05:00
parent 6165f7bf09
commit b008b67bcb
3 changed files with 337 additions and 0 deletions

8
go.mod Normal file
View File

@@ -0,0 +1,8 @@
module github.com/BitHeaven-Official/r34dl
go 1.20
require (
github.com/logrusorgru/aurora v2.0.3+incompatible
golang.org/x/net v0.8.0
)