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
404 B
Modula-2
14 lines
404 B
Modula-2
module github.com/lqqyt2423/go-mitmproxy
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.0.1
|
|
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/jordwest/mock-conn v0.0.0-20180617021051-4896c6bd1641
|
|
github.com/satori/go.uuid v1.2.0
|
|
github.com/sirupsen/logrus v1.7.0
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
)
|