forked from BuxOrg/bux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
151 lines (143 loc) · 6.83 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
module github.com/BuxOrg/bux
go 1.19
require (
github.com/99designs/gqlgen v0.17.39
github.com/DATA-DOG/go-sqlmock v1.5.0
github.com/bitcoin-sv/go-broadcast-client v0.9.0
github.com/bitcoin-sv/go-paymail v0.5.1
github.com/bitcoinschema/go-bitcoin/v2 v2.0.5
github.com/bitcoinschema/go-map v0.1.0
github.com/centrifugal/centrifuge-go v0.10.2
github.com/coocood/freecache v1.2.4
github.com/dolthub/go-mysql-server v0.17.0
github.com/fergusstrange/embedded-postgres v1.24.0
github.com/go-redis/redis/v8 v8.11.5
github.com/go-redis/redis_rate/v9 v9.1.2
github.com/gomodule/redigo v2.0.0+incompatible
github.com/jarcoal/httpmock v1.3.1
github.com/korovkin/limiter v0.0.0-20230307205149-3d4b2b34c99d
github.com/libsv/go-bc v0.1.18
github.com/libsv/go-bk v0.1.6
github.com/libsv/go-bt v1.0.8
github.com/libsv/go-bt/v2 v2.2.5
github.com/mrz1836/go-cache v0.9.0
github.com/mrz1836/go-cachestore v0.3.0
github.com/mrz1836/go-datastore v0.5.3
github.com/mrz1836/go-logger v0.3.2
github.com/newrelic/go-agent/v3 v3.27.0
github.com/pkg/errors v0.9.1
github.com/rafaeljusto/redigomock v2.4.0+incompatible
github.com/robfig/cron/v3 v3.0.1
github.com/stretchr/testify v1.8.4
github.com/tonicpow/go-minercraft/v2 v2.0.5
github.com/tryvium-travels/memongo v0.10.0
github.com/tylertreat/BoomFilters v0.0.0-20210315201527-1a82519a3e43
github.com/vmihailenco/taskq/v3 v3.2.9
go.mongodb.org/mongo-driver v1.12.1
gorm.io/gorm v1.25.5
)
require (
github.com/acobaugh/osrelease v0.1.0 // indirect
github.com/andybalholm/brotli v1.0.6 // indirect
github.com/bitcoinschema/go-bpu v0.1.0 // indirect
github.com/bitcoinsv/bsvd v0.0.0-20190609155523-4c29707f7173 // indirect
github.com/bitcoinsv/bsvutil v0.0.0-20181216182056-1d77cf353ea9 // indirect
github.com/bsm/redislock v0.9.4 // indirect
github.com/capnm/sysinfo v0.0.0-20130621111458-5909a53897f3 // indirect
github.com/centrifugal/protocol v0.10.0 // indirect
github.com/cespare/xxhash v1.1.0 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/d4l3k/messagediff v1.2.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/dolthub/flatbuffers/v23 v23.3.3-dh.2 // indirect
github.com/dolthub/go-icu-regex v0.0.0-20230524105445-af7e7991c97e // indirect
github.com/dolthub/jsonpath v0.0.2-0.20230525180605-8dc13778fd72 // indirect
github.com/dolthub/vitess v0.0.0-20230823204737-4a21a94e90c3 // indirect
github.com/go-kit/kit v0.13.0 // indirect
github.com/go-resty/resty/v2 v2.9.1 // indirect
github.com/go-sql-driver/mysql v1.7.1 // indirect
github.com/gocraft/dbr/v2 v2.7.6 // indirect
github.com/gojektech/heimdall/v6 v6.1.0 // indirect
github.com/gojektech/valkyrie v0.0.0-20190210220504-8f62c1e7ba45 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/google/uuid v1.3.1 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/hashicorp/golang-lru v1.0.2 // indirect
github.com/iancoleman/strcase v0.3.0 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
github.com/jackc/pgx/v5 v5.4.3 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/jmoiron/sqlx v1.3.5 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/jpillora/backoff v1.0.0 // indirect
github.com/julienschmidt/httprouter v1.3.0 // indirect
github.com/klauspost/compress v1.17.1 // indirect
github.com/lestrrat-go/strftime v1.0.6 // indirect
github.com/lib/pq v1.10.9 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mattn/go-sqlite3 v1.14.17 // indirect
github.com/miekg/dns v1.1.56 // indirect
github.com/mitchellh/hashstructure v1.1.0 // indirect
github.com/montanaflynn/stats v0.7.1 // indirect
github.com/newrelic/go-agent/v3/integrations/nrhttprouter v1.0.2 // indirect
github.com/newrelic/go-agent/v3/integrations/nrmongo v1.1.1 // indirect
github.com/onsi/gomega v1.27.5 // 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/shopspring/decimal v1.3.1 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
github.com/sosodev/duration v1.2.0 // indirect
github.com/spaolacci/murmur3 v1.1.0 // indirect
github.com/spf13/afero v1.10.0 // indirect
github.com/stretchr/objx v0.5.1 // indirect
github.com/tetratelabs/wazero v1.5.0 // indirect
github.com/tidwall/gjson v1.17.0 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
github.com/tidwall/sjson v1.2.5 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasthttp v1.50.0 // indirect
github.com/vektah/gqlparser/v2 v2.5.10 // indirect
github.com/vmihailenco/msgpack/v5 v5.4.0 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
github.com/xdg-go/scram v1.1.2 // indirect
github.com/xdg-go/stringprep v1.0.4 // indirect
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect
go.opentelemetry.io/otel v1.19.0 // indirect
go.opentelemetry.io/otel/trace v1.19.0 // indirect
golang.org/x/crypto v0.14.0 // indirect
golang.org/x/mod v0.13.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/sync v0.4.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
golang.org/x/tools v0.14.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20231012201019-e917dd12ba7a // indirect
google.golang.org/grpc v1.58.3 // indirect
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/src-d/go-errors.v1 v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
gorm.io/driver/mysql v1.5.2 // indirect
gorm.io/driver/postgres v1.5.3 // indirect
gorm.io/driver/sqlite v1.5.4 // indirect
gorm.io/plugin/dbresolver v1.4.7 // indirect
)
// Issue with redislock package - related to taskq
replace github.com/bsm/redislock => github.com/bsm/redislock v0.7.2
// Issue with using wrong version of Redigo
replace github.com/gomodule/redigo => github.com/gomodule/redigo v1.8.9
// Breaking changes - needs a full refactor in WOC and BUX
replace github.com/centrifugal/centrifuge-go => github.com/centrifugal/centrifuge-go v0.8.3
// Breaking changes - needs a full refactor in WOC and BUX
replace github.com/centrifugal/protocol => github.com/centrifugal/protocol v0.9.1
// Issue: go.mongodb.org/mongo-driver/x/bsonx: cannot find module providing package go.mongodb.org/mongo-driver/x/bsonx
// Need to convert bsonx to bsoncore
replace go.mongodb.org/mongo-driver => go.mongodb.org/mongo-driver v1.11.7