-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
36 lines (31 loc) · 1.32 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
36
module github.com/tonicpow/go-bsvrates
go 1.18
require (
github.com/gojektech/heimdall/v6 v6.1.0
github.com/mrz1836/go-whatsonchain v0.13.0
github.com/shopspring/decimal v1.4.0
github.com/stretchr/testify v1.9.0
)
require (
github.com/centrifugal/centrifuge-go v0.10.1 // indirect
github.com/centrifugal/protocol v0.10.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gojektech/valkyrie v0.0.0-20190210220504-8f62c1e7ba45 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/jpillora/backoff v1.0.0 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/segmentio/asm v1.2.0 // indirect
github.com/segmentio/encoding v0.3.6 // indirect
github.com/stretchr/objx v0.5.2 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
golang.org/x/sys v0.11.0 // indirect
google.golang.org/protobuf v1.33.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
// Breaking changes - needs a full refactor in WOC
replace github.com/centrifugal/centrifuge-go => github.com/centrifugal/centrifuge-go v0.8.3
// Breaking changes - needs a full refactor in WOC
replace github.com/centrifugal/protocol => github.com/centrifugal/protocol v0.9.1