mirror of https://github.com/hslam/ipc.git
11 lines
167 B
Modula-2
11 lines
167 B
Modula-2
|
module github.com/hslam/ipc
|
||
|
|
||
|
go 1.15
|
||
|
|
||
|
require (
|
||
|
github.com/hslam/ftok v1.0.0
|
||
|
github.com/hslam/msg v1.0.0
|
||
|
github.com/hslam/sem v1.0.0
|
||
|
github.com/hslam/shm v1.0.0
|
||
|
)
|