|
1 | 1 | module github.com/ProtoconNet/mitum2 |
2 | 2 |
|
3 | | -go 1.21 |
| 3 | +go 1.24.0 |
| 4 | + |
| 5 | +toolchain go1.24.7 |
4 | 6 |
|
5 | 7 | require ( |
6 | | - github.com/Masterminds/semver/v3 v3.2.1 |
7 | | - github.com/alecthomas/kong v0.9.0 |
8 | | - github.com/alicebob/miniredis/v2 v2.31.0 |
9 | | - github.com/arl/statsviz v0.6.0 |
10 | | - github.com/beevik/ntp v1.3.1 |
| 8 | + github.com/Masterminds/semver/v3 v3.4.0 |
| 9 | + github.com/alecthomas/kong v1.12.1 |
| 10 | + github.com/alicebob/miniredis/v2 v2.35.0 |
| 11 | + github.com/arl/statsviz v0.7.1 |
| 12 | + github.com/beevik/ntp v1.4.3 |
11 | 13 | github.com/bluele/gcache v0.0.2 |
12 | | - github.com/btcsuite/btcd/btcec/v2 v2.3.2 |
| 14 | + github.com/btcsuite/btcd/btcec/v2 v2.3.5 |
13 | 15 | github.com/btcsuite/btcd/chaincfg/chainhash v1.1.0 |
14 | 16 | github.com/btcsuite/btcutil v1.0.3-0.20201208143702-a53e38424cce |
15 | | - github.com/bytedance/sonic v1.11.3 |
| 17 | + github.com/bytedance/sonic v1.14.1 |
16 | 18 | github.com/gofrs/uuid v4.4.0+incompatible |
17 | | - github.com/hashicorp/consul/api v1.28.2 |
| 19 | + github.com/hashicorp/consul/api v1.32.1 |
18 | 20 | github.com/hashicorp/memberlist v0.5.1 |
19 | | - github.com/hashicorp/vault/api v1.12.2 |
| 21 | + github.com/hashicorp/vault/api v1.20.0 |
20 | 22 | github.com/json-iterator/go v1.1.12 |
21 | 23 | github.com/mattn/go-isatty v0.0.20 |
22 | | - github.com/oklog/ulid/v2 v2.1.0 |
| 24 | + github.com/oklog/ulid/v2 v2.1.1 |
23 | 25 | github.com/pkg/errors v0.9.1 |
24 | 26 | github.com/quic-go/quic-go v0.39.1 |
25 | | - github.com/redis/go-redis/v9 v9.5.1 |
26 | | - github.com/rs/zerolog v1.32.0 |
27 | | - github.com/stretchr/testify v1.9.0 |
| 27 | + github.com/redis/go-redis/v9 v9.13.0 |
| 28 | + github.com/rs/zerolog v1.34.0 |
| 29 | + github.com/stretchr/testify v1.11.1 |
28 | 30 | github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 |
29 | | - github.com/zeebo/blake3 v0.2.3 |
| 31 | + github.com/zeebo/blake3 v0.2.4 |
30 | 32 | go.uber.org/goleak v1.3.0 |
31 | | - golang.org/x/crypto v0.31.0 |
32 | | - golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 |
33 | | - golang.org/x/mod v0.17.0 |
34 | | - golang.org/x/sync v0.10.0 |
35 | | - golang.org/x/time v0.5.0 |
| 33 | + golang.org/x/crypto v0.42.0 |
| 34 | + golang.org/x/exp v0.0.0-20250819193227-8b4c13bb791b |
| 35 | + golang.org/x/mod v0.28.0 |
| 36 | + golang.org/x/sync v0.17.0 |
| 37 | + golang.org/x/time v0.13.0 |
36 | 38 | gopkg.in/yaml.v3 v3.0.1 |
37 | 39 | ) |
38 | 40 |
|
39 | 41 | require ( |
40 | | - github.com/alicebob/gopher-json v0.0.0-20200520072559-a9ecdc9d1d3a // indirect |
41 | 42 | github.com/armon/go-metrics v0.4.1 // indirect |
42 | | - github.com/cenkalti/backoff/v3 v3.2.2 // indirect |
43 | | - github.com/cespare/xxhash/v2 v2.2.0 // indirect |
44 | | - github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d // indirect |
45 | | - github.com/chenzhuoyu/iasm v0.9.1 // indirect |
| 43 | + github.com/bytedance/gopkg v0.1.3 // indirect |
| 44 | + github.com/bytedance/sonic/loader v0.3.0 // indirect |
| 45 | + github.com/cenkalti/backoff/v4 v4.3.0 // indirect |
| 46 | + github.com/cespare/xxhash/v2 v2.3.0 // indirect |
| 47 | + github.com/cloudwego/base64x v0.1.6 // indirect |
46 | 48 | github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect |
47 | 49 | github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0 // indirect |
48 | 50 | github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect |
49 | 51 | github.com/fatih/color v1.16.0 // indirect |
50 | 52 | github.com/fsnotify/fsnotify v1.6.0 // indirect |
51 | | - github.com/go-jose/go-jose/v3 v3.0.3 // indirect |
| 53 | + github.com/go-jose/go-jose/v4 v4.0.5 // indirect |
52 | 54 | github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect |
53 | 55 | github.com/golang/snappy v0.0.4 // indirect |
54 | 56 | github.com/google/btree v1.1.2 // indirect |
55 | | - github.com/google/pprof v0.0.0-20240402174815-29b9bb013b0f // indirect |
56 | | - github.com/gorilla/websocket v1.5.1 // indirect |
| 57 | + github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38 // indirect |
| 58 | + github.com/gorilla/websocket v1.5.3 // indirect |
57 | 59 | github.com/hashicorp/errwrap v1.1.0 // indirect |
58 | 60 | github.com/hashicorp/go-cleanhttp v0.5.2 // indirect |
59 | 61 | github.com/hashicorp/go-hclog v1.6.3 // indirect |
60 | 62 | github.com/hashicorp/go-immutable-radix v1.3.1 // indirect |
61 | 63 | github.com/hashicorp/go-msgpack v0.5.5 // indirect |
62 | 64 | github.com/hashicorp/go-multierror v1.1.1 // indirect |
63 | | - github.com/hashicorp/go-retryablehttp v0.7.5 // indirect |
| 65 | + github.com/hashicorp/go-retryablehttp v0.7.7 // indirect |
64 | 66 | github.com/hashicorp/go-rootcerts v1.0.2 // indirect |
65 | 67 | github.com/hashicorp/go-secure-stdlib/parseutil v0.1.8 // indirect |
66 | 68 | github.com/hashicorp/go-secure-stdlib/strutil v0.1.2 // indirect |
67 | 69 | github.com/hashicorp/go-sockaddr v1.0.6 // indirect |
68 | 70 | github.com/hashicorp/go-version v1.6.0 // indirect |
69 | 71 | github.com/hashicorp/golang-lru v1.0.2 // indirect |
70 | | - github.com/hashicorp/hcl v1.0.0 // indirect |
| 72 | + github.com/hashicorp/hcl v1.0.1-vault-7 // indirect |
71 | 73 | github.com/hashicorp/serf v0.10.1 // indirect |
72 | | - github.com/klauspost/cpuid/v2 v2.2.7 // indirect |
| 74 | + github.com/klauspost/cpuid/v2 v2.2.9 // indirect |
73 | 75 | github.com/mattn/go-colorable v0.1.13 // indirect |
74 | 76 | github.com/miekg/dns v1.1.58 // indirect |
75 | 77 | github.com/mitchellh/go-homedir v1.1.0 // indirect |
76 | 78 | github.com/mitchellh/mapstructure v1.5.0 // indirect |
77 | 79 | github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect |
78 | 80 | github.com/modern-go/reflect2 v1.0.2 // indirect |
79 | 81 | github.com/onsi/ginkgo v1.16.5 // indirect |
80 | | - github.com/onsi/ginkgo/v2 v2.17.1 // indirect |
| 82 | + github.com/onsi/ginkgo/v2 v2.13.0 // indirect |
| 83 | + github.com/onsi/gomega v1.30.0 // indirect |
81 | 84 | github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect |
82 | 85 | github.com/quic-go/qtls-go1-20 v0.3.4 // indirect |
83 | 86 | github.com/ryanuber/go-glob v1.0.0 // indirect |
84 | 87 | github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 // indirect |
85 | 88 | github.com/twitchyliquid64/golang-asm v0.15.1 // indirect |
86 | | - github.com/yuin/gopher-lua v1.1.0 // indirect |
87 | | - go.uber.org/mock v0.4.0 // indirect |
| 89 | + github.com/yuin/gopher-lua v1.1.1 // indirect |
| 90 | + go.uber.org/mock v0.5.0 // indirect |
88 | 91 | golang.org/x/arch v0.7.0 // indirect |
89 | | - golang.org/x/net v0.25.0 // indirect |
90 | | - golang.org/x/sys v0.28.0 // indirect |
91 | | - golang.org/x/text v0.21.0 // indirect |
92 | | - golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect |
| 92 | + golang.org/x/net v0.43.0 // indirect |
| 93 | + golang.org/x/sys v0.36.0 // indirect |
| 94 | + golang.org/x/text v0.29.0 // indirect |
| 95 | + golang.org/x/tools v0.36.0 // indirect |
93 | 96 | ) |
94 | 97 |
|
95 | 98 | replace github.com/hashicorp/memberlist => github.com/spikeekips/memberlist v0.0.0-20230626195851-39f17fa10d23 // latest fix-data-race branch |
0 commit comments