-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgo.mod
More file actions
50 lines (47 loc) · 1.99 KB
/
go.mod
File metadata and controls
50 lines (47 loc) · 1.99 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
module github.com/stader-labs/stader-node
go 1.16
require (
github.com/Microsoft/go-winio v0.6.0 // indirect
github.com/a8m/envsubst v1.3.0
github.com/alessio/shellescape v1.4.1
github.com/blang/semver/v4 v4.0.0
github.com/btcsuite/btcd v0.23.1
github.com/btcsuite/btcd/btcutil v1.1.2
github.com/docker/distribution v2.8.1+incompatible // indirect
github.com/docker/docker v23.0.3+incompatible
github.com/docker/go-connections v0.4.0 // indirect
github.com/dustin/go-humanize v1.0.0
github.com/ethereum/go-ethereum v1.10.26
github.com/fatih/color v1.13.0
github.com/ferranbt/fastssz v0.1.2
github.com/glendc/go-external-ip v0.1.0
github.com/google/uuid v1.3.0
github.com/herumi/bls-eth-go-binary v1.28.1 // indirect
github.com/imdario/mergo v0.3.13
github.com/klauspost/cpuid/v2 v2.1.1
github.com/mitchellh/go-homedir v1.1.0
github.com/moby/term v0.0.0-20220808134915-39b0c02b01ae // indirect
github.com/morikuni/aec v1.0.0 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.0.2 // indirect
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58
github.com/prometheus/client_golang v1.13.0
github.com/prysmaticlabs/go-bitfield v0.0.0-20210809151128-385d8c5e3fb7
github.com/prysmaticlabs/prysm/v3 v3.1.1
github.com/sethvargo/go-password v0.2.0
github.com/shirou/gopsutil/v3 v3.23.1
github.com/stader-labs/ethcli-ui/configuration v0.0.0-20230417074835-1faaf2c4a385
github.com/stader-labs/ethcli-ui/wizard v0.0.0-20230415152554-173e0a8a51a9
github.com/tyler-smith/go-bip39 v1.1.0
github.com/urfave/cli v1.22.10
github.com/wealdtech/go-eth2-types/v2 v2.7.0
github.com/wealdtech/go-eth2-util v1.7.0
github.com/wealdtech/go-eth2-wallet-encryptor-keystorev4 v1.3.0
golang.org/x/crypto v0.7.0
golang.org/x/sync v0.1.0
golang.org/x/term v0.7.0
google.golang.org/grpc v1.49.0 // indirect
gopkg.in/yaml.v2 v2.4.0
gotest.tools/v3 v3.3.0 // indirect
)
replace github.com/rivo/tview => github.com/hamidraza/tview v0.0.0-20230406022610-62c55f74c35f