bybit.go.api/go.mod

10 lines
169 B
Modula-2
Raw Normal View History

2023-11-03 16:29:17 +02:00
module github.com/wuhewuhe/bybit.go.api
2023-10-30 20:26:54 +02:00
go 1.21
require (
github.com/bitly/go-simplejson v0.5.1
github.com/google/uuid v1.4.0
2023-10-30 20:26:54 +02:00
github.com/gorilla/websocket v1.5.0
)