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