Skip to content

Commit

Permalink
🎉 new version v1.5.4 & fix uncover.
Browse files Browse the repository at this point in the history
  • Loading branch information
wjlin0 committed Jan 15, 2024
1 parent 342ff9c commit e6218dd
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 74 deletions.
23 changes: 10 additions & 13 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,16 @@ module github.com/wjlin0/pathScan
go 1.21

require (
github.com/Masterminds/semver/v3 v3.2.1
github.com/charmbracelet/glamour v0.6.0
github.com/cheggaaa/pb/v3 v3.1.4
github.com/corpix/uarand v0.2.0
github.com/denisbrodbeck/machineid v1.0.1
github.com/fatih/color v1.15.0
github.com/google/go-github v17.0.0+incompatible
github.com/google/go-github/v30 v30.1.0
github.com/hashicorp/golang-lru v1.0.2
github.com/lqqyt2423/go-mitmproxy v1.7.1
github.com/minio/selfupdate v0.6.1-0.20230907112617-f11e74f84ca7
github.com/pkg/errors v0.9.1
github.com/projectdiscovery/fastdialer v0.0.52
github.com/projectdiscovery/goflags v0.1.34
Expand All @@ -20,8 +25,8 @@ require (
github.com/projectdiscovery/utils v0.0.70
github.com/remeh/sizedwaitgroup v1.0.0
github.com/sirupsen/logrus v1.9.0
github.com/tj/go-update v2.2.5-0.20200519121640-62b4b798fd68+incompatible
github.com/wjlin0/uncover v1.0.6
github.com/stretchr/testify v1.8.4
github.com/wjlin0/uncover v1.0.7
golang.org/x/net v0.18.0
golang.org/x/oauth2 v0.11.0
golang.org/x/text v0.14.0
Expand All @@ -31,7 +36,6 @@ require (
require (
aead.dev/minisign v0.2.0 // indirect
github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible // indirect
github.com/Masterminds/semver/v3 v3.2.1 // indirect
github.com/Mzack9999/gcache v0.0.0-20230410081825-519e28eab057 // indirect
github.com/Mzack9999/go-http-digest-auth-client v0.6.1-0.20220414142836-eb8883508809 // indirect
github.com/PuerkitoBio/goquery v1.8.1 // indirect
Expand All @@ -43,17 +47,13 @@ require (
github.com/andybalholm/cascadia v1.3.2 // indirect
github.com/antchfx/htmlquery v1.3.0 // indirect
github.com/antchfx/xpath v1.2.3 // indirect
github.com/apex/log v1.9.0 // indirect
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
github.com/aymerick/douceur v0.2.0 // indirect
github.com/c4milo/unpackit v0.1.0 // indirect
github.com/charmbracelet/glamour v0.6.0 // indirect
github.com/cheggaaa/pb/v3 v3.1.4 // indirect
github.com/cloudflare/cfssl v1.6.4 // indirect
github.com/cloudflare/circl v1.3.3 // indirect
github.com/cnf/structhash v0.0.0-20201127153200-e1b16c1ebc08 // indirect
github.com/denisbrodbeck/machineid v1.0.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dimchansky/utfbom v1.1.1 // indirect
github.com/dlclark/regexp2 v1.8.1 // indirect
github.com/dsnet/compress v0.0.2-0.20210315054119-f66993602bf5 // indirect
Expand All @@ -66,12 +66,9 @@ require (
github.com/golang/protobuf v1.5.3 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/google/certificate-transparency-go v1.1.4 // indirect
github.com/google/go-github/v30 v30.1.0 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/google/gopacket v1.1.19 // indirect
github.com/gorilla/css v1.0.0 // indirect
github.com/gosuri/uilive v0.0.4 // indirect
github.com/gosuri/uiprogress v0.0.1 // indirect
github.com/hashicorp/go-version v1.6.0 // indirect
github.com/hbakhtiyor/strsim v0.0.0-20190107154042-4d2bbb273edf // indirect
github.com/hdm/jarm-go v0.0.7 // indirect
Expand All @@ -89,14 +86,14 @@ require (
github.com/mholt/archiver/v3 v3.5.1 // indirect
github.com/microcosm-cc/bluemonday v1.0.26 // indirect
github.com/miekg/dns v1.1.57 // indirect
github.com/minio/selfupdate v0.6.1-0.20230907112617-f11e74f84ca7 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/muesli/reflow v0.3.0 // indirect
github.com/muesli/termenv v0.15.1 // indirect
github.com/nwaples/rardecode v1.1.3 // indirect
github.com/olekukonko/tablewriter v0.0.5 // indirect
github.com/pierrec/lz4/v4 v4.1.2 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/projectdiscovery/asnmap v1.0.6 // indirect
github.com/projectdiscovery/blackrock v0.0.1 // indirect
github.com/projectdiscovery/cdncheck v1.0.9 // indirect
Expand Down
Loading

0 comments on commit e6218dd

Please sign in to comment.