-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathgo.mod
More file actions
executable file
·21 lines (19 loc) · 816 Bytes
/
go.mod
File metadata and controls
executable file
·21 lines (19 loc) · 816 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module git.dev.me/jerry/Goal
go 1.16
require (
github.com/CUCyber/ja3transport v0.0.0-20201031204932-8a22ac8ab5d7
github.com/PuerkitoBio/goquery v1.8.1
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
github.com/dean2021/go-masscan v0.0.0-20181206040455-0ec37606e016
github.com/google/gopacket v1.1.19
github.com/hashicorp/yamux v0.0.0-20210316155119-a95892c5f864
github.com/jinzhu/gorm v1.9.16
github.com/jlaffaye/ftp v0.0.0-20210307004419-5d4190119067
github.com/pkg/errors v0.9.1 // indirect
github.com/projectdiscovery/wappalyzergo v0.0.2
github.com/refraction-networking/utls v1.0.0
github.com/taknb2nch/go-pop3 v0.0.0-20140407022049-72f6fae12d45
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
golang.org/x/net v0.7.0
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
)