You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
1.1 KiB
26 lines
1.1 KiB
module github.com/yuriy0803/open-etc-pool-friends |
|
|
|
go 1.15 |
|
|
|
require ( |
|
github.com/Azure/azure-pipeline-go v0.2.2 // indirect |
|
github.com/Azure/azure-storage-blob-go v0.7.0 // indirect |
|
github.com/Azure/go-autorest/autorest/adal v0.8.0 // indirect |
|
github.com/btcsuite/btcd v0.21.0-beta // indirect |
|
github.com/edsrzf/mmap-go v1.0.0 |
|
github.com/ethereum/go-ethereum v1.10.26 |
|
github.com/garyburd/redigo v1.6.2 // indirect |
|
github.com/gorilla/mux v1.8.0 |
|
github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d |
|
github.com/robfig/cron v1.2.0 |
|
github.com/yuriy0803/etchash v0.0.0-20230114084810-0c0546667929 |
|
github.com/yvasiyarov/go-metrics v0.0.0-20150112132944-c25f46c4b940 // indirect |
|
github.com/yvasiyarov/gorelic v0.0.7 |
|
github.com/yvasiyarov/newrelic_platform_go v0.0.0-20160601141957-9c099fbc30e9 // indirect |
|
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 |
|
gopkg.in/bsm/ratelimit.v1 v1.0.0-20160220154919-db14e161995a // indirect |
|
gopkg.in/olebedev/go-duktape.v3 v3.0.0-20200619000410-60c24ae608a6 // indirect |
|
gopkg.in/redis.v3 v3.6.4 |
|
gopkg.in/urfave/cli.v1 v1.20.0 // indirect |
|
gotest.tools v2.2.0+incompatible // indirect |
|
)
|
|
|