|
1 | 1 | module github.com/multiversx/mx-chain-rosetta |
2 | 2 |
|
3 | | -go 1.18 |
| 3 | +go 1.23.6 |
4 | 4 |
|
5 | 5 | require ( |
6 | 6 | github.com/coinbase/rosetta-sdk-go v0.8.3 |
7 | 7 | github.com/coinbase/rosetta-sdk-go/types v1.0.0 |
8 | | - github.com/gin-gonic/gin v1.9.1 |
9 | | - github.com/multiversx/mx-chain-core-go v1.2.24 |
10 | | - github.com/multiversx/mx-chain-go v1.8.8 |
11 | | - github.com/multiversx/mx-chain-logger-go v1.0.15 |
12 | | - github.com/multiversx/mx-chain-proxy-go v1.1.57 |
13 | | - github.com/multiversx/mx-chain-storage-go v1.0.19 |
14 | | - github.com/stretchr/testify v1.8.4 |
15 | | - github.com/urfave/cli v1.22.10 |
| 8 | + github.com/gin-gonic/gin v1.10.0 |
| 9 | + github.com/multiversx/mx-chain-core-go v1.4.0 |
| 10 | + github.com/multiversx/mx-chain-go v1.10.1 |
| 11 | + github.com/multiversx/mx-chain-logger-go v1.1.0 |
| 12 | + github.com/multiversx/mx-chain-proxy-go v1.3.0 |
| 13 | + github.com/multiversx/mx-chain-storage-go v1.1.0 |
| 14 | + github.com/stretchr/testify v1.10.0 |
| 15 | + github.com/urfave/cli v1.22.16 |
16 | 16 | ) |
17 | 17 |
|
18 | 18 | require ( |
19 | 19 | github.com/btcsuite/btcd/btcutil v1.1.3 // indirect |
20 | | - github.com/bytedance/sonic v1.9.1 // indirect |
21 | | - github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect |
22 | | - github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect |
| 20 | + github.com/bytedance/sonic v1.11.6 // indirect |
| 21 | + github.com/bytedance/sonic/loader v0.1.1 // indirect |
| 22 | + github.com/cloudwego/base64x v0.1.4 // indirect |
| 23 | + github.com/cloudwego/iasm v0.2.0 // indirect |
| 24 | + github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect |
23 | 25 | github.com/davecgh/go-spew v1.1.1 // indirect |
24 | 26 | github.com/denisbrodbeck/machineid v1.0.1 // indirect |
25 | | - github.com/gabriel-vasile/mimetype v1.4.2 // indirect |
| 27 | + github.com/gabriel-vasile/mimetype v1.4.6 // indirect |
26 | 28 | github.com/gin-contrib/sse v0.1.0 // indirect |
27 | 29 | github.com/go-playground/locales v0.14.1 // indirect |
28 | 30 | github.com/go-playground/universal-translator v0.18.1 // indirect |
29 | | - github.com/go-playground/validator/v10 v10.14.0 // indirect |
| 31 | + github.com/go-playground/validator/v10 v10.20.0 // indirect |
30 | 32 | github.com/goccy/go-json v0.10.2 // indirect |
31 | 33 | github.com/gogo/protobuf v1.3.2 // indirect |
32 | 34 | github.com/golang/protobuf v1.5.3 // indirect |
33 | | - github.com/gorilla/mux v1.8.0 // indirect |
34 | | - github.com/hashicorp/golang-lru v0.6.0 // indirect |
| 35 | + github.com/gorilla/mux v1.8.1 // indirect |
| 36 | + github.com/hashicorp/golang-lru v1.0.2 // indirect |
35 | 37 | github.com/json-iterator/go v1.1.12 // indirect |
36 | | - github.com/klauspost/cpuid/v2 v2.2.5 // indirect |
37 | | - github.com/leodido/go-urn v1.2.4 // indirect |
38 | | - github.com/mattn/go-isatty v0.0.19 // indirect |
| 38 | + github.com/klauspost/cpuid/v2 v2.2.9 // indirect |
| 39 | + github.com/leodido/go-urn v1.4.0 // indirect |
| 40 | + github.com/mattn/go-isatty v0.0.20 // indirect |
39 | 41 | github.com/mitchellh/mapstructure v1.5.0 // indirect |
40 | 42 | github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect |
41 | 43 | github.com/modern-go/reflect2 v1.0.2 // indirect |
42 | 44 | github.com/mr-tron/base58 v1.2.0 // indirect |
43 | | - github.com/multiversx/mx-chain-communication-go v1.1.1 // indirect |
44 | | - github.com/multiversx/mx-chain-crypto-go v1.2.12 // indirect |
45 | | - github.com/multiversx/mx-chain-es-indexer-go v1.7.13 // indirect |
46 | | - github.com/multiversx/mx-chain-vm-common-go v1.5.16 // indirect |
| 45 | + github.com/multiversx/mx-chain-communication-go v1.3.0 // indirect |
| 46 | + github.com/multiversx/mx-chain-crypto-go v1.3.0 // indirect |
| 47 | + github.com/multiversx/mx-chain-es-indexer-go v1.9.1 // indirect |
| 48 | + github.com/multiversx/mx-chain-vm-common-go v1.6.0 // indirect |
47 | 49 | github.com/pelletier/go-toml v1.9.3 // indirect |
48 | | - github.com/pelletier/go-toml/v2 v2.0.8 // indirect |
| 50 | + github.com/pelletier/go-toml/v2 v2.2.2 // indirect |
49 | 51 | github.com/pkg/errors v0.9.1 // indirect |
50 | 52 | github.com/pmezard/go-difflib v1.0.0 // indirect |
51 | 53 | github.com/russross/blackfriday/v2 v2.1.0 // indirect |
52 | 54 | github.com/twitchyliquid64/golang-asm v0.15.1 // indirect |
53 | | - github.com/ugorji/go/codec v1.2.11 // indirect |
54 | | - golang.org/x/arch v0.3.0 // indirect |
55 | | - golang.org/x/crypto v0.10.0 // indirect |
56 | | - golang.org/x/net v0.11.0 // indirect |
57 | | - golang.org/x/sys v0.10.0 // indirect |
58 | | - golang.org/x/text v0.10.0 // indirect |
59 | | - google.golang.org/protobuf v1.30.0 // indirect |
| 55 | + github.com/ugorji/go/codec v1.2.12 // indirect |
| 56 | + golang.org/x/arch v0.8.0 // indirect |
| 57 | + golang.org/x/crypto v0.32.0 // indirect |
| 58 | + golang.org/x/net v0.34.0 // indirect |
| 59 | + golang.org/x/sys v0.30.0 // indirect |
| 60 | + golang.org/x/text v0.21.0 // indirect |
| 61 | + google.golang.org/protobuf v1.36.4 // indirect |
60 | 62 | gopkg.in/yaml.v3 v3.0.1 // indirect |
61 | 63 | ) |
0 commit comments