|
1 | 1 | module github.com/multiversx/mx-chain-es-indexer-go |
2 | 2 |
|
3 | | -go 1.20 |
| 3 | +go 1.23 |
4 | 4 |
|
5 | 5 | require ( |
6 | 6 | github.com/elastic/go-elasticsearch/v7 v7.12.0 |
7 | 7 | github.com/gin-contrib/cors v1.4.0 |
8 | | - github.com/gin-gonic/gin v1.10.0 |
| 8 | + github.com/gin-gonic/gin v1.9.1 |
9 | 9 | github.com/google/uuid v1.6.0 |
10 | | - github.com/multiversx/mx-chain-communication-go v1.1.1 |
11 | | - github.com/multiversx/mx-chain-core-go v1.2.24 |
12 | | - github.com/multiversx/mx-chain-logger-go v1.0.15 |
13 | | - github.com/multiversx/mx-chain-vm-common-go v1.5.16 |
14 | | - github.com/prometheus/client_model v0.4.0 |
15 | | - github.com/prometheus/common v0.37.0 |
| 10 | + github.com/multiversx/mx-chain-communication-go v1.1.2-0.20250218164645-1f6964baffbe |
| 11 | + github.com/multiversx/mx-chain-core-go v1.2.25-0.20250218161123-121084ae9840 |
| 12 | + github.com/multiversx/mx-chain-logger-go v1.0.16-0.20250218161408-6a0c19d0da48 |
| 13 | + github.com/multiversx/mx-chain-vm-common-go v1.5.17-0.20250218162215-88938774627c |
| 14 | + github.com/prometheus/client_model v0.6.1 |
| 15 | + github.com/prometheus/common v0.62.0 |
16 | 16 | github.com/stretchr/testify v1.10.0 |
17 | | - github.com/tidwall/gjson v1.18.0 |
18 | | - github.com/urfave/cli v1.22.16 |
19 | | - google.golang.org/protobuf v1.36.3 |
| 17 | + github.com/tidwall/gjson v1.14.0 |
| 18 | + github.com/urfave/cli v1.22.10 |
| 19 | + google.golang.org/protobuf v1.36.4 |
20 | 20 | ) |
21 | 21 |
|
22 | 22 | require ( |
23 | 23 | github.com/btcsuite/btcd/btcutil v1.1.3 // indirect |
24 | | - github.com/bytedance/sonic v1.11.6 // indirect |
25 | | - github.com/bytedance/sonic/loader v0.1.1 // indirect |
26 | | - github.com/cloudwego/base64x v0.1.4 // indirect |
27 | | - github.com/cloudwego/iasm v0.2.0 // indirect |
28 | | - github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect |
| 24 | + github.com/bytedance/sonic v1.9.1 // indirect |
| 25 | + github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect |
| 26 | + github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect |
29 | 27 | github.com/davecgh/go-spew v1.1.1 // indirect |
30 | 28 | github.com/denisbrodbeck/machineid v1.0.1 // indirect |
31 | | - github.com/gabriel-vasile/mimetype v1.4.3 // indirect |
| 29 | + github.com/gabriel-vasile/mimetype v1.4.2 // indirect |
32 | 30 | github.com/gin-contrib/sse v0.1.0 // indirect |
33 | 31 | github.com/go-playground/locales v0.14.1 // indirect |
34 | 32 | github.com/go-playground/universal-translator v0.18.1 // indirect |
35 | | - github.com/go-playground/validator/v10 v10.20.0 // indirect |
| 33 | + github.com/go-playground/validator/v10 v10.14.0 // indirect |
36 | 34 | github.com/goccy/go-json v0.10.2 // indirect |
37 | 35 | github.com/gogo/protobuf v1.3.2 // indirect |
38 | 36 | github.com/golang/protobuf v1.5.3 // indirect |
39 | | - github.com/gorilla/mux v1.8.0 // indirect |
40 | | - github.com/gorilla/websocket v1.5.0 // indirect |
| 37 | + github.com/gorilla/mux v1.8.1 // indirect |
| 38 | + github.com/gorilla/websocket v1.5.3 // indirect |
41 | 39 | github.com/json-iterator/go v1.1.12 // indirect |
42 | | - github.com/klauspost/cpuid/v2 v2.2.7 // indirect |
43 | | - github.com/leodido/go-urn v1.4.0 // indirect |
| 40 | + github.com/klauspost/cpuid/v2 v2.2.9 // indirect |
| 41 | + github.com/leodido/go-urn v1.2.4 // indirect |
44 | 42 | github.com/mattn/go-isatty v0.0.20 // indirect |
45 | | - github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect |
46 | 43 | github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect |
47 | 44 | github.com/modern-go/reflect2 v1.0.2 // indirect |
48 | 45 | github.com/mr-tron/base58 v1.2.0 // indirect |
| 46 | + github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect |
49 | 47 | github.com/pelletier/go-toml v1.9.3 // indirect |
50 | | - github.com/pelletier/go-toml/v2 v2.2.2 // indirect |
| 48 | + github.com/pelletier/go-toml/v2 v2.0.8 // indirect |
51 | 49 | github.com/pmezard/go-difflib v1.0.0 // indirect |
52 | | - github.com/russross/blackfriday/v2 v2.1.0 // indirect |
| 50 | + github.com/russross/blackfriday/v2 v2.0.1 // indirect |
| 51 | + github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect |
53 | 52 | github.com/tidwall/match v1.1.1 // indirect |
54 | 53 | github.com/tidwall/pretty v1.2.0 // indirect |
55 | 54 | github.com/twitchyliquid64/golang-asm v0.15.1 // indirect |
56 | | - github.com/ugorji/go/codec v1.2.12 // indirect |
57 | | - golang.org/x/arch v0.8.0 // indirect |
58 | | - golang.org/x/crypto v0.31.0 // indirect |
59 | | - golang.org/x/net v0.33.0 // indirect |
60 | | - golang.org/x/sys v0.28.0 // indirect |
| 55 | + github.com/ugorji/go/codec v1.2.11 // indirect |
| 56 | + golang.org/x/arch v0.3.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 |
61 | 60 | golang.org/x/text v0.21.0 // indirect |
62 | 61 | gopkg.in/yaml.v3 v3.0.1 // indirect |
63 | 62 | ) |
0 commit comments