mirror of
https://github.com/telanflow/mps.git
synced 2025-09-26 20:41:25 +08:00
9 lines
127 B
Modula-2
9 lines
127 B
Modula-2
module github.com/telanflow/mps
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/gorilla/websocket v1.5.0
|
|
github.com/stretchr/testify v1.8.4
|
|
)
|