@@ -7,10 +7,10 @@ require (
7
7
github.com/dgraph-io/badger/v3 v3.2103.3
8
8
github.com/ethereum/go-ethereum v1.10.25
9
9
github.com/gin-contrib/cors v1.4.0
10
- github.com/gin-gonic/gin v1.8.1
10
+ github.com/gin-gonic/gin v1.9.0
11
11
github.com/go-logr/logr v1.2.3
12
12
github.com/go-logr/zerologr v1.2.2
13
- github.com/go-playground/validator/v10 v10.11.1
13
+ github.com/go-playground/validator/v10 v10.11.2
14
14
github.com/google/go-cmp v0.5.9
15
15
github.com/google/uuid v1.2.0
16
16
github.com/metachris/flashbotsrpc v0.5.0
@@ -20,26 +20,28 @@ require (
20
20
github.com/spf13/viper v1.13.0
21
21
github.com/wangjia184/sortedset v0.0.0-20220209072355-af6d6d227aa7
22
22
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
23
- golang.org/x/text v0.3.7
23
+ golang.org/x/text v0.7.0
24
24
)
25
25
26
26
require (
27
27
github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 // indirect
28
28
github.com/btcsuite/btcd/btcec/v2 v2.2.0 // indirect
29
29
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.2 // indirect
30
+ github.com/bytedance/sonic v1.8.0 // indirect
30
31
github.com/cespare/xxhash v1.1.0 // indirect
31
32
github.com/cespare/xxhash/v2 v2.1.2 // indirect
33
+ github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect
32
34
github.com/deckarep/golang-set v1.8.0 // indirect
33
35
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
34
36
github.com/dgraph-io/ristretto v0.1.1 // indirect
35
37
github.com/dustin/go-humanize v1.0.0 // indirect
36
38
github.com/fsnotify/fsnotify v1.5.4 // indirect
37
39
github.com/gin-contrib/sse v0.1.0 // indirect
38
40
github.com/go-ole/go-ole v1.2.1 // indirect
39
- github.com/go-playground/locales v0.14.0 // indirect
40
- github.com/go-playground/universal-translator v0.18.0 // indirect
41
+ github.com/go-playground/locales v0.14.1 // indirect
42
+ github.com/go-playground/universal-translator v0.18.1 // indirect
41
43
github.com/go-stack/stack v1.8.0 // indirect
42
- github.com/goccy/go-json v0.9.11 // indirect
44
+ github.com/goccy/go-json v0.10.0 // indirect
43
45
github.com/gogo/protobuf v1.3.2 // indirect
44
46
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
45
47
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
@@ -51,14 +53,15 @@ require (
51
53
github.com/inconshreveable/mousetrap v1.0.1 // indirect
52
54
github.com/json-iterator/go v1.1.12 // indirect
53
55
github.com/klauspost/compress v1.12.3 // indirect
56
+ github.com/klauspost/cpuid/v2 v2.0.9 // indirect
54
57
github.com/leodido/go-urn v1.2.1 // indirect
55
58
github.com/magiconair/properties v1.8.6 // indirect
56
59
github.com/mattn/go-colorable v0.1.13 // indirect
57
- github.com/mattn/go-isatty v0.0.16 // indirect
60
+ github.com/mattn/go-isatty v0.0.17 // indirect
58
61
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
59
62
github.com/modern-go/reflect2 v1.0.2 // indirect
60
63
github.com/pelletier/go-toml v1.9.5 // indirect
61
- github.com/pelletier/go-toml/v2 v2.0.5 // indirect
64
+ github.com/pelletier/go-toml/v2 v2.0.6 // indirect
62
65
github.com/pkg/errors v0.9.1 // indirect
63
66
github.com/rjeczalik/notify v0.9.1 // indirect
64
67
github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible // indirect
@@ -69,11 +72,13 @@ require (
69
72
github.com/subosito/gotenv v1.4.1 // indirect
70
73
github.com/tklauser/go-sysconf v0.3.5 // indirect
71
74
github.com/tklauser/numcpus v0.2.2 // indirect
72
- github.com/ugorji/go/codec v1.2.7 // indirect
75
+ github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
76
+ github.com/ugorji/go/codec v1.2.9 // indirect
73
77
go.opencensus.io v0.23.0 // indirect
74
- golang.org/x/crypto v0.0.0-20221005025214-4161e89ecf1b // indirect
75
- golang.org/x/net v0.0.0-20221004154528-8021a29435af // indirect
76
- golang.org/x/sys v0.2.0 // indirect
78
+ golang.org/x/arch v0.0.0-20210923205945-b76863e36670 // indirect
79
+ golang.org/x/crypto v0.5.0 // indirect
80
+ golang.org/x/net v0.7.0 // indirect
81
+ golang.org/x/sys v0.5.0 // indirect
77
82
google.golang.org/protobuf v1.28.1 // indirect
78
83
gopkg.in/ini.v1 v1.67.0 // indirect
79
84
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
0 commit comments