2023-03-06 00:52:47 +08:00
|
|
|
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
|
2023-03-06 22:39:23 +08:00
|
|
|
gopkg.in/matryer/try.v1 v1.0.0-20150601225556-312d2599e12e
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/cheekybits/is v0.0.0-20150225183255-68e9c0620927 // indirect
|
|
|
|
github.com/matryer/try v0.0.0-20161228173917-9ac251b645a2 // indirect
|
2023-03-06 00:52:47 +08:00
|
|
|
)
|