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.

19 lines
504 B
Modula-2

4 years ago
module github.com/lqqyt2423/go-mitmproxy
2 years ago
go 1.18
4 years ago
4 years ago
require (
github.com/andybalholm/brotli v1.0.4
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
3 years ago
github.com/gorilla/websocket v1.5.0
4 years ago
github.com/satori/go.uuid v1.2.0
github.com/sirupsen/logrus v1.8.1
3 years ago
)
require (
2 years ago
golang.org/x/sys v0.0.0-20220624220833-87e55d714810 // indirect
4 years ago
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
4 years ago
)
2 years ago
replace github.com/lqqyt2423/go-mitmproxy/v1.3.1 => github.com/t1nky/go-mitmproxy main