-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
35 lines (31 loc) · 1.15 KB
/
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
31
32
33
34
35
module github.com/joshelb/joshchange
go 1.19
require (
github.com/go-redis/redis/v8 v8.11.5
github.com/gorilla/mux v1.8.0
github.com/rs/xid v1.4.0
github.com/shopspring/decimal v1.3.1
github.com/sirupsen/logrus v1.9.0
)
require (
github.com/auth0/go-jwt-middleware v1.0.1 // indirect
github.com/auth0/go-jwt-middleware/v2 v2.1.0 // indirect
github.com/felixge/httpsnoop v1.0.1 // indirect
github.com/form3tech-oss/jwt-go v3.2.2+incompatible // indirect
github.com/go-sql-driver/mysql v1.7.0 // indirect
github.com/gorilla/handlers v1.5.1 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/joshelb/orderbook v0.0.0-20221229005824-c71541044754 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/rs/cors v1.8.2 // indirect
golang.org/x/crypto v0.0.0-20220518034528-6f7dac969898 // indirect
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
)
require (
github.com/emirpasic/gods v1.18.1 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/roistat/go-clickhouse v1.0.1
github.com/stretchr/testify v1.8.1 // indirect
golang.org/x/sys v0.3.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
)