texus/okex/ws/go.mod

9 lines
114 B
Modula-2
Raw Normal View History

2024-12-02 14:03:35 +08:00
module v5sdk_go/ws
go 1.15
require (
github.com/gorilla/websocket v1.4.2
github.com/stretchr/testify v1.7.0
)