forked from skycoin/skycoin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
114 lines (106 loc) · 5.24 KB
/
go.mod
File metadata and controls
114 lines (106 loc) · 5.24 KB
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
module github.com/skycoin/skycoin
go 1.25.4
require (
github.com/NYTimes/gziphandler v1.1.1
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883
github.com/bitfield/script v0.24.1
github.com/blang/semver v3.5.1+incompatible
github.com/briandowns/spinner v1.23.2
github.com/cenkalti/backoff v2.2.1+incompatible
github.com/gdamore/tcell/v3 v3.1.2
github.com/gin-gonic/gin v1.11.0
github.com/gogo/protobuf v1.3.2
github.com/google/go-cmp v0.7.0
github.com/google/gousb v1.1.3
github.com/gopherjs/gopherjs v1.20.0
github.com/ivanpirog/coloredcobra v1.0.1
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d
github.com/pelletier/go-toml/v2 v2.2.4
github.com/rs/cors v1.11.1
github.com/shopspring/decimal v1.4.0
github.com/sirupsen/logrus v1.9.4
github.com/skycoin/encodertest v0.0.0-20190217072920-14c2e31898b9
github.com/skycoin/hardware-wallet-protob v0.0.0-20250805154629-410561e1bc2f
github.com/skycoin/hardware-wallet/firmware v0.0.0-20260117000250-43c66b2bf1d2
github.com/skycoin/skycoin-lite v0.0.0-20190712083345-f5a3f17e6603
github.com/skycoin/skywire v1.3.33
github.com/spf13/cobra v1.10.2
github.com/spf13/pflag v1.0.10
github.com/spf13/viper v1.21.0
github.com/stretchr/testify v1.11.1
github.com/toqueteos/webbrowser v1.2.1
go.etcd.io/bbolt v1.4.3
golang.org/x/term v0.39.0
)
require (
github.com/bytedance/gopkg v0.1.3 // indirect
github.com/bytedance/sonic v1.15.0 // indirect
github.com/bytedance/sonic/loader v0.5.0 // indirect
github.com/cloudwego/base64x v0.1.6 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/fatih/color v1.18.0 // indirect
github.com/fsnotify/fsnotify v1.9.0 // indirect
github.com/gabriel-vasile/mimetype v1.4.13 // indirect
github.com/gdamore/encoding v1.0.1 // indirect
github.com/gin-contrib/sse v1.1.0 // indirect
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/go-playground/validator/v10 v10.30.1 // indirect
github.com/go-viper/mapstructure/v2 v2.5.0 // indirect
github.com/goccy/go-json v0.10.5 // indirect
github.com/goccy/go-yaml v1.19.2 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/itchyny/gojq v0.12.18 // indirect
github.com/itchyny/timefmt-go v0.1.7 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
github.com/leodido/go-urn v1.4.0 // indirect
github.com/lucasb-eyer/go-colorful v1.3.0 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/quic-go/qpack v0.6.0 // indirect
github.com/quic-go/quic-go v0.59.0 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/sagikazarmark/locafero v0.12.0 // indirect
github.com/sergi/go-diff v1.0.0 // indirect
github.com/spf13/afero v1.15.0 // indirect
github.com/spf13/cast v1.10.0 // indirect
github.com/stretchr/objx v0.5.3 // indirect
github.com/subosito/gotenv v1.6.0 // indirect
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
github.com/ugorji/go/codec v1.3.1 // indirect
go.yaml.in/yaml/v3 v3.0.4 // indirect
golang.org/x/arch v0.23.0 // indirect
golang.org/x/crypto v0.47.0 // indirect
golang.org/x/net v0.49.0 // indirect
golang.org/x/sys v0.40.0 // indirect
golang.org/x/text v0.33.0 // indirect
google.golang.org/protobuf v1.36.11 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
mvdan.cc/sh/v3 v3.12.0 // indirect
)
// IT IS FORBIDDEN TO USE REPLACE DIRECTIVES
// [error] The go.mod file for the module providing named packages contains one or
// more replace directives. It must not contain directives that would cause
// it to be interpreted differently than if it were the main module.
// Uncomment for tests with local sources
//replace github.com/skycoin/hardware-wallet-go => ../hardware-wallet-go
//replace github.com/skycoin/hardware-wallet-daemon => ../hardware-wallet-daemon
//replace github.com/skycoin/skycoin-lite => ../skycoin-lite
//replace github.com/skycoin/skywire => ../skywire
//replace github.com/skycoin/hardware-wallet/firmware => ../hardware-wallet/firmware
// Below should reflect current versions of the following deps
// To update deps to specific commit hash:
// 1) Uncomment one of the following lines and substituite version with desired commit hash:
//replace github.com/skycoin/hardware-wallet-daemon => github.com/skycoin/hardware-wallet-daemon v0.1.1-0.20251214205958-0632d0772c3b
//replace github.com/skycoin/hardware-wallet-go => github.com/skycoin/hardware-wallet-go v1.1.1-0.20251214205422-17746f44286f
//replace github.com/skycoin/skycoin-lite => github.com/skycoin/skycoin-lite v0.0.0-20190712083345-f5a3f17e6603
//replace github.com/skycoin/skywire => github.com/skycoin/skywire v1.3.32-0.20251008181048-e232456f8799
// 2) Run `go mod tidy && go mod vendor`
// 3) Copy the populated version string to the correct place in require(...) above - replacing the specified version string
// 4) Re-comment the uncommented replace directive above
// 5) Save this file.
// 6) Run `go mod tidy && go mod vendor`