forked from nntaoli-project/goex
-
Notifications
You must be signed in to change notification settings - Fork 4
/
go.mod
28 lines (25 loc) · 967 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
module github.com/nntaoli-project/goex
go 1.17
require (
github.com/Kucoin/kucoin-go-sdk v1.2.12
github.com/go-openapi/errors v0.20.3
github.com/google/uuid v1.3.0
github.com/gorilla/websocket v1.5.0
github.com/nubo/jwt v0.0.0-20150918093313-da5b79c3bbaf
github.com/stretchr/testify v1.8.1
github.com/valyala/fasthttp v1.44.0
)
require (
github.com/andybalholm/brotli v1.0.4 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/klauspost/compress v1.15.9 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.1 // indirect
github.com/pkg/errors v0.8.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/sirupsen/logrus v1.4.1 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
golang.org/x/net v0.0.0-20220906165146-f3363e06e74c // indirect
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 // indirect
golang.org/x/text v0.3.7 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)