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