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 git.gammaspectra.live/P2Pool/go-randomx v0.0.0-20221025112134-5190471ef823 git.gammaspectra.live/P2Pool/moneroutil v0.0.0-20221007140323-a2daa2d5fc48 git.gammaspectra.live/P2Pool/randomx-go-bindings v0.0.0-20221027134633-11f5607e6752 github.com/ake-persson/mapslice-json v0.0.0-20210720081907-22c8edf57807 github.com/floatdrop/lru v1.3.0 github.com/go-faster/xor v1.0.0 github.com/go-zeromq/zmq4 v0.15.0 github.com/gorilla/mux v1.8.0 github.com/holiman/uint256 v1.2.2 github.com/jxskiss/base62 v1.1.0 github.com/lib/pq v1.10.7 github.com/stretchr/testify v1.8.1 github.com/tyler-sommer/stick v1.0.4 go.etcd.io/bbolt v1.3.7 golang.org/x/crypto v0.7.0 golang.org/x/exp v0.0.0-20230321023759-10a507213a29 golang.org/x/net v0.8.0 lukechampine.com/uint128 v1.3.0 ) require ( github.com/bahlo/generic-list-go v0.2.0 // indirect 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 )