Initial commit

This commit is contained in:
jonasen1988
2026-03-26 21:14:16 +08:00
commit d2e679401e
18 changed files with 2055 additions and 0 deletions

8
go.mod Normal file
View File

@@ -0,0 +1,8 @@
module proxy-pool
go 1.25.0
require (
github.com/mattn/go-sqlite3 v1.14.37
golang.org/x/net v0.38.0
)