feat(osi): 实现 OSI JSON 传输层(T-003)

This commit is contained in:
ila
2026-07-06 22:23:01 +08:00
parent 4a5134093b
commit 56acc01d92
8 changed files with 220 additions and 10 deletions
+4 -1
View File
@@ -2,7 +2,10 @@ module chis_osi
go 1.24
require github.com/spf13/viper v1.20.1
require (
github.com/spf13/viper v1.20.1
golang.org/x/net v0.34.0
)
require (
github.com/fsnotify/fsnotify v1.8.0 // indirect