consensus/go.mod

39 lines
1.4 KiB
Modula-2
Raw Normal View History

2022-10-08 18:55:01 +00:00
module git.gammaspectra.live/P2Pool/p2pool-observer
go 1.19
require (
filippo.io/edwards25519 v1.0.1-0.20220803165937-8c58ed0e3550
git.gammaspectra.live/P2Pool/go-monero v0.0.0-20230320202621-f9cc428f9e16
2022-10-26 16:46:41 +00:00
git.gammaspectra.live/P2Pool/go-randomx v0.0.0-20221025112134-5190471ef823
2022-10-08 18:55:01 +00:00
git.gammaspectra.live/P2Pool/moneroutil v0.0.0-20221007140323-a2daa2d5fc48
git.gammaspectra.live/P2Pool/randomx-go-bindings v0.0.0-20221027134633-11f5607e6752
2022-10-08 18:55:01 +00:00
github.com/ake-persson/mapslice-json v0.0.0-20210720081907-22c8edf57807
2022-11-03 11:32:07 +00:00
github.com/floatdrop/lru v1.3.0
github.com/go-faster/xor v1.0.0
2023-01-15 07:11:41 +00:00
github.com/go-zeromq/zmq4 v0.15.0
2022-10-08 18:55:01 +00:00
github.com/gorilla/mux v1.8.0
2023-03-25 09:49:08 +00:00
github.com/holiman/uint256 v1.2.2
2022-10-08 18:55:01 +00:00
github.com/jxskiss/base62 v1.1.0
github.com/lib/pq v1.10.7
github.com/stretchr/testify v1.8.1
2022-10-10 15:41:51 +00:00
github.com/tyler-sommer/stick v1.0.4
go.etcd.io/bbolt v1.3.7
golang.org/x/crypto v0.7.0
2023-03-25 09:49:08 +00:00
golang.org/x/exp v0.0.0-20230321023759-10a507213a29
golang.org/x/net v0.8.0
2023-03-20 10:49:08 +00:00
lukechampine.com/uint128 v1.3.0
2022-10-08 18:55:01 +00:00
)
2022-10-10 15:41:51 +00:00
require (
2022-11-03 11:32:07 +00:00
github.com/bahlo/generic-list-go v0.2.0 // indirect
2023-01-15 07:11:41 +00:00
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-zeromq/goczmq/v4 v4.2.2 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/shopspring/decimal v1.3.1 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/sys v0.6.0 // indirect
golang.org/x/text v0.8.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
2022-10-10 15:41:51 +00:00
)