forked from vertcoin-project/one-click-miner-vnext
-
Notifications
You must be signed in to change notification settings - Fork 13
/
go.mod
executable file
·51 lines (48 loc) · 2.32 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
module github.com/vertiond/verthash-one-click-miner
go 1.18
require (
github.com/ProtonMail/go-autostart v0.0.0-20181114175602-c5272053443a
github.com/btcsuite/btcd v0.0.0-20190614013741-962a206e94e9
github.com/btcsuite/btcutil v0.0.0-20190425235716-9e5f4b9a998d
github.com/btcsuite/fastsha256 v0.0.0-20160815193821-637e65642941
github.com/cloudfoundry/jibber_jabber v0.0.0-20151120183258-bcc4c8345a21
github.com/gertjaap/verthash-go v0.0.0-20210205201258-234a3a9698d1
github.com/go-ping/ping v0.0.0-20210402232549-1726e5ede5b6
github.com/marcsauter/single v0.0.0-20181104081128-f8bf46f26ec0
github.com/tidwall/buntdb v1.2.10
github.com/wailsapp/wails v1.16.9
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
golang.org/x/text v0.3.6
)
require (
github.com/Masterminds/semver v1.5.0 // indirect
github.com/abadojack/whatlanggo v1.0.1 // indirect
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f // indirect
github.com/fatih/color v1.12.0 // indirect
github.com/go-playground/colors v1.2.0 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/jackmordaunt/icns v1.0.0 // indirect
github.com/kennygrant/sanitize v1.2.4 // indirect
github.com/leaanthony/slicer v1.5.0 // indirect
github.com/leaanthony/spinner v0.5.3 // indirect
github.com/leaanthony/synx v0.1.0 // indirect
github.com/leaanthony/wincursor v0.1.0 // indirect
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mattn/go-isatty v0.0.13 // indirect
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
github.com/pkg/browser v0.0.0-20210606212950-a7b7a6107d32 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/sirupsen/logrus v1.8.1 // indirect
github.com/syossan27/tebata v0.0.0-20180602121909-b283fe4bc5ba // indirect
github.com/tidwall/btree v1.4.2 // indirect
github.com/tidwall/gjson v1.14.3 // indirect
github.com/tidwall/grect v0.1.4 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
github.com/tidwall/rtred v0.1.2 // indirect
github.com/tidwall/tinyqueue v0.1.1 // indirect
golang.org/x/image v0.0.0-20210607152325-775e3b0c77b9 // indirect
golang.org/x/net v0.0.0-20210525063256-abc453219eb5 // indirect
golang.org/x/sys v0.0.0-20211025201205-69cdffdb9359 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)