初始化项目

This commit is contained in:
Yun
2023-08-06 01:17:27 +08:00
parent fca2168f8a
commit ee1de00721
7 changed files with 625 additions and 86 deletions
+13
View File
@@ -0,0 +1,13 @@
module code.yun.ink/open/curlx
go 1.19
require (
github.com/tidwall/gjson v1.15.0
golang.org/x/net v0.14.0
)
require (
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
)