mirror of
https://github.com/isboyjc/GoProxy.git
synced 2026-05-07 06:22:41 +08:00
11 lines
138 B
Modula-2
11 lines
138 B
Modula-2
module goproxy
|
|
|
|
go 1.25.0
|
|
|
|
require (
|
|
github.com/mattn/go-sqlite3 v1.14.37
|
|
golang.org/x/net v0.38.0
|
|
)
|
|
|
|
require golang.org/x/time v0.15.0
|