lite源码

This commit is contained in:
Mob2003
2023-04-02 21:43:11 +08:00
parent 34d95e9eb9
commit e48ed59a73
32 changed files with 5150 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
module rakshasa_lite
go 1.16
replace cert => ../cert
require (
cert v0.0.0-00010101000000-000000000000 // indirect
github.com/creack/pty v1.1.18
github.com/farmerx/gorsa v0.0.0-20161211100049-3ae06f674f40
github.com/google/uuid v1.3.0
gopkg.in/yaml.v3 v3.0.1
)