@@ -6,6 +6,7 @@ require (
6
6
entgo.io/ent v0.12.4
7
7
github.com/bloock/bloock-sdk-go/v2 v2.8.9
8
8
github.com/cenkalti/backoff/v4 v4.2.1
9
+ github.com/gin-contrib/cors v1.7.2
9
10
github.com/gin-contrib/logger v0.2.6
10
11
github.com/gin-gonic/gin v1.9.1
11
12
github.com/go-co-op/gocron v1.37.0
@@ -19,27 +20,29 @@ require (
19
20
github.com/prometheus/client_golang v1.19.1
20
21
github.com/rs/zerolog v1.29.1
21
22
github.com/spf13/viper v1.16.0
22
- github.com/stretchr/testify v1.8.4
23
+ github.com/stretchr/testify v1.9.0
23
24
github.com/txaty/go-merkletree v0.1.15
24
- golang.org/x/crypto v0.19 .0
25
+ golang.org/x/crypto v0.22 .0
25
26
)
26
27
27
28
require (
28
29
ariga.io/atlas v0.14.1-0.20230918065911-83ad451a4935 // indirect
29
30
github.com/agext/levenshtein v1.2.1 // indirect
30
31
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
31
32
github.com/beorn7/perks v1.0.1 // indirect
32
- github.com/bytedance/sonic v1.9.2 // indirect
33
+ github.com/bytedance/sonic v1.11.6 // indirect
34
+ github.com/bytedance/sonic/loader v0.1.1 // indirect
33
35
github.com/cespare/xxhash/v2 v2.2.0 // indirect
34
- github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect
36
+ github.com/cloudwego/base64x v0.1.4 // indirect
37
+ github.com/cloudwego/iasm v0.2.0 // indirect
35
38
github.com/davecgh/go-spew v1.1.1 // indirect
36
39
github.com/fsnotify/fsnotify v1.6.0 // indirect
37
- github.com/gabriel-vasile/mimetype v1.4.2 // indirect
40
+ github.com/gabriel-vasile/mimetype v1.4.3 // indirect
38
41
github.com/gin-contrib/sse v0.1.0 // indirect
39
42
github.com/go-openapi/inflect v0.19.0 // indirect
40
43
github.com/go-playground/locales v0.14.1 // indirect
41
44
github.com/go-playground/universal-translator v0.18.1 // indirect
42
- github.com/go-playground/validator/v10 v10.14.1 // indirect
45
+ github.com/go-playground/validator/v10 v10.20.0 // indirect
43
46
github.com/goccy/go-json v0.10.2 // indirect
44
47
github.com/google/go-cmp v0.6.0 // indirect
45
48
github.com/hashicorp/hcl v1.0.0 // indirect
@@ -48,16 +51,16 @@ require (
48
51
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
49
52
github.com/jackc/puddle/v2 v2.2.1 // indirect
50
53
github.com/json-iterator/go v1.1.12 // indirect
51
- github.com/klauspost/cpuid/v2 v2.2.5 // indirect
52
- github.com/leodido/go-urn v1.2.4 // indirect
54
+ github.com/klauspost/cpuid/v2 v2.2.7 // indirect
55
+ github.com/leodido/go-urn v1.4.0 // indirect
53
56
github.com/magiconair/properties v1.8.7 // indirect
54
57
github.com/mattn/go-colorable v0.1.13 // indirect
55
- github.com/mattn/go-isatty v0.0.19 // indirect
58
+ github.com/mattn/go-isatty v0.0.20 // indirect
56
59
github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7 // indirect
57
60
github.com/mitchellh/mapstructure v1.5.0 // 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
- github.com/pelletier/go-toml/v2 v2.0.8 // indirect
63
+ github.com/pelletier/go-toml/v2 v2.2.1 // indirect
61
64
github.com/pmezard/go-difflib v1.0.0 // indirect
62
65
github.com/prometheus/client_model v0.5.0 // indirect
63
66
github.com/prometheus/common v0.48.0 // indirect
@@ -70,14 +73,14 @@ require (
70
73
github.com/subosito/gotenv v1.4.2 // indirect
71
74
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
72
75
github.com/txaty/gool v0.1.4 // indirect
73
- github.com/ugorji/go/codec v1.2.11 // indirect
76
+ github.com/ugorji/go/codec v1.2.12 // indirect
74
77
github.com/zclconf/go-cty v1.8.0 // indirect
75
78
go.uber.org/atomic v1.9.0 // indirect
76
- golang.org/x/arch v0.4 .0 // indirect
79
+ golang.org/x/arch v0.7 .0 // indirect
77
80
golang.org/x/mod v0.10.0 // indirect
78
- golang.org/x/net v0.21 .0 // indirect
81
+ golang.org/x/net v0.24 .0 // indirect
79
82
golang.org/x/sync v0.6.0 // indirect
80
- golang.org/x/sys v0.17 .0 // indirect
83
+ golang.org/x/sys v0.19 .0 // indirect
81
84
golang.org/x/text v0.14.0 // indirect
82
85
google.golang.org/genproto/googleapis/rpc v0.0.0-20240227224415-6ceb2ff114de // indirect
83
86
google.golang.org/grpc v1.63.2 // indirect
0 commit comments