promodj/go.mod

17 lines
461 B
Modula-2
Raw Normal View History

2021-08-14 09:59:41 +05:00
module github.com/nxshock/promodj
2022-01-25 22:34:59 +05:00
go 1.17
2021-08-14 09:59:41 +05:00
require (
2022-01-25 22:34:59 +05:00
github.com/BurntSushi/toml v1.0.0
github.com/PuerkitoBio/goquery v1.8.0
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
2022-01-25 22:34:59 +05:00
github.com/gookit/goutil v0.4.4 // indirect
2021-08-14 09:59:41 +05:00
github.com/gookit/validate v1.2.11
2022-01-25 22:34:59 +05:00
github.com/nxshock/gwp v0.1.3
golang.org/x/net v0.0.0-20220121210141-e204ce36a2ba // indirect
2021-08-14 09:59:41 +05:00
gopkg.in/djherbis/buffer.v1 v1.1.0
)