1
- module github.com/Printemps417 /optionloader
1
+ module github.com/cloudwego /optionloader
2
2
3
- go 1.22.1
3
+ go 1.20
4
4
5
5
require (
6
+ github.com/Printemps417/optionloader v0.0.0-20240618095258-76450e6add1d
6
7
github.com/cloudwego/kitex v0.10.0
7
8
github.com/hashicorp/consul/api v1.29.1
8
9
go.etcd.io/etcd/client/v3 v3.5.14
@@ -12,42 +13,41 @@ require (
12
13
)
13
14
14
15
require (
15
- github.com/apache/thrift v0.20 .0 // indirect
16
+ github.com/apache/thrift v0.13 .0 // indirect
16
17
github.com/armon/go-metrics v0.4.1 // indirect
17
- github.com/bufbuild/protocompile v0.14.0 // indirect
18
- github.com/bytedance/gopkg v0.0.0-20240531030433-5df24c0168e2 // indirect
19
- github.com/bytedance/sonic v1.11.9 // indirect
18
+ github.com/bytedance/gopkg v0.0.0-20240514070511-01b2cbcf35e1 // indirect
19
+ github.com/bytedance/sonic v1.11.8 // indirect
20
20
github.com/bytedance/sonic/loader v0.1.1 // indirect
21
21
github.com/cloudwego/base64x v0.1.4 // indirect
22
22
github.com/cloudwego/configmanager v0.2.2 // indirect
23
- github.com/cloudwego/dynamicgo v0.2.9 // indirect
23
+ github.com/cloudwego/dynamicgo v0.2.8 // indirect
24
24
github.com/cloudwego/fastpb v0.0.4 // indirect
25
- github.com/cloudwego/frugal v0.1.16 // indirect
25
+ github.com/cloudwego/frugal v0.1.15 // indirect
26
26
github.com/cloudwego/iasm v0.2.0 // indirect
27
27
github.com/cloudwego/localsession v0.0.2 // indirect
28
28
github.com/cloudwego/netpoll v0.6.1 // indirect
29
29
github.com/cloudwego/runtimex v0.1.0 // indirect
30
- github.com/cloudwego/thriftgo v0.3.13 // indirect
30
+ github.com/cloudwego/thriftgo v0.3.6 // indirect
31
31
github.com/coreos/go-semver v0.3.0 // indirect
32
32
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
33
33
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
34
- github.com/fatih/color v1.17 .0 // indirect
34
+ github.com/fatih/color v1.16 .0 // indirect
35
35
github.com/fatih/structtag v1.2.0 // indirect
36
36
github.com/gogo/protobuf v1.3.2 // indirect
37
37
github.com/golang/protobuf v1.5.4 // indirect
38
- github.com/google/pprof v0.0.0-20240618054019-d3b898a103f8 // indirect
38
+ github.com/google/pprof v0.0.0-20220608213341-c488b8fa1db3 // indirect
39
39
github.com/hashicorp/errwrap v1.1.0 // indirect
40
40
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
41
- github.com/hashicorp/go-hclog v1.6.3 // indirect
41
+ github.com/hashicorp/go-hclog v1.5.0 // indirect
42
42
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
43
43
github.com/hashicorp/go-multierror v1.1.1 // indirect
44
44
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
45
- github.com/hashicorp/golang-lru v1.0.2 // indirect
45
+ github.com/hashicorp/golang-lru v0.5.4 // indirect
46
46
github.com/hashicorp/serf v0.10.1 // indirect
47
- github.com/iancoleman/strcase v0.3 .0 // indirect
48
- github.com/jhump/protoreflect v1.16.0 // indirect
47
+ github.com/iancoleman/strcase v0.2 .0 // indirect
48
+ github.com/jhump/protoreflect v1.8.2 // indirect
49
49
github.com/json-iterator/go v1.1.12 // indirect
50
- github.com/klauspost/cpuid/v2 v2.2.8 // indirect
50
+ github.com/klauspost/cpuid/v2 v2.2.4 // indirect
51
51
github.com/mattn/go-colorable v0.1.13 // indirect
52
52
github.com/mattn/go-isatty v0.0.20 // indirect
53
53
github.com/mitchellh/go-homedir v1.1.0 // indirect
@@ -57,23 +57,23 @@ require (
57
57
github.com/modern-go/reflect2 v1.0.2 // indirect
58
58
github.com/oleiade/lane v1.0.1 // indirect
59
59
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
60
- github.com/stretchr/testify v1.9.0 // indirect
61
- github.com/tidwall/gjson v1.17.1 // indirect
60
+ github.com/stretchr/testify v1.8.4 // indirect
61
+ github.com/tidwall/gjson v1.9.3 // indirect
62
62
github.com/tidwall/match v1.1.1 // indirect
63
- github.com/tidwall/pretty v1.2.1 // indirect
63
+ github.com/tidwall/pretty v1.2.0 // indirect
64
64
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
65
65
go.etcd.io/etcd/api/v3 v3.5.14 // indirect
66
66
go.etcd.io/etcd/client/pkg/v3 v3.5.14 // indirect
67
- go.uber.org/multierr v1.11 .0 // indirect
68
- golang.org/x/arch v0.8 .0 // indirect
69
- golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 // indirect
70
- golang.org/x/net v0.26 .0 // indirect
71
- golang.org/x/sync v0.7 .0 // indirect
72
- golang.org/x/sys v0.21 .0 // indirect
73
- golang.org/x/text v0.16 .0 // indirect
74
- google.golang.org/genproto v0.0.0-20240617180043-68d350f18fd4 // indirect
75
- google.golang.org/genproto/googleapis/api v0.0.0-20240610135401-a8a62080eff3 // indirect
76
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240617180043-68d350f18fd4 // indirect
77
- google.golang.org/grpc v1.64 .0 // indirect
78
- google.golang.org/protobuf v1.34.2 // indirect
67
+ go.uber.org/multierr v1.10 .0 // indirect
68
+ golang.org/x/arch v0.2 .0 // indirect
69
+ golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63 // indirect
70
+ golang.org/x/net v0.24 .0 // indirect
71
+ golang.org/x/sync v0.3 .0 // indirect
72
+ golang.org/x/sys v0.19 .0 // indirect
73
+ golang.org/x/text v0.14 .0 // indirect
74
+ google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d // indirect
75
+ google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d // indirect
76
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // indirect
77
+ google.golang.org/grpc v1.59 .0 // indirect
78
+ google.golang.org/protobuf v1.33.0 // indirect
79
79
)
0 commit comments