Skip to content

Commit

Permalink
(chore) bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
leonjza committed Jul 13, 2021
1 parent 3a80bf6 commit 3092a86
Show file tree
Hide file tree
Showing 2 changed files with 400 additions and 10 deletions.
37 changes: 27 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,43 @@ go 1.15
require (
github.com/PuerkitoBio/goquery v1.5.1 // indirect
github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 // indirect
github.com/chromedp/cdproto v0.0.0-20210508221054-d7cfa85db7d1
github.com/chromedp/chromedp v0.7.2
github.com/chromedp/cdproto v0.0.0-20210713064928-7d28b402946a
github.com/chromedp/chromedp v0.7.4
github.com/coreos/bbolt v1.3.2 // indirect
github.com/coreos/etcd v3.3.13+incompatible // indirect
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e // indirect
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect
github.com/corona10/goimagehash v1.0.3
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0 // indirect
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
github.com/h2non/filetype v1.1.1
github.com/jonboulle/clockwork v0.1.0 // indirect
github.com/knq/sysutil v0.0.0-20191005231841-15668db23d08 // indirect
github.com/mattn/go-runewidth v0.0.10 // indirect
github.com/mattn/go-sqlite3 v1.14.6 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/mattn/go-sqlite3 v1.14.7 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/olekukonko/tablewriter v0.0.5
github.com/projectdiscovery/wappalyzergo v0.0.4
github.com/projectdiscovery/wappalyzergo v0.0.7
github.com/prometheus/client_golang v0.9.3 // indirect
github.com/remeh/sizedwaitgroup v1.0.0
github.com/rivo/uniseg v0.2.0 // indirect
github.com/rs/zerolog v1.20.0
github.com/rs/zerolog v1.23.0
github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749
github.com/shurcooL/vfsgen v0.0.0-20200824052919-0d455de96546 // indirect
github.com/spf13/cobra v1.1.3
github.com/soheilhy/cmux v0.1.4 // indirect
github.com/spf13/cobra v1.2.1
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 // indirect
github.com/tomsteele/go-nmap v0.0.0-20191202052157-3507e0b03523
github.com/ugorji/go v1.1.4 // indirect
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect
github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77 // indirect
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4
golang.org/x/sys v0.0.0-20210514084401-e8d321eab015 // indirect
go.etcd.io/bbolt v1.3.2 // indirect
golang.org/x/net v0.0.0-20210614182718-04defd469f4e
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
gopkg.in/resty.v1 v1.12.0 // indirect
gorm.io/driver/sqlite v1.1.4
gorm.io/gorm v1.20.12
gorm.io/gorm v1.21.11
)
Loading

0 comments on commit 3092a86

Please sign in to comment.