@@ -4,87 +4,92 @@ module github.com/TrueBlocks/trueblocks-core/src/apps/chifra
4
4
go 1.23.1
5
5
6
6
require (
7
- github.com/alecthomas/participle/v2 v2.0.0
8
- github.com/bykof/gostradamus v1.0.4
9
- github.com/ethereum/go-ethereum v1.14.13
7
+ github.com/alecthomas/participle/v2 v2.1.4
8
+ github.com/bykof/gostradamus v1.1.2
9
+ github.com/ethereum/go-ethereum v1.15.9
10
10
github.com/go-test/deep v1.1.1
11
- github.com/gocarina/gocsv v0.0.0-20230123225133-763e25b40669
12
- github.com/gorilla/mux v1.8.0
13
- github.com/gorilla/websocket v1.5.0
14
- github.com/ipfs/go-cid v0.4.1
15
- github.com/ipfs/go-ipfs-api v0.6.1
16
- github.com/panjf2000/ants/v2 v2.10.0
17
- github.com/pelletier/go-toml/v2 v2.2.2
18
- github.com/spf13/cobra v1.7.0
11
+ github.com/gocarina/gocsv v0.0.0-20240520201108-78e41c74b4b1
12
+ github.com/gorilla/mux v1.8.1
13
+ github.com/gorilla/websocket v1.5.3
14
+ github.com/ipfs/go-cid v0.5.0
15
+ github.com/ipfs/go-ipfs-api v0.7.0
16
+ github.com/panjf2000/ants/v2 v2.11.3
17
+ github.com/pelletier/go-toml/v2 v2.2.4
18
+ github.com/spf13/cobra v1.9.1
19
19
github.com/stretchr/testify v1.10.0
20
- github.com/wealdtech/go-ens/v3 v3.5.2
20
+ github.com/wealdtech/go-ens/v3 v3.6.0
21
21
golang.org/x/crypto v0.37.0
22
22
golang.org/x/term v0.31.0
23
- golang.org/x/time v0.5 .0
23
+ golang.org/x/time v0.11 .0
24
24
)
25
25
26
26
require (
27
27
github.com/DataDog/zstd v1.5.2 // indirect
28
28
github.com/Microsoft/go-winio v0.6.2 // indirect
29
- github.com/alecthomas/assert/v2 v2.11.0 // indirect
30
- github.com/alecthomas/repr v0.4.0 // indirect
31
- github.com/benbjohnson/clock v1.3.0 // indirect
32
- github.com/bits-and-blooms/bitset v1.13.0 // indirect
33
- github.com/consensys/bavard v0.1.13 // indirect
34
- github.com/consensys/gnark-crypto v0.12.1 // indirect
35
- github.com/crackcomm/go-gitignore v0.0.0-20170627025303-887ab5e44cc3 // indirect
36
- github.com/crate-crypto/go-ipa v0.0.0-20240223125850-b1e8a79f509c // indirect
37
- github.com/crate-crypto/go-kzg-4844 v1.0.0 // indirect
29
+ github.com/benbjohnson/clock v1.3.5 // indirect
30
+ github.com/bits-and-blooms/bitset v1.22.0 // indirect
31
+ github.com/blang/semver/v4 v4.0.0 // indirect
32
+ github.com/cespare/cp v1.1.1 // indirect
33
+ github.com/consensys/bavard v0.1.30 // indirect
34
+ github.com/consensys/gnark-crypto v0.17.0 // indirect
35
+ github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
36
+ github.com/crackcomm/go-gitignore v0.0.0-20241020182519-7843d2ba8fdf // indirect
37
+ github.com/crate-crypto/go-ipa v0.0.0-20240724233137-53bbb0ceb27a // indirect
38
+ github.com/crate-crypto/go-kzg-4844 v1.1.0 // indirect
38
39
github.com/davecgh/go-spew v1.1.1 // indirect
39
- github.com/deckarep/golang-set/v2 v2.6.0 // indirect
40
- github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1.0 // indirect
41
- github.com/ethereum/c-kzg-4844 v1.0.0 // indirect
42
- github.com/ethereum/go-verkle v0.1.1-0.20240829091221-dffa7562dbe9 // indirect
43
- github.com/fsnotify/fsnotify v1.7.0 // indirect
40
+ github.com/deckarep/golang-set/v2 v2.8.0 // indirect
41
+ github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 // indirect
42
+ github.com/deepmap/oapi-codegen v1.8.2 // indirect
43
+ github.com/dustin/go-humanize v1.0.1 // indirect
44
+ github.com/ethereum/c-kzg-4844 v1.0.3 // indirect
45
+ github.com/ethereum/go-verkle v0.2.2 // indirect
46
+ github.com/fsnotify/fsnotify v1.9.0 // indirect
47
+ github.com/gballet/go-libpcsclite v0.0.0-20191108122812-4678299bea08 // indirect
44
48
github.com/go-ole/go-ole v1.3.0 // indirect
45
- github.com/google/go-cmp v0.6 .0 // indirect
46
- github.com/google/uuid v1.3 .0 // indirect
47
- github.com/holiman/uint256 v1.3.1 // indirect
49
+ github.com/google/go-cmp v0.7 .0 // indirect
50
+ github.com/google/uuid v1.6 .0 // indirect
51
+ github.com/holiman/uint256 v1.3.2 // indirect
48
52
github.com/inconshreveable/mousetrap v1.1.0 // indirect
49
- github.com/ipfs/boxo v0.8.0 // indirect
50
- github.com/klauspost/cpuid/v2 v2.2.4 // indirect
53
+ github.com/influxdata/line-protocol v0.0.0-20210311194329-9aa0e372d097 // indirect
54
+ github.com/ipfs/boxo v0.29.1 // indirect
55
+ github.com/klauspost/cpuid/v2 v2.2.10 // indirect
51
56
github.com/libp2p/go-buffer-pool v0.1.0 // indirect
52
- github.com/libp2p/go-flow-metrics v0.1 .0 // indirect
53
- github.com/libp2p/go-libp2p v0.27.8 // indirect
57
+ github.com/libp2p/go-flow-metrics v0.2 .0 // indirect
58
+ github.com/libp2p/go-libp2p v0.41.1 // indirect
54
59
github.com/mattn/go-runewidth v0.0.16 // indirect
55
- github.com/minio/sha256-simd v1.0.0 // indirect
60
+ github.com/minio/sha256-simd v1.0.1 // indirect
56
61
github.com/mitchellh/go-homedir v1.1.0 // indirect
57
62
github.com/mitchellh/mapstructure v1.4.2 // indirect
58
63
github.com/mmcloughlin/addchain v0.4.0 // indirect
59
64
github.com/mr-tron/base58 v1.2.0 // indirect
60
65
github.com/multiformats/go-base32 v0.1.0 // indirect
61
66
github.com/multiformats/go-base36 v0.2.0 // indirect
62
- github.com/multiformats/go-multiaddr v0.9 .0 // indirect
67
+ github.com/multiformats/go-multiaddr v0.15 .0 // indirect
63
68
github.com/multiformats/go-multibase v0.2.0 // indirect
64
69
github.com/multiformats/go-multicodec v0.9.0 // indirect
65
70
github.com/multiformats/go-multihash v0.2.3 // indirect
66
- github.com/multiformats/go-multistream v0.4.1 // indirect
71
+ github.com/multiformats/go-multistream v0.6.0 // indirect
67
72
github.com/multiformats/go-varint v0.0.7 // indirect
68
73
github.com/pkg/errors v0.9.1 // indirect
69
74
github.com/pmezard/go-difflib v1.0.0 // indirect
70
75
github.com/rivo/uniseg v0.4.7 // indirect
71
- github.com/rogpeppe/go-internal v1.11.0 // indirect
76
+ github.com/rogpeppe/go-internal v1.13.1 // indirect
72
77
github.com/shirou/gopsutil v3.21.11+incompatible // indirect
73
78
github.com/spaolacci/murmur3 v1.1.0 // indirect
74
- github.com/spf13/pflag v1.0.5 // indirect
75
- github.com/supranational/blst v0.3.13 // indirect
76
- github.com/tklauser/go-sysconf v0.3.12 // indirect
77
- github.com/tklauser/numcpus v0.6.1 // indirect
78
- github.com/urfave/cli/v2 v2.27.5 // indirect
79
+ github.com/spf13/pflag v1.0.6 // indirect
80
+ github.com/supranational/blst v0.3.14 // indirect
81
+ github.com/tklauser/go-sysconf v0.3.15 // indirect
82
+ github.com/tklauser/numcpus v0.10.0 // indirect
83
+ github.com/urfave/cli/v2 v2.27.6 // indirect
79
84
github.com/wealdtech/go-multicodec v1.4.0 // indirect
80
- github.com/yusufpapurcu/wmi v1.2.2 // indirect
81
- golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa // indirect
85
+ github.com/yusufpapurcu/wmi v1.2.4 // indirect
86
+ golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0 // indirect
82
87
golang.org/x/net v0.39.0 // indirect
83
88
golang.org/x/sync v0.13.0 // indirect
84
89
golang.org/x/sys v0.32.0 // indirect
85
90
golang.org/x/text v0.24.0 // indirect
86
- google.golang.org/protobuf v1.34.2 // indirect
91
+ google.golang.org/protobuf v1.36.6 // indirect
87
92
gopkg.in/yaml.v3 v3.0.1 // indirect
88
- lukechampine.com/blake3 v1.1.7 // indirect
93
+ lukechampine.com/blake3 v1.4.1 // indirect
89
94
rsc.io/tmplfunc v0.0.3 // indirect
90
95
)
0 commit comments