feat:第一版支持拉取
.gitignore
0 → 100644
.idea/.gitignore
0 → 100644
.idea/agent-shell.iml
0 → 100644
.idea/modules.xml
0 → 100644
.idea/vcs.xml
0 → 100644
Makefile
0 → 100644
agent.go
0 → 100644
config.go
0 → 100644
file.go
0 → 100644
go.mod
0 → 100644
module agent-shell | |||
go 1.23.2 | |||
replace linkfog.com/public => web.lueluesay.top/git/lil/public v0.0.0-20241017054747-f08bac907b6c | |||
require linkfog.com/public v0.0.0-00010101000000-000000000000 | |||
require golang.org/x/sys v0.26.0 // indirect |
go.sum
0 → 100644
golang.org/x/sys v0.26.0 h1:KHjCJyddX0LoSTb3J+vWpupP9p0oznkqVk/IfjymZbo= | |||
golang.org/x/sys v0.26.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= | |||
web.lueluesay.top/git/lil/public v0.0.0-20241017054747-f08bac907b6c h1:U/2ffmB20mPiC1GT0eTrc9GAQDCd2a8W4zAIb8wf1ds= | |||
web.lueluesay.top/git/lil/public v0.0.0-20241017054747-f08bac907b6c/go.mod h1:x/nRP9pMRVToI9Te1TazybP0Qlj3V+/aA2EiPQEvzsI= |
Please register or sign in to comment