@@ -9,51 +9,50 @@ require (
9
9
10
10
require (
11
11
github.com/benbjohnson/clock v1.3.0 // indirect
12
- github.com/bytedance/sonic v1.9.1 // indirect
13
- github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect
12
+ github.com/bytedance/sonic v1.10.0 // indirect
13
+ github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d // indirect
14
+ github.com/chenzhuoyu/iasm v0.9.0 // indirect
14
15
github.com/fsnotify/fsnotify v1.6.0 // indirect
15
16
github.com/gabriel-vasile/mimetype v1.4.2 // indirect
16
17
github.com/gin-contrib/sse v0.1.0 // indirect
17
18
github.com/go-playground/locales v0.14.1 // indirect
18
19
github.com/go-playground/universal-translator v0.18.1 // indirect
19
- github.com/go-playground/validator/v10 v10.14.0 // indirect
20
+ github.com/go-playground/validator/v10 v10.15.3 // indirect
20
21
github.com/goccy/go-json v0.10.2 // indirect
21
22
github.com/hashicorp/hcl v1.0.0 // indirect
22
23
github.com/inconshreveable/mousetrap v1.1.0 // indirect
23
24
github.com/json-iterator/go v1.1.12 // indirect
24
- github.com/klauspost/cpuid/v2 v2.2.4 // indirect
25
+ github.com/klauspost/cpuid/v2 v2.2.5 // indirect
25
26
github.com/leodido/go-urn v1.2.4 // indirect
26
27
github.com/magiconair/properties v1.8.7 // indirect
27
28
github.com/mattn/go-isatty v0.0.19 // indirect
28
29
github.com/mitchellh/mapstructure v1.5.0 // indirect
29
30
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
30
31
github.com/modern-go/reflect2 v1.0.2 // indirect
31
- github.com/pelletier/go-toml/v2 v2.0.8 // indirect
32
+ github.com/pelletier/go-toml/v2 v2.1.0 // indirect
32
33
github.com/spf13/afero v1.9.5 // indirect
33
34
github.com/spf13/cast v1.5.1 // indirect
34
35
github.com/spf13/jwalterweatherman v1.1.0 // indirect
35
36
github.com/spf13/pflag v1.0.5 // indirect
36
37
github.com/subosito/gotenv v1.4.2 // indirect
37
38
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
38
39
github.com/ugorji/go/codec v1.2.11 // indirect
39
- go.opentelemetry.io/otel v1.10.0 // indirect
40
- go.opentelemetry.io/otel/trace v1.10.0 // indirect
41
- golang.org/x/arch v0.3.0 // indirect
42
- golang.org/x/crypto v0.9.0 // indirect
43
- golang.org/x/net v0.10.0 // indirect
44
- golang.org/x/sys v0.8.0 // indirect
45
- golang.org/x/text v0.9.0 // indirect
46
- google.golang.org/protobuf v1.30.0 // indirect
40
+ golang.org/x/arch v0.5.0 // indirect
41
+ golang.org/x/crypto v0.13.0 // indirect
42
+ golang.org/x/net v0.15.0 // indirect
43
+ golang.org/x/sys v0.12.0 // indirect
44
+ golang.org/x/text v0.13.0 // indirect
45
+ google.golang.org/protobuf v1.31.0 // indirect
47
46
gopkg.in/ini.v1 v1.67.0 // indirect
48
47
)
49
48
50
49
require (
51
50
github.com/amenzhinsky/go-memexec v0.7.1
52
51
github.com/ghodss/yaml v1.0.0
53
- github.com/gin-contrib/zap v0.1 .0
52
+ github.com/gin-contrib/zap v0.2 .0
54
53
github.com/gin-gonic/gin v1.9.1
55
54
github.com/spf13/cobra v1.7.0
56
55
github.com/spf13/viper v1.16.0
57
- go.uber.org/multierr v1.10 .0 // indirect
56
+ go.uber.org/multierr v1.11 .0 // indirect
58
57
gopkg.in/yaml.v3 v3.0.1
59
58
)
0 commit comments