Update go mods/sum add mod test json files to ignore list
This commit is contained in:
parent
a242b58aaa
commit
3a0e16934e
4
.gitignore
vendored
4
.gitignore
vendored
@ -8,6 +8,10 @@
|
||||
# Test binary, built with `go test -c`
|
||||
*.test
|
||||
|
||||
# Test files from go test
|
||||
*.json
|
||||
*.jsonl
|
||||
|
||||
# Output of the go coverage tool, specifically when used with LiteIDE
|
||||
*.out
|
||||
|
||||
|
24
go.mod
24
go.mod
@ -3,20 +3,22 @@ module github.com/geziyor/geziyor
|
||||
go 1.15
|
||||
|
||||
require (
|
||||
github.com/PuerkitoBio/goquery v1.8.0
|
||||
github.com/chromedp/cdproto v0.0.0-20220428002153-285dfb42699c
|
||||
github.com/chromedp/chromedp v0.8.0
|
||||
github.com/PuerkitoBio/goquery v1.9.2
|
||||
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
||||
github.com/chromedp/cdproto v0.0.0-20240810084448-b931b754e476
|
||||
github.com/chromedp/chromedp v0.10.0
|
||||
github.com/elazarl/goproxy v0.0.0-20210801061803-8e322dfb79c4
|
||||
github.com/fortytw2/leaktest v1.3.0
|
||||
github.com/go-kit/kit v0.12.0
|
||||
github.com/go-kit/kit v0.13.0
|
||||
github.com/golang/protobuf v1.5.4 // indirect
|
||||
github.com/peterbourgon/diskv v2.0.1+incompatible
|
||||
github.com/prometheus/client_golang v1.12.1
|
||||
github.com/prometheus/common v0.34.0 // indirect
|
||||
github.com/stretchr/testify v1.7.0
|
||||
github.com/prometheus/client_golang v1.19.1
|
||||
github.com/prometheus/common v0.55.0 // indirect
|
||||
github.com/stretchr/testify v1.9.0
|
||||
github.com/syndtr/goleveldb v1.0.0
|
||||
github.com/temoto/robotstxt v1.1.2
|
||||
golang.org/x/net v0.0.0-20220722155237-a158d28d115b
|
||||
golang.org/x/text v0.3.8
|
||||
golang.org/x/time v0.0.0-20220411224347-583f2d630306
|
||||
google.golang.org/protobuf v1.28.0 // indirect
|
||||
golang.org/x/net v0.28.0
|
||||
golang.org/x/sys v0.24.0 // indirect
|
||||
golang.org/x/text v0.17.0
|
||||
golang.org/x/time v0.6.0
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user