You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
module github.com/lqqyt2423/go-mitmproxy
|
|
|
|
|
|
|
|
go 1.15
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e
|
|
|
|
github.com/golang/protobuf v1.4.3 // indirect
|
|
|
|
github.com/joho/godotenv v1.3.0
|
|
|
|
)
|