-
Notifications
You must be signed in to change notification settings - Fork 5
/
go.mod
30 lines (25 loc) · 803 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
module github.com/ginarea/gobybit
go 1.21
toolchain go1.21.3
require (
github.com/gorilla/websocket v1.5.1
github.com/msw-x/moon v0.7.17
)
require (
github.com/google/uuid v1.5.0
golang.org/x/exp v0.0.0-20231214170342-aacd6d4b4611
)
require (
github.com/BurntSushi/toml v1.3.2 // indirect
github.com/go-ole/go-ole v1.3.0 // indirect
github.com/gorilla/mux v1.8.1 // indirect
github.com/shirou/gopsutil v3.21.11+incompatible // indirect
github.com/stretchr/testify v1.8.4 // indirect
github.com/tklauser/go-sysconf v0.3.13 // indirect
github.com/tklauser/numcpus v0.7.0 // indirect
github.com/yusufpapurcu/wmi v1.2.3 // indirect
golang.org/x/crypto v0.16.0 // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect
)