-
Notifications
You must be signed in to change notification settings - Fork 138
/
go.mod
57 lines (54 loc) · 2.46 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
52
53
54
55
56
57
module github.com/vertcoin-project/one-click-miner-vnext
go 1.22
require (
github.com/ProtonMail/go-autostart v0.0.0-20210130080809-00ed301c8e9a
github.com/btcsuite/btcd v0.23.5-0.20231215221805-96c9fd8078fd
github.com/btcsuite/btcd/btcec/v2 v2.3.2
github.com/btcsuite/btcd/btcutil v1.1.5
github.com/btcsuite/btcd/chaincfg/chainhash v1.1.0
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 v1.1.0
github.com/marcsauter/single v0.0.0-20201009143647-9f8d81240be2
github.com/tidwall/buntdb v1.3.0
github.com/wailsapp/wails v1.16.9
golang.org/x/crypto v0.20.0
golang.org/x/text v0.14.0
)
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/decred/dcrd/crypto/blake256 v1.0.1 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
github.com/fatih/color v1.16.0 // indirect
github.com/go-playground/colors v1.2.0 // indirect
github.com/google/uuid v1.2.0 // indirect
github.com/gorilla/websocket v1.5.1 // indirect
github.com/jackmordaunt/icns v1.0.0 // indirect
github.com/kennygrant/sanitize v1.2.4 // indirect
github.com/leaanthony/slicer v1.6.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.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
github.com/syossan27/tebata v0.0.0-20180602121909-b283fe4bc5ba // indirect
github.com/tidwall/btree v1.7.0 // indirect
github.com/tidwall/gjson v1.17.1 // 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.15.0 // indirect
golang.org/x/net v0.21.0 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/sys v0.17.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)