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.

12 lines
309 B
Modula-2

4 years ago
module github.com/lqqyt2423/go-mitmproxy
4 years ago
go 1.15
4 years ago
4 years ago
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
4 years ago
github.com/jordwest/mock-conn v0.0.0-20180617021051-4896c6bd1641
4 years ago
github.com/sirupsen/logrus v1.7.0
4 years ago
)