-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (18 loc) · 659 Bytes
/
go.mod
File metadata and controls
22 lines (18 loc) · 659 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/lixvbnet/ipaversion
go 1.19
require (
github.com/dustin/go-humanize v1.0.1
github.com/lixvbnet/sysproxy v0.1.0
github.com/lqqyt2423/go-mitmproxy v1.6.1
golang.org/x/exp v0.0.0-20220303212507-bbda1eaf7a17
howett.net/plist v1.0.0
)
require (
github.com/andybalholm/brotli v1.0.4 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/satori/go.uuid v1.2.0 // indirect
github.com/sirupsen/logrus v1.8.1 // indirect
golang.org/x/sys v0.0.0-20220624220833-87e55d714810 // indirect
)
replace github.com/lqqyt2423/go-mitmproxy => ./lib/go-mitmproxy