This commit is contained in:
rl544
2026-09-15 01:38:15 +09:00
parent e748221831
commit 4e8a65f40d
16 changed files with 906 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
module github.com/user/go-proxy
go 1.26.6
require (
github.com/fsnotify/fsnotify v1.10.1 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/time v0.16.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)