PoC of kernel.org proxy

This commit is contained in:
mrsobakin 2024-11-22 08:04:23 +03:00
parent 8ed52d1c79
commit 83b2199a99
No known key found for this signature in database
GPG key ID: 325CBF665E4FFD6E
4 changed files with 242 additions and 0 deletions

9
proxy/go.mod Normal file
View file

@ -0,0 +1,9 @@
module github.com/wzray/promty/proxy
go 1.23.3
require (
github.com/vishalkuo/bimap v0.0.0-20230830142743-a9fb9b52066c // indirect
golang.org/x/net v0.31.0 // indirect
golang.org/x/text v0.20.0 // indirect
)