first ipc implementation

This commit is contained in:
uan
2025-08-22 17:41:16 +02:00
parent f80c506a95
commit a6d2c9dfad
6 changed files with 47 additions and 9 deletions

8
go.mod
View File

@@ -1,11 +1,5 @@
module github.com/shlldev/miniws
module main
go 1.24.5
require github.com/akamensky/argparse v1.4.0
require (
github.com/google/uuid v1.6.0 // indirect
github.com/wneessen/go-fileperm v0.2.1 // indirect
golang.org/x/sys v0.35.0 // indirect
)