This commit is contained in:
Egor Aristov 2026-03-28 18:15:21 +03:00
parent 423a809e7e
commit fb6005e323
3 changed files with 5 additions and 2 deletions

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module efprojects.com/kitten-ipc
go 1.25.1

View File

@ -1,4 +1,4 @@
module efprojects.com/kitten-ipc
module efprojects.com/kitten-ipc/lib/golang
go 1.25.1

View File

@ -1,7 +1,7 @@
{
"name": "kitten-ipc",
"description": "ipc lib",
"version": "1.0.1",
"version": "1.1.0",
"author": "Egor3f <ef@efprojects.com>",
"license": "Apache-2.0",
"type": "module",