mirror of
https://github.com/nxshock/promodj.git
synced 2025-07-03 00:03:37 +05:00
Mod tidy
This commit is contained in:
parent
6dea85e26a
commit
10f9b4b73e
2 changed files with 22 additions and 3 deletions
16
go.mod
16
go.mod
|
@ -6,11 +6,21 @@ require (
|
|||
github.com/BurntSushi/toml v1.0.0
|
||||
github.com/PuerkitoBio/goquery v1.8.0
|
||||
github.com/creasty/defaults v1.5.2
|
||||
github.com/djherbis/buffer v1.2.0 // indirect
|
||||
github.com/djherbis/nio/v3 v3.0.1
|
||||
github.com/gookit/goutil v0.4.4 // indirect
|
||||
github.com/gookit/validate v1.2.11
|
||||
github.com/nxshock/gwp v0.1.3
|
||||
golang.org/x/net v0.0.0-20220121210141-e204ce36a2ba // indirect
|
||||
github.com/stretchr/testify v1.7.0
|
||||
gopkg.in/djherbis/buffer.v1 v1.1.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/andybalholm/cascadia v1.3.1 // indirect
|
||||
github.com/davecgh/go-spew v1.1.1 // indirect
|
||||
github.com/djherbis/buffer v1.2.0 // indirect
|
||||
github.com/gookit/filter v1.1.2 // indirect
|
||||
github.com/gookit/goutil v0.4.4 // indirect
|
||||
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
||||
github.com/pmezard/go-difflib v1.0.0 // indirect
|
||||
golang.org/x/net v0.0.0-20220121210141-e204ce36a2ba // indirect
|
||||
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue