2021-08-14 09:59:41 +05:00
|
|
|
module github.com/nxshock/promodj
|
|
|
|
|
|
|
|
go 1.16
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/BurntSushi/toml v0.4.1
|
|
|
|
github.com/PuerkitoBio/goquery v1.7.1
|
2021-09-18 17:56:26 +05:00
|
|
|
github.com/creasty/defaults v1.5.2
|
2021-08-14 09:59:41 +05:00
|
|
|
github.com/djherbis/buffer v1.2.0 // indirect
|
2021-09-18 14:46:07 +05:00
|
|
|
github.com/djherbis/nio/v3 v3.0.1
|
2021-08-14 09:59:41 +05:00
|
|
|
github.com/gookit/goutil v0.3.15 // indirect
|
|
|
|
github.com/gookit/validate v1.2.11
|
2021-09-18 17:56:26 +05:00
|
|
|
golang.org/x/net v0.0.0-20210917221730-978cfadd31cf // indirect
|
2021-08-14 09:59:41 +05:00
|
|
|
gopkg.in/djherbis/buffer.v1 v1.1.0
|
|
|
|
)
|