feat: init

This commit is contained in:
isboyjc
2026-03-29 03:31:59 +08:00
parent f2c3fbac24
commit f55209d8d3
27 changed files with 4424 additions and 664 deletions

4
go.mod
View File

@@ -1,4 +1,4 @@
module proxy-pool
module goproxy
go 1.25.0
@@ -6,3 +6,5 @@ require (
github.com/mattn/go-sqlite3 v1.14.37
golang.org/x/net v0.38.0
)
require golang.org/x/time v0.15.0