-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathgo.mod
24 lines (22 loc) · 1.01 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
module github.com/ethash/eminer
go 1.14
require (
github.com/btcsuite/btcd v0.22.0-beta // indirect
github.com/edsrzf/mmap-go v1.0.0
github.com/ethash/go-opencl v0.0.0-20170924192419-f1ea00997e28
github.com/ethereum/go-ethereum v1.6.8-0.20170816121933-0b978f91b6ad
github.com/gin-gonic/gin v1.7.3
github.com/go-stack/stack v1.8.0 // indirect
github.com/hako/durafmt v0.0.0-20210608085754-5c1018a4e16b
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475
github.com/rs/cors v1.8.0 // indirect
github.com/shuLhan/go-bindata v4.0.0+incompatible // indirect
github.com/stathat/go v1.0.0 // indirect
github.com/syndtr/goleveldb v1.0.0 // indirect
golang.org/x/net v0.0.0-20210726213435-c6fcb2dbf985 // indirect
golang.org/x/sys v0.0.0-20210423082822-04245dca01da
gopkg.in/fatih/set.v0 v0.1.0 // indirect
gopkg.in/karalabe/cookiejar.v2 v2.0.0-20150724131613-8dcd6a7f4951 // indirect
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
)