mirror of
https://github.com/nxshock/promodj.git
synced 2024-11-27 03:01:01 +05:00
16 lines
429 B
Modula-2
16 lines
429 B
Modula-2
|
module github.com/nxshock/promodj
|
||
|
|
||
|
go 1.16
|
||
|
|
||
|
require (
|
||
|
github.com/BurntSushi/toml v0.4.1
|
||
|
github.com/PuerkitoBio/goquery v1.7.1
|
||
|
github.com/creasty/defaults v1.5.1
|
||
|
github.com/djherbis/buffer v1.2.0 // indirect
|
||
|
github.com/gookit/goutil v0.3.15 // indirect
|
||
|
github.com/gookit/validate v1.2.11
|
||
|
golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d // indirect
|
||
|
gopkg.in/djherbis/buffer.v1 v1.1.0
|
||
|
gopkg.in/djherbis/nio.v2 v2.0.3
|
||
|
)
|