mirror of
https://github.com/harshabose/socket-comm.git
synced 2025-10-08 17:10:03 +08:00
9 lines
123 B
Modula-2
9 lines
123 B
Modula-2
module github.com/harshabose/socket-comm
|
|
|
|
go 1.24
|
|
|
|
require (
|
|
github.com/google/uuid v1.6.0
|
|
golang.org/x/crypto v0.37.0
|
|
)
|