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.
14 lines
403 B
Modula-2
14 lines
403 B
Modula-2
module github.com/lqqyt2423/go-mitmproxy
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.0.4
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/satori/go.uuid v1.2.0
|
|
github.com/sirupsen/logrus v1.8.1
|
|
golang.org/x/sys v0.0.0-20211124211545-fe61309f8881 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
)
|